summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* remove unused #includephk1999-10-111-1/+0
* remove unused #include, add $FreeBSD$phk1999-10-111-1/+2
* Kill unused includesimp1999-10-112-2/+0
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-111-1/+2
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-111-0/+2
* Add support for the USRobotics Courier V.Everything (USR0101) modem.steve1999-10-111-0/+1
* Trim some unused #includespeter1999-10-111-1/+0
* Zap unneeded #include (found by phk)peter1999-10-111-6/+0
* Delete unneeded #includepeter1999-10-111-2/+0
* Fix a bug in the isa attach code which would panic isa systems.sos1999-10-111-1/+1
* Replace cdevsw_add() and friends with make_dev()/remove_dev().newton1999-10-101-2/+41
* Remove unused include files.sos1999-10-107-14/+0
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-0912-710/+814
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.peter1999-10-091-0/+1
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-092-6/+8
* - Restore correct operation of bt_mca.mdodd1999-10-092-16/+28
* Make interrupts shareable with RF_SHAREABLE. This is untested, butimp1999-10-092-2/+2
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.imp1999-10-093-3/+3
* Switch over to the new location in sys/dev/dpt.mdodd1999-10-091-1/+1
* - Implement a simple PIO driven function for retreiving the onboardmdodd1999-10-094-101/+137
* Zap cdevsw_add() - the make_dev's take care of it and don't usepeter1999-10-081-10/+0
* Sync with recent changes to the MCA bus code. Resource IVARS wentmdodd1999-10-081-17/+9
* Move the include of device.h into the NetBSD specific section.n_hibma1999-10-081-1/+1
* Make the umodem stub compilen_hibma1999-10-071-1/+1
* Remove a debugging printf.n_hibma1999-10-071-2/+0
* Add make_dev and remove_dev.n_hibma1999-10-071-0/+7
* priorities weren't correct (old version).n_hibma1999-10-071-36/+15
* 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
OpenPOWER on IntegriCloud