summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Print verbose messages when there is error.yokota1999-06-161-2/+21
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-151-2/+2
* 1) remove the soft reset after a command failed.n_hibma1999-06-131-5/+17
* 1) Add non-blocking I/O on readn_hibma1999-06-131-6/+32
* Shorten the strings a bit (remove 'Host')n_hibma1999-06-132-15/+16
* Removed checking for unit>NBKTR.roger1999-06-131-17/+2
* Updated to use the new 4.x newbus APIroger1999-06-122-219/+296
* Small optimization: use wi_seek() in wi_read_record() and wi_write_record()wpaul1999-06-061-27/+9
* Fixed null setting of `rc_started'. This was fixed for thebde1999-06-041-7/+2
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-042-6/+10
* Fix the cdevsw_add change made by PHK.roger1999-06-041-5/+5
* Add remark about where bInterfaceProtocol number for USB Zip drive comesn_hibma1999-06-041-1/+1
* GC unused prototypepeter1999-06-031-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-031-2/+2
* Unifdef VM86jlemon1999-06-012-9/+7
* USB stopped working as of the recent cdevsw cleanup. This fixes that.n_hibma1999-06-013-7/+8
* Remove the stub driver. It's useless.n_hibma1999-06-011-137/+0
* usbd_get_request_status now only returns the value if the associatedn_hibma1999-06-011-4/+8
* 1) Remove the definition of usb_cdc_generic_descriptor_t. It isn_hibma1999-05-311-7/+1
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-312-2/+54
* * Change include file locations.dfr1999-05-312-13/+18
* Simplify cdevsw registration.phk1999-05-3132-305/+117
* 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
OpenPOWER on IntegriCloud