aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make the speed used by gdb over serial settable in the kernel configuration.Nick Hibma2002-06-182-21/+54
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,David E. O'Brien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).David E. O'Brien2002-06-182-1/+29
* ebus sio(4) attachment.David E. O'Brien2002-06-181-0/+113
* Avoid reprobing on loading a driver. This does not work as the ivars setNick Hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadNick Hibma2002-06-171-2/+2
* clean up some KASSERTS.Nick Hibma2002-06-171-13/+18
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsDag-Erling Smørgrav2002-06-161-1/+0
* Rewrite the probe routine. This makes adding drives and quirks more easy.Nick Hibma2002-06-161-266/+250
* If the HBA is already 'touched', still set maxluns. Othewise forMatt Jacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionMatt Jacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended stateMatt Jacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).Matt Jacob2002-06-161-1/+0
* Add ISP_FC_GETHINFO ioctl.Matt Jacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutMatt Jacob2002-06-161-238/+70
* Change isp_target_async to a function returning an integer.Matt Jacob2002-06-161-20/+8
* Set default command count to 0xfe. This tells the f/w essentiallyMatt Jacob2002-06-161-3/+5
* Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.Matt Jacob2002-06-161-0/+4
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. AddMatt Jacob2002-06-161-4/+11
* mdcreate_vnode() isn't correctly clearing things out of the linkedPoul-Henning Kamp2002-06-151-2/+2
* - Turn the hea and hfa HARP storage pools into UMA zones and insertAndrew R. Reiter2002-06-1410-44/+55
* Add an entry for the US Robotics 2415.Nick Sayer2002-06-141-0/+1
* Use a cv rather than tsleep and friends to do the sleep/wakeupWarner Losh2002-06-132-7/+15
* This actually compiles under lint now, by effectively #if 0'ing itAlfred Perlstein2002-06-111-5/+0
* - Whitespace only: use return statement consistentlt (return (foo), notMaxim Sobolev2002-06-101-8/+6
* Fix driver to re-enable sound output on AD1816 based cards caused by anHellmuth Michaelis2002-06-091-0/+4
* Fix a '<<' that should have been a '>>' in the 48bit case.Søren Schmidt2002-06-081-1/+1
* 0 is not an invalid interrupt in the PCI world (just in the ia32Warner Losh2002-06-071-2/+4
* Recognize Adaptec ANA-5910/30/40[A] boards.Matthew N. Dodd2002-06-073-19/+65
* Move some code around.Matthew N. Dodd2002-06-074-16/+18
* Hook up the ahd driver.Justin T. Gibbs2002-06-067-27/+11
* Remove one more multi-line string literal.Justin T. Gibbs2002-06-061-5/+5
* Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)Alfred Perlstein2002-06-061-1/+1
* Silence GCC warnings about multi-line strings.Justin T. Gibbs2002-06-057-46/+46
* Add some PCI-X register definitions.Justin T. Gibbs2002-06-051-1/+18
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-XJustin T. Gibbs2002-06-059-0/+19742
* Add device id. for fxp chip on Intel D845EPT2L boards. This seems toDoug Ambrisko2002-06-051-0/+1
* Don't treat statistics counter wrap-overs as errors.Thomas Moestl2002-06-051-10/+3
* Added support for 82545EM and 82546EB based adapters.Prafulla Deuskar2002-06-036-1531/+6978
* Use a per-device worker thread to avoid blocking in mdstrategy()Ian Dowse2002-06-031-11/+36
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)Matthew N. Dodd2002-06-036-18/+670
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-0220-20/+20
* Fix warnings.Alfred Perlstein2002-06-011-3/+3
* Fix a couple of places where preprocessor concatination was misused andAlfred Perlstein2002-06-011-2/+2
* Silence warning.Alfred Perlstein2002-06-011-2/+2
* Quick, low impact band-aide to unbreak the build. Added && 0 so weRuslan Ermilov2002-06-011-1/+1
* Should have been part of recent commit:Alfred Perlstein2002-06-012-5/+3
* Call destroy_dev in detach routine to cleanup properly otherwise weAlfred Perlstein2002-06-011-3/+8
* Use PCI_INTERRUPT_VALI in stead of hard coded 255Warner Losh2002-06-011-5/+5
* More style(9) nitsWarner Losh2002-06-011-20/+23