summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for the PCI version of the Digi SYNC/570i cards.jhay1999-10-174-342/+1069
* Correct a stupid type which prevented us from working with any devicedfr1999-10-171-1/+1
* The CTL0044 is more properly known as a "Creative SB AWE64 Gold".obrien1999-10-164-0/+12
* Relax the check for class=storage, subclass=ide to just class=storage.dfr1999-10-161-2/+1
* - Convert this driver to newbus.mdodd1999-10-161-516/+754
* Convert the mx driver to miibus.wpaul1999-10-161-0/+487
* Use a much larger buffer for message log retrieval until we are sure thatmsmith1999-10-161-9/+10
* Fix mlx_diagnose_command so that it actually works. I can't believe thismsmith1999-10-161-1/+1
* Save the drive device_t so that we can print it later.msmith1999-10-161-0/+1
* Save the drive device_t correctly so we can print it later.msmith1999-10-162-2/+2
* Until we actually support SBus, there's no reason to keep the f/w in the tree.mjacob1999-10-151-4274/+0
* Include opt_bktr.roger1999-10-151-0/+2
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-154-306/+72
* Break out the bus front end code into separate files.mdodd1999-10-152-0/+344
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-142-279/+148
* 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
OpenPOWER on IntegriCloud