Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-12 | a couple more ti cardbus bridges | Michael Shalayeff | |
2003-06-12 | several lusers suggested it should work none capable of definately answering ↵ | Michael Shalayeff | |
the question does it play the damn music. see if anybody report problems w/ it now | |||
2003-06-11 | Regen | Miod Vallat | |
2003-06-11 | Typo in QLogic descriptions | Miod Vallat | |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt | |
2003-06-09 | Fix erroneous handling of i/o's during a reset. | Kenneth R Westerback | |
a) Set xs->status rather than cmd_tables->status because there will be no interrupt processing to move it from cmd_tables->status to xs->status. b) Set cmd_c.status to correct value (CMDST_SENSE_DONE) when an active sense command is reset. c) Don't put a reset command from the ready queue into the free_list twice, once in siop_scsicmd_end() and once manually. Condition a) meant that the scsi layer was seeing successfully completed i/o's (xs->error == XS_NOERROR) when they were in fact reset and should have had xs->error == XS_TIMEOUT or xs->error == XS_RESET. This meant lost data on output, and random or zero'ed data on input. Condition b) meant that the wrong bus_dmamap_sync() was called, though the actual action was apparently identical. Condition c) meant that the free_list could become corrupt. The problem was discovered by pb@ on a heavily loaded server that experienced timeouts. This fix was tested by pb@ and henric@ to prove it did not affect normal processing. If nothing else it will provide better error messages if the problem is ever encountered again. Probably a good candidate for -stable if pb@ can successfully reproduce his timeout problems and not have his server crash. | |||
2003-06-08 | Fix probe for GUS MAX cards; from NetBSD. | Miod Vallat | |
mickey@ ok | |||
2003-06-08 | Do not hardcode the dma channel to 1, use the softc settings instead. | Miod Vallat | |
mickey@ ok | |||
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what ↵ | Michael Shalayeff | |
freebsd does as well | |||
2003-06-07 | Experimental support for Intel 31244 SATA, only parallel ATA mode yet; | Alexander Yurchenko | |
from NetBSD. | |||
2003-06-07 | Add a generic channel setup routine for SATA devices; from NetBSD | Alexander Yurchenko | |
2003-06-07 | sync | Alexander Yurchenko | |
2003-06-07 | Add 3DFX Voodoo5 and TI TSB43AB23 IEEE1394, found in dmesg from | Alexander Yurchenko | |
Alexandre H <openbsdah@wanadoo.fr>. | |||
2003-06-07 | sync | Alexander Yurchenko | |
2003-06-07 | Remove clause 3. | Hakan Olsson | |
2003-06-07 | Add a couple of Intel 875P chipset devices found in dmesg from | Alexander Yurchenko | |
Alexandre H <openbsdah@wanadoo.fr>. | |||
2003-06-06 | Add support for Intel ICH5/ICH5R IDE | Alexander Yurchenko | |
2003-06-06 | initialize blocksize from the trigger_input routine; fixes a div by zero | Federico G. Schwindt | |
error. problem and patch by Gabriel Kihlman in PR/2856. millert@ ok. | |||
2003-06-05 | untils this is sync'ed, correctly set mixer_class for CMPCI_OUTPUT_CLASS. | Federico G. Schwindt | |
2003-06-05 | 3/4 knockout for peter galbavy | Theo de Raadt | |
2003-06-04 | 3/4 cleanup for aaron | Theo de Raadt | |
2003-06-04 | nuke term 3 based on terms file | Jason Wright | |
2003-06-04 | nuke clause 3 & 4 (ok with patrik) | Jason Wright | |
2003-06-04 | more 3/4 cleanups for lazy developers | Theo de Raadt | |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-03 | Convert to 2 term license; OK with art@ | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | damn, forgot this one. | Federico G. Schwindt | |
2003-06-02 | remove term 3 & 4; permission given from d.doroshenko@omnitel.net | Theo de Raadt | |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff | |
2003-06-02 | clean up license. | Federico G. Schwindt | |
2003-06-02 | nuke clase 3 & 4 | Jason Wright | |
2003-06-02 | Remove clause 3 & 4 (with permission from aaron and deraadt) | Jason Wright | |
2003-06-02 | remove clause 3 & 4 jointly held by miod and me. | Jason Wright | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo). | Jason Wright | |
2003-06-02 | do not play w/ interrupts too much and keep 'em enabled at all times, fixes ↵ | Michael Shalayeff | |
random lockups; tested by brad@ on all models | |||
2003-06-02 | licence cleanup | Theo de Raadt | |
2003-06-02 | sync | Dale Rahn | |
2003-06-02 | add UNINORTHATA | Dale Rahn | |
2003-06-02 | regen | margarida | |
2003-06-02 | Add ATI Radeon IGP 320M. | margarida | |
Integrated Graphics Processor for Mobile AMD Mobile Athlon 4/Duron Processors ok millert@ | |||
2003-06-01 | Kingston KNE-PCM/x support. | Federico G. Schwindt | |
tested by Lane Myer <myer at FreeBSD-uk dot eu dot org>. | |||
2003-06-01 | Kingston KNE-PCM/x support. | Federico G. Schwindt | |
2003-05-31 | sync | Matthieu Herrb | |
2003-05-31 | real register definitions for the brooktree 451/457/458 on the cgsix and | Jason Wright | |
cgthree. ok miod. | |||
2003-05-31 | nVidia NV18 graphics chips from XFree86. Ok deraadt@ | Matthieu Herrb | |
2003-05-30 | Cleanup: \t vs spaces, kill trailing spaces | Alexander Yurchenko | |