summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-03-02Use priority queue for TCP ACKs that have no payload. Very useful onDaniel Hartmeier
2003-03-02only assign a new queue id if a->qid is 0. otherwise, check a->qid forHenning Brauer
2003-03-02The gem driver will sometimes unmap bus_dma mappings that are stillHenric Jungheim
2003-03-01- only declare and provide pmap_map() for mac68k, until it bites the dust.Miod Vallat
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28intrcnt's are now int's to fit with kern.intrcnt assumptions; miod okJason Wright
2003-02-28Based on several comments from tedu:Jason Wright
2003-02-28update lasttick in clockintr() so that time doesn't run away with usJason Wright
2003-02-28do not entice people into playing with broken fsTed Unangst
2003-02-28make intrcnt[n] an int to fit with the kern.intrcnt changes in JanuaryJason Wright
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-28Fix more evil typos.Miod Vallat
2003-02-28fix comments, from weissmanndude.Michael Shalayeff
2003-02-28splsoftnet() around rn_lookup() which is not thread-safe.Cedric Berger
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-27make packet classification for altq work in the IPv6 caseHenning Brauer
2003-02-27Repair IPv6 support for tables.Cedric Berger
2003-02-27regenMichael Shalayeff
2003-02-27add ENE cb1410 and sort out the EFFICIENTNETSMichael Shalayeff
2003-02-26Let this compile if no DDBMiod Vallat
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
2003-02-26minor fix in a debug printfMichael Shalayeff
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
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-26Remove a poor error message which is emitted on perfectly fine MBR labeledDale Rahn
2003-02-26remove dependency upon NULL definitionMarc Espie
2003-02-26Volatile to prevent the optimizer from eliminating these, and fix theDale Rahn
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-26eliminate some useless checks. yichen xie's checker.Ted Unangst
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-25- Handle src and dst comparisons correctly for binat so that it worksRyan Thomas McBride
2003-02-25remove redundant check.Ted Unangst
2003-02-25Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC isMiod Vallat