summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-03-03nuke extra semicolonmjacob
2003-03-03Argh. Put back mickey's change here and also follow Ted's suggestionmjacob
2003-03-03Add some A64 defines.mjacob
2003-03-03Get rid of ISP_DMA_ADDR_T and uses ISP_DAC_SUPPORTED to define themjacob
2003-03-03spelling fixesmjacob
2003-03-03In isp_putback_atio, propagate iid && rxid for FC ATIOs.mjacob
2003-03-03Remove STRNCAT define.mjacob
2003-03-03For type 3 requests, the count is ISP_RQDSEG_T3, not ISP_RQDSEG_T2, that we needmjacob
2003-03-03Add (untested, no h/w) 10160 support. Propagate some spelling fixes.mjacob
2003-03-03Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support.mjacob
2003-03-03Provide a functional d_psize() function for ramdisk block devices.Miod Vallat
2003-03-02The gem driver will sometimes unmap bus_dma mappings that are stillHenric Jungheim
2003-02-28Update firmware to latest levels- fixes several nasty bugs on the 2300 at least.mjacob
2003-02-28Revert previous change. This driver is shared with 4 other platforms.mjacob
2003-02-28Increase IDENTIFY command timeout to 3 sec, as required by someAlexander Yurchenko
2003-02-28take too. patch ahs to screw up once in a whileMichael Shalayeff
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2003-02-28add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driverJason Wright
2003-02-28more txp's; from linux driverJason Wright
2003-02-27regenAlexander Yurchenko
2003-02-27Add ServerWorks CSB6 ATA chip, found in dmesg from niklas@Alexander Yurchenko
2003-02-27regenAlexander Yurchenko
2003-02-27Add some more Promise chips (including SATA ones) and a littleAlexander Yurchenko
2003-02-27print out the ethernet address in the dmesg.Nathan Binkert
2003-02-27regenMichael Shalayeff
2003-02-27add ENE cb1410 and sort out the EFFICIENTNETSMichael Shalayeff
2003-02-26Better support for the ps/2-style HIL keyboards (those with a real numericMiod Vallat
2003-02-26New hil child devices attachment framework, that allow them to be detachedMiod Vallat
2003-02-26split encap and txeof functions into ones for tigon1 and tigon2Nathan Binkert
2003-02-26don't do arithmetic on bus space handles. Instead, use bus_space functionsNathan Binkert
2003-02-26Add support for AirVast WN-100; nick@Todd C. Miller
2003-02-26regenTodd C. Miller
2003-02-26Add AirVast WN-100; from nick@Todd C. Miller
2003-02-25move NULLification to end so it's useful.Ted Unangst
2003-02-25Correct the size of __reserved9 field in struct ataparams;Alexander Yurchenko
2003-02-25remove redundant check.Ted Unangst
2003-02-25remove useless check.Ted Unangst
2003-02-25correct bounds check. yichen xie's bounds checker catch.Ted Unangst
2003-02-25fix two off by onesTed Unangst
2003-02-24correct check for the size of semitonesTed Unangst
2003-02-24Detypoing; henric@ and meAlexander Yurchenko
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-24For CMD chips call pciide_chan_candisable() for both channels to preventAlexander Yurchenko
2003-02-24Various typos.Miod Vallat
2003-02-23initialize errorTed Unangst
2003-02-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
2003-02-21remove unused variableTed Unangst
2003-02-20Fix a crash in the systrace found by form@Artur Grabowski
2003-02-20no trailing newline in panic(); PR 3103Henning Brauer