summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for the version 4 firmware interface and the DAC960 PG andmsmith1999-10-145-58/+180
* Remove reference to obsolete initsd function.grog1999-10-131-3/+1
* Don't match non-IDE devices in probe.dfr1999-10-131-0/+4
* Change default revive block size to 60 kB (was 64 kB), and set agrog1999-10-131-2/+16
* Add glue for passing revive block size, and also for initializing agrog1999-10-131-4/+10
* revive_block: Add a check for a too high revive block size. This isgrog1999-10-131-2/+135
* launch_requests:grog1999-10-131-9/+41
* MMalloc: don't supply M_WAITOK when mallocing from an interruptgrog1999-10-131-23/+29
* struct vinum_ioctl_msg: Add fields verify (for initsd) and blocksizegrog1999-10-131-0/+3
* Fix another instance of vinum_scandisk giving a request to the daemongrog1999-10-131-10/+10
* Limit the number of outstanding requests on a specific drive andgrog1999-10-131-0/+25
* Modify definition of Malloc: only M_WAITOK if we're not in angrog1999-10-131-2/+6
* Change the declaration of initsd.grog1999-10-131-1/+2
* Add some private storage so that we can queue requests in an interruptgrog1999-10-132-4/+36
* allow pci_ioctl to work with multi-hose alphas.gallatin1999-10-121-2/+2
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-129-54/+35
* Bring support for opti931 in from the old driver.dfr1999-10-122-10/+64
* remove unnecessary includesmjacob1999-10-111-3/+0
* 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
OpenPOWER on IntegriCloud