| Commit message (Expand) | Author | Age | Files | Lines |
* | Add better mediaopt support for ibss and friends. | imp | 2002-06-19 | 3 | -39/+171 |
* | Use si_iosize_max to tell the upper layers not to use more | sos | 2002-06-19 | 2 | -44/+18 |
* | Add yet another (older) Promise chip | sos | 2002-06-19 | 2 | -5/+10 |
* | Removed unneeded files. | pdeuskar | 2002-06-18 | 4 | -5322/+0 |
* | Make the speed used by gdb over serial settable in the kernel configuration. | n_hibma | 2002-06-18 | 2 | -21/+54 |
* | Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable, | obrien | 2002-06-18 | 1 | -0/+87 |
* | Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box). | obrien | 2002-06-18 | 2 | -1/+29 |
* | ebus sio(4) attachment. | obrien | 2002-06-18 | 1 | -0/+113 |
* | Avoid reprobing on loading a driver. This does not work as the ivars set | n_hibma | 2002-06-17 | 1 | -0/+15 |
* | Set the ivars _after_ checking that the bdev was correctly created instead | n_hibma | 2002-06-17 | 1 | -2/+2 |
* | clean up some KASSERTS. | n_hibma | 2002-06-17 | 1 | -13/+18 |
* | Remove <sys/select.h> to unbreak the build. I'm not sure if this affects | des | 2002-06-16 | 1 | -1/+0 |
* | Rewrite the probe routine. This makes adding drives and quirks more easy. | n_hibma | 2002-06-16 | 1 | -267/+251 |
* | If the HBA is already 'touched', still set maxluns. Othewise for | mjacob | 2002-06-16 | 1 | -67/+126 |
* | Add support for ISP_FC_GETHINFO, which returns current connection | mjacob | 2002-06-16 | 1 | -38/+158 |
* | Extend private adjunct to ATIO to have both tag lun, and extended state | mjacob | 2002-06-16 | 1 | -1/+10 |
* | Force commit (last CVS comment was wrong). | mjacob | 2002-06-16 | 1 | -1/+0 |
* | Add ISP_FC_GETHINFO ioctl. | mjacob | 2002-06-16 | 2 | -1/+30 |
* | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | mjacob | 2002-06-16 | 1 | -241/+73 |
* | Change isp_target_async to a function returning an integer. | mjacob | 2002-06-16 | 1 | -20/+8 |
* | Set default command count to 0xfe. This tells the f/w essentially | mjacob | 2002-06-16 | 1 | -3/+5 |
* | Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines. | mjacob | 2002-06-16 | 1 | -0/+4 |
* | Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Add | mjacob | 2002-06-16 | 1 | -4/+11 |
* | mdcreate_vnode() isn't correctly clearing things out of the linked | phk | 2002-06-15 | 1 | -2/+2 |
* | - Turn the hea and hfa HARP storage pools into UMA zones and insert | arr | 2002-06-14 | 10 | -44/+55 |
* | Add an entry for the US Robotics 2415. | nsayer | 2002-06-14 | 1 | -0/+1 |
* | Use a cv rather than tsleep and friends to do the sleep/wakeup | imp | 2002-06-13 | 2 | -7/+15 |
* | This actually compiles under lint now, by effectively #if 0'ing it | alfred | 2002-06-11 | 1 | -5/+0 |
* | - Whitespace only: use return statement consistentlt (return (foo), not | sobomax | 2002-06-10 | 1 | -8/+6 |
* | Fix driver to re-enable sound output on AD1816 based cards caused by an | hm | 2002-06-09 | 1 | -0/+4 |
* | Fix a '<<' that should have been a '>>' in the 48bit case. | sos | 2002-06-08 | 1 | -1/+1 |
* | 0 is not an invalid interrupt in the PCI world (just in the ia32 | imp | 2002-06-07 | 1 | -2/+4 |
* | Recognize Adaptec ANA-5910/30/40[A] boards. | mdodd | 2002-06-07 | 3 | -19/+65 |
* | Move some code around. | mdodd | 2002-06-07 | 4 | -16/+18 |
* | Hook up the ahd driver. | gibbs | 2002-06-06 | 7 | -27/+11 |
* | Remove one more multi-line string literal. | gibbs | 2002-06-06 | 1 | -5/+5 |
* | Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only) | alfred | 2002-06-06 | 1 | -1/+1 |
* | Silence GCC warnings about multi-line strings. | gibbs | 2002-06-05 | 7 | -48/+48 |
* | Add some PCI-X register definitions. | gibbs | 2002-06-05 | 1 | -1/+18 |
* | Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X | gibbs | 2002-06-05 | 9 | -0/+19742 |
* | Add device id. for fxp chip on Intel D845EPT2L boards. This seems to | ambrisko | 2002-06-05 | 1 | -0/+1 |
* | Don't treat statistics counter wrap-overs as errors. | tmm | 2002-06-05 | 1 | -10/+3 |
* | Added support for 82545EM and 82546EB based adapters. | pdeuskar | 2002-06-03 | 6 | -1751/+7198 |
* | Use a per-device worker thread to avoid blocking in mdstrategy() | iedowse | 2002-06-03 | 1 | -11/+36 |
* | Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) | mdodd | 2002-06-03 | 6 | -18/+670 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 20 | -20/+20 |
* | Fix warnings. | alfred | 2002-06-01 | 1 | -3/+3 |
* | Fix a couple of places where preprocessor concatination was misused and | alfred | 2002-06-01 | 1 | -2/+2 |
* | Silence warning. | alfred | 2002-06-01 | 1 | -2/+2 |
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | ru | 2002-06-01 | 1 | -1/+1 |