aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Include the file that defines PCIM_CMD_BUSMASTEREN.Matt Jacob2000-02-161-0/+1
* Ensure that the busmaster enable bit is set; we can't assume that allMike Smith2000-02-161-1/+8
* Fixed regressions in rev.1.274:Bruce Evans2000-02-151-11/+15
* Fix ITDEBUG macro.Matt Jacob2000-02-151-1/+1
* Correctly identify which bus of dual bus SCSI adapters some target modeMatt Jacob2000-02-151-2/+8
* Clean up some target mode debug messages. Fix (finally, I believe)Matt Jacob2000-02-151-14/+9
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasMatt Jacob2000-02-151-1/+5
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSIMatt Jacob2000-02-151-15/+12
* fix ess end-of-buffer repeatingCameron Grant2000-02-143-18/+6
* Initial importDuncan Barclay2000-02-132-0/+0
* Simplifications:Gerard Roudier2000-02-132-584/+281
* Fix two warnings.Peter Wemm2000-02-132-2/+2
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tPeter Wemm2000-02-121-0/+8
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.Matt Jacob2000-02-111-141/+196
* Turn back on fast posting- the code that turns it off (for 1020/1040) isMatt Jacob2000-02-111-5/+0
* Correct a minor typo in error message.Matt Jacob2000-02-111-1/+1
* Add in new async mbox defines for 2200- point to point stuff.Matt Jacob2000-02-111-0/+23
* Add in 12160 (Ultra3) NVRAM definitions.Matt Jacob2000-02-111-2/+76
* Add in 12160 (Ultra3) firmware. Gawd, this file is bulky.Matt Jacob2000-02-111-0/+4037
* Restructure nvram reading routine to split out to separate functionsMatt Jacob2000-02-111-362/+584
* Add 12160 (Ultra3) defines. Add config option flag for forcing point-to-pointMatt Jacob2000-02-111-5/+12
* That "NO DRIVER" panic fix wasn't good enough...Søren Schmidt2000-02-111-1/+1
* - Be slightly more cautious and try to make more sure the keyboardKazutaka YOKOTA2000-02-112-8/+18
* - Don't reset text colors when changing the video mode.Kazutaka YOKOTA2000-02-111-0/+2
* - Fix text cursor logic so that multiple instances of the "normal" cursorKazutaka YOKOTA2000-02-112-5/+7
* Correctly handle the conversion from virtual to physical addresses. TheNick Hibma2000-02-106-48/+77
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.Bill Paul2000-02-103-3604/+3738
* Kill the "unpause_always" argument to unpause_sequencer(). The reasonsJustin T. Gibbs2000-02-094-178/+338
* Fix parity error detection logic for aic7880 and aic7895 chips duringJustin T. Gibbs2000-02-091-8/+22
* Fix system hang when printer locks on missing paperNicolas Souchu2000-02-081-2/+2
* Probe cosmetics.Søren Schmidt2000-02-082-3/+3
* The bde script has a bug, I used a patch from it verbatim, bad idea....Søren Schmidt2000-02-081-2/+2
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-076-21/+17
* Dont panic if no sub-driver is found.Søren Schmidt2000-02-071-1/+1
* Unbreak addump, now dumping works again.Søren Schmidt2000-02-071-0/+1
* Add PCI Id's for i810 chipsets.Nick Hibma2000-02-071-0/+16
* Don't use tsleep when cold booting. It is called before bus->use_pollingNick Hibma2000-02-061-1/+1
* Disable the generation of SMIs (System Management Interrupts). Always setNick Hibma2000-02-061-10/+10
* Fix indentation.Justin T. Gibbs2000-02-041-1/+1
* Unbreak LINT (missing curly brace).Nick Hibma2000-02-041-1/+1
* fix support for shared IRQ's.Søren Schmidt2000-02-048-84/+171
* Commit missing bits, forgotten when committing support for suspend/resumeNick Hibma2000-02-041-4/+7
* Update copyright license terms to match the reset of the aic7xxx dirver.Justin T. Gibbs2000-02-032-14/+6
* Add support for the AdvanSys ASC38C0800 Ultra2 chipset. PreliminaryJustin T. Gibbs2000-02-037-1005/+2534
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.Bill Paul2000-02-023-1/+71
* Spell "pci_delete_resource" correctly.Peter Wemm2000-02-011-1/+1
* Remove a spurious printf left in from debugging.Justin T. Gibbs2000-02-011-1/+0
* bus_release_resource is spellt like bus_release_resource not likeNick Hibma2000-01-312-26/+26
* cosmetic changes only.Søren Schmidt2000-01-291-1/+1
* Use config's tools rather than #if's.Peter Wemm2000-01-291-4/+0