aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Simplistic pnp support. Needs more ids to be added.Doug Rabson1999-05-301-1/+8
* No support for pnp yet.Doug Rabson1999-05-303-4/+15
* No support for pnp devices yet.Doug Rabson1999-05-301-1/+5
* In pci_alloc_resource() only check start and end to see if its a default.Doug Rabson1999-05-301-2/+2
* Don't call disable_intr() when interrupts are already disabled, sinceBruce Evans1999-05-282-6/+12
* Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used forDoug Rabson1999-05-281-2/+2
* Add support for ASound Gold card using the ALS120Roger Hardiman1999-05-274-16/+32
* Forgotten in previous commit:Andrew Gallatin1999-05-261-2/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-262-5/+4
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsJustin T. Gibbs1999-05-261-27/+21
* Turn the 'dump eeprom' flag into a real option.Justin T. Gibbs1999-05-252-4/+8
* The 1542 cards do not allow adapter commands to be queued while mailboxJustin T. Gibbs1999-05-252-34/+90
* All cards using aic789X chips use the new eeprom format.Justin T. Gibbs1999-05-251-1/+4
* Rename 849 to 849A (the correct name for the IC)Roger Hardiman1999-05-251-2/+2
* Add support for the Bt878/Bt879's Intel 430 FX andRoger Hardiman1999-05-251-16/+55
* Fix bug that can cause transmit corruption. There are actually two 'rings'Bill Paul1999-05-241-3/+3
* Fix a [start,end] vs [start,count] botch that corrupted the resourcePeter Wemm1999-05-241-3/+3
* Added rgb_vbi_prog() to capture VBI data and video at theRoger Hardiman1999-05-231-1/+248
* Don't reference our SCB until we have validated that the firmware hasJustin T. Gibbs1999-05-231-2/+3
* Poll for interrupts in bt_cmd in case they are masked. A completingJustin T. Gibbs1999-05-231-4/+14
* aic7xxx.c:Justin T. Gibbs1999-05-223-18/+10
* First cut at a driver for the amd53c974 PCI SCSI host adapter. ThisJustin T. Gibbs1999-05-222-0/+3015
* - Fix up some comments in if_wi.c (no code changes)Bill Paul1999-05-221-9/+9
* Use the resource apis to manipulate resources.Doug Rabson1999-05-223-14/+57
* Don't use BUS_WRITE_IVAR to manipulate resources.Doug Rabson1999-05-221-9/+10
* Move arpcom structure be the first in softc structure. NeededSemen Ustimenko1999-05-222-4/+4
* Restored rev.1.76 which was clobbered by rev.1.77.Bruce Evans1999-05-221-2/+2
* usbdi.h:Nick Hibma1999-05-201-37/+16
* Add comment about split in driverNick Hibma1999-05-201-1/+6
* Add support for multiple PCI "hoses" used on various alpha platforms.Andrew Gallatin1999-05-202-3/+67
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-202-86/+6
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-202-10/+2
* Eigth update to the new ATA/ATAPI driver:Søren Schmidt1999-05-206-41/+99
* Updated Australian channel frequenciesRoger Hardiman1999-05-191-7/+12
* Calibrate the processor cycle counter instead of believing what theDoug Rabson1999-05-182-1/+28
* Don't detect an EISA bus unless we see a "card" there somewhere. An EISAPeter Wemm1999-05-181-2/+10
* Move pcibus (host -> pci bus) probe/attach routines from nexusPeter Wemm1999-05-181-2/+1
* Bt848 driver release 1.65Roger Hardiman1999-05-181-7/+31
* Bt848 driver release 1.65Roger Hardiman1999-05-181-2/+3
* Slight reorganization of internal interface in the keyboard controllerKazutaka YOKOTA1999-05-186-56/+76
* Silence warnings.Kazutaka YOKOTA1999-05-181-10/+10
* Remove unnecessary function call.Kazutaka YOKOTA1999-05-181-2/+1
* The previous commit was wrong! This is the correct one ;-<Kazutaka YOKOTA1999-05-182-4/+4
* Correct a bug where the chip could be unpaused in the middle of a busJustin T. Gibbs1999-05-181-23/+35
* Correct the comment for the last commit.Justin T. Gibbs1999-05-171-1/+1
* Update copyright. Correct some whitespace.Justin T. Gibbs1999-05-172-5/+5
* Add a masking scheme to allow for detection of unknown cards using aJustin T. Gibbs1999-05-171-95/+131
* Fix whitespace. Correct a comment.Justin T. Gibbs1999-05-171-15/+18
* Seventh update to the new ATA/ATAPI driver:Søren Schmidt1999-05-178-42/+53
* Modify to work with new style dev_t.Greg Lehey1999-05-1511-90/+69