summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-0731-3958/+4674
* remove the use of uhci_reset to wake up the controller aftern_hibma1999-10-071-5/+4
* Remove last bits and pieces of NetBSD porting.n_hibma1999-10-071-34/+20
* Remove the last bits and pieces left over from porting the drivern_hibma1999-10-071-27/+9
* This is a driver for the AMI MegaRAID family of controllers. It all ofmsmith1999-10-076-0/+2448
* This is a driver for the Mylex DAC960 family of integrated RAIDmsmith1999-10-076-0/+3437
* Be much more selective in claiming devices that might be IDE controllers.msmith1999-10-071-36/+30
* - Remove cdevsw_add().yokota1999-10-062-10/+0
* Removal of sys/device.hn_hibma1999-10-059-9/+0
* Check whether init and term are actually givenn_hibma1999-10-051-2/+2
* Print more verbose debugging outputn_hibma1999-10-051-7/+10
* Found and fixed FM radio mute bugroger1999-10-052-3/+6
* Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()peter1999-10-041-4/+0
* Update Australian channel set and add Leadtek Winfast 2000 GPIOroger1999-10-044-15/+30
* Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical IDdeischen1999-10-031-2/+4
* A band-aid to prevent multi-hose alpha chipsets (aka tsunami) fromgallatin1999-10-031-0/+4
* Check for a valid irq number before calling BUS_SETUP_INTR.n_hibma1999-10-032-4/+23
* Add logical device ID for the Diamond SupraExpress 56K PnP modem:deischen1999-10-031-0/+1
* Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".obrien1999-10-034-4/+16
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in thebde1999-10-031-1/+1
* Fix includes. I missed this the first time around.mdodd1999-10-021-1/+3
* Use the PRVERB() macro instead of 'if (bootverbose) printf()...mdodd1999-10-021-3/+8
* Add the apm_saver syscons screen saver module.nsayer1999-10-021-0/+91
* Backout part of the changes made in 1.111roger1999-10-011-9/+1
* Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR andpeter1999-10-011-3/+0
* Add support for the AHA-1640 SCSI adapter.mdodd1999-10-011-0/+247
* Make the fxp driver work on alpha, rather than panic the machine on bootgallatin1999-09-303-30/+19
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-1/+0
* Add ID for ESS ES1869.dfr1999-09-294-0/+16
* struct plex: Add variables checkblock and rebuildblock to keep trackgrog1999-09-281-1/+8
* revive_block: set b_resid correctly.grog1999-09-281-4/+208
* logrq: add sdiodone case.grog1999-09-281-9/+7
* Don't count iterations while waiting for a lock to become free.grog1999-09-281-10/+9
* Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fullygrog1999-09-281-0/+8
* Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctlgrog1999-09-281-8/+10
* open_drive: Don't call set_drive_state to take a drive down, do itgrog1999-09-281-3/+3
* sdio_done: Log events if DEBUG_LASTREQS set.grog1999-09-281-0/+4
* Change remove_drive_entrygrog1999-09-281-1/+5
* Remove some superfluous comments.grog1999-09-281-63/+41
* Minor formatting changes (7th attempt)grog1999-09-281-3/+2
* Add loginfo type for sdiodone.grog1999-09-281-0/+1
* * add a non-reset device- will not reset the channel on open. youcg1999-09-2814-52/+106
* add a missing blank linecg1999-09-284-4/+8
* seperate the ad1816 driver from the mss driver since it shares no codecg1999-09-288-822/+1414
* Use rmand_get_bus{tag,handle} rather than hard wiring things toimp1999-09-281-3/+3
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-288-235/+13
* Add another ID for the AWE64.dfr1999-09-284-0/+4
* Newbusification of aha. dfr sent me the first cut, and I made itimp1999-09-281-129/+165
* Add auto-detection for Askey Dynalink Magic TView androger1999-09-273-27/+89
* Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ...grog1999-09-271-1/+1
OpenPOWER on IntegriCloud