summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* The PPSAPI group defines the polarity in draft 3, we guessed it wrong.phk1999-05-311-2/+2
* Enable attachment of multiple drivers to a single device.n_hibma1999-05-301-11/+16
* Notify CAM of the removed device on detach.n_hibma1999-05-301-5/+3
* This commit should be a extensive NO-OP:phk1999-05-3043-261/+898
* Don't bogusly define a d_reset_t function.phk1999-05-301-14/+2
* 1) Add URL for printer class specificationn_hibma1999-05-301-12/+8
* - When aborting an interrupt pipe, just wait for 1ms for the completionn_hibma1999-05-301-9/+5
* When the mouse is being disconnected, do the followings:n_hibma1999-05-301-4/+14
* Simplistic pnp support. Needs more ids to be added.dfr1999-05-301-1/+8
* No support for pnp yet.dfr1999-05-303-4/+15
* No support for pnp devices yet.dfr1999-05-301-1/+5
* In pci_alloc_resource() only check start and end to see if its a default.dfr1999-05-301-2/+2
* Don't call disable_intr() when interrupts are already disabled, sincebde1999-05-282-6/+12
* Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used fordfr1999-05-281-2/+2
* Add support for ASound Gold card using the ALS120roger1999-05-274-16/+32
* Forgotten in previous commit:gallatin1999-05-261-2/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-262-5/+4
* Ignore subvendor and subdevice ids for all ai7880 parts. These chipsgibbs1999-05-261-27/+21
* Turn the 'dump eeprom' flag into a real option.gibbs1999-05-252-4/+8
* The 1542 cards do not allow adapter commands to be queued while mailboxgibbs1999-05-252-34/+90
* All cards using aic789X chips use the new eeprom format.gibbs1999-05-251-1/+4
* Rename 849 to 849A (the correct name for the IC)roger1999-05-251-2/+2
* Add support for the Bt878/Bt879's Intel 430 FX androger1999-05-251-16/+55
* Fix bug that can cause transmit corruption. There are actually two 'rings'wpaul1999-05-241-3/+3
* Fix a [start,end] vs [start,count] botch that corrupted the resourcepeter1999-05-241-3/+3
* Added rgb_vbi_prog() to capture VBI data and video at theroger1999-05-231-1/+248
* Don't reference our SCB until we have validated that the firmware hasgibbs1999-05-231-2/+3
* Poll for interrupts in bt_cmd in case they are masked. A completinggibbs1999-05-231-4/+14
* aic7xxx.c:gibbs1999-05-223-18/+10
* First cut at a driver for the amd53c974 PCI SCSI host adapter. Thisgibbs1999-05-222-0/+3015
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-221-9/+9
* Use the resource apis to manipulate resources.dfr1999-05-223-14/+57
* Don't use BUS_WRITE_IVAR to manipulate resources.dfr1999-05-221-9/+10
* Move arpcom structure be the first in softc structure. Neededsemenu1999-05-222-4/+4
* Restored rev.1.76 which was clobbered by rev.1.77.bde1999-05-221-2/+2
* usbdi.h:n_hibma1999-05-201-37/+16
* Add comment about split in drivern_hibma1999-05-201-1/+6
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-202-3/+67
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-202-86/+6
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-202-10/+2
* Eigth update to the new ATA/ATAPI driver:sos1999-05-206-41/+99
* Updated Australian channel frequenciesroger1999-05-191-7/+12
* Calibrate the processor cycle counter instead of believing what thedfr1999-05-182-1/+28
* Don't detect an EISA bus unless we see a "card" there somewhere. An EISApeter1999-05-181-2/+10
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-181-2/+1
* Bt848 driver release 1.65roger1999-05-181-7/+31
* Bt848 driver release 1.65roger1999-05-181-2/+3
* Slight reorganization of internal interface in the keyboard controlleryokota1999-05-186-56/+76
* Silence warnings.yokota1999-05-181-10/+10
* Remove unnecessary function call.yokota1999-05-181-2/+1
OpenPOWER on IntegriCloud