Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-16 | sync | Kevin Lo | |
2003-06-16 | add NS SC1201 soc | Kevin Lo | |
2003-06-16 | - limited number of processes per systrace | Jun-ichiro itojun Hagino | |
- escape fixes for special characters markus, sturm ok. from provos | |||
2003-06-16 | be more sane w/ byte swapping and leave the le archs at the same behaviour ↵ | Michael Shalayeff | |
and give be archs a better chance at getting the correct mac address as tested on the mac and hppa where mac has an additional bug w/ the phy bit still remaining and hppa seems fine; jason@ ok | |||
2003-06-13 | Sync with FreeBSD's "em". | Henric Jungheim | |
ok deraadt@ | |||
2003-06-13 | 5 fxp versions (only way to find out of the HPNA versions work, is to put ↵ | Theo de Raadt | |
them in here) | |||
2003-06-13 | sync | Theo de Raadt | |
2003-06-13 | two more fxp | Theo de Raadt | |
2003-06-13 | sync | Theo de Raadt | |
2003-06-13 | +VIA VT8375 Host-PCI | Marc Espie | |
got a machine with one... | |||
2003-06-13 | regen | Henric Jungheim | |
2003-06-13 | One more Intel Gig card (quad)... | Henric Jungheim | |
2003-06-13 | turn these DIAGNOSTIC into NE_DEBUG. there is no really need to fill | Federico G. Schwindt | |
dmesg with it under normal circumstances. | |||
2003-06-13 | attach/support yet-another-DFE670TXD (0x0149/0x4530/004005) | Philipp Buehler | |
fgsch@ ok | |||
2003-06-13 | regen | Brad Smith | |
2003-06-13 | Add/fix some PCI ids for Intel gig hardware. pcidevs diff from henric@. | Brad Smith | |
deraadt@ ok | |||
2003-06-12 | regen | Michael Shalayeff | |
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 | |