aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlyBruce Evans1999-06-042-6/+10
* Fix the cdevsw_add change made by PHK.Roger Hardiman1999-06-041-5/+5
* Add remark about where bInterfaceProtocol number for USB Zip drive comesNick Hibma1999-06-041-1/+1
* GC unused prototypePeter Wemm1999-06-031-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenPeter Wemm1999-06-031-3/+4
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeKazutaka YOKOTA1999-06-031-2/+2
* Unifdef VM86Jonathan Lemon1999-06-012-9/+7
* USB stopped working as of the recent cdevsw cleanup. This fixes that.Nick Hibma1999-06-013-7/+8
* Remove the stub driver. It's useless.Nick Hibma1999-06-011-137/+0
* usbd_get_request_status now only returns the value if the associatedNick Hibma1999-06-011-4/+8
* 1) Remove the definition of usb_cdc_generic_descriptor_t. It isNick Hibma1999-05-311-7/+1
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busRoger Hardiman1999-05-312-2/+54
* * Change include file locations.Doug Rabson1999-05-312-13/+18
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-3132-305/+117
* The PPSAPI group defines the polarity in draft 3, we guessed it wrong.Poul-Henning Kamp1999-05-311-2/+2
* Enable attachment of multiple drivers to a single device.Nick Hibma1999-05-301-11/+16
* Notify CAM of the removed device on detach.Nick Hibma1999-05-301-5/+3
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-3043-261/+898
* Don't bogusly define a d_reset_t function.Poul-Henning Kamp1999-05-301-14/+2
* 1) Add URL for printer class specificationNick Hibma1999-05-301-12/+8
* - When aborting an interrupt pipe, just wait for 1ms for the completionNick Hibma1999-05-301-9/+5
* When the mouse is being disconnected, do the followings:Nick Hibma1999-05-301-4/+14
* 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