summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add better mediaopt support for ibss and friends.imp2002-06-193-39/+171
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-192-44/+18
* Add yet another (older) Promise chipsos2002-06-192-5/+10
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-182-21/+54
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,obrien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).obrien2002-06-182-1/+29
* ebus sio(4) attachment.obrien2002-06-181-0/+113
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* If the HBA is already 'touched', still set maxluns. Othewise formjacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionmjacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended statemjacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).mjacob2002-06-161-1/+0
* Add ISP_FC_GETHINFO ioctl.mjacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-06-161-241/+73
* Change isp_target_async to a function returning an integer.mjacob2002-06-161-20/+8
* Set default command count to 0xfe. This tells the f/w essentiallymjacob2002-06-161-3/+5
* Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.mjacob2002-06-161-0/+4
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Addmjacob2002-06-161-4/+11
* mdcreate_vnode() isn't correctly clearing things out of the linkedphk2002-06-151-2/+2
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-1410-44/+55
* Add an entry for the US Robotics 2415.nsayer2002-06-141-0/+1
* Use a cv rather than tsleep and friends to do the sleep/wakeupimp2002-06-132-7/+15
* This actually compiles under lint now, by effectively #if 0'ing italfred2002-06-111-5/+0
* - Whitespace only: use return statement consistentlt (return (foo), notsobomax2002-06-101-8/+6
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
* Fix a '<<' that should have been a '>>' in the 48bit case.sos2002-06-081-1/+1
* 0 is not an invalid interrupt in the PCI world (just in the ia32imp2002-06-071-2/+4
* Recognize Adaptec ANA-5910/30/40[A] boards.mdodd2002-06-073-19/+65
* Move some code around.mdodd2002-06-074-16/+18
* Hook up the ahd driver.gibbs2002-06-067-27/+11
* Remove one more multi-line string literal.gibbs2002-06-061-5/+5
* Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)alfred2002-06-061-1/+1
* Silence GCC warnings about multi-line strings.gibbs2002-06-057-48/+48
* Add some PCI-X register definitions.gibbs2002-06-051-1/+18
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-Xgibbs2002-06-059-0/+19742
* Add device id. for fxp chip on Intel D845EPT2L boards. This seems toambrisko2002-06-051-0/+1
* Don't treat statistics counter wrap-overs as errors.tmm2002-06-051-10/+3
* Added support for 82545EM and 82546EB based adapters.pdeuskar2002-06-036-1751/+7198
* Use a per-device worker thread to avoid blocking in mdstrategy()iedowse2002-06-031-11/+36
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)mdodd2002-06-036-18/+670
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0220-20/+20
* Fix warnings.alfred2002-06-011-3/+3
* Fix a couple of places where preprocessor concatination was misused andalfred2002-06-011-2/+2
* Silence warning.alfred2002-06-011-2/+2
* Quick, low impact band-aide to unbreak the build. Added && 0 so weru2002-06-011-1/+1
OpenPOWER on IntegriCloud