summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-04-26Oops, correct import this time.Miod Vallat
2006-04-26the pack #pragma is a gccism, so replace its use with __packed which willDavid Gwynne
2006-04-26Use %b in error flag printfs to describe meaning of error bits.Jonathan Gray
2006-04-26And commit the diff from the right system.Brad Smith
2006-04-26Fix some debug prints.Marco Peereboom
2006-04-26check for IFF_RUNNING being set before calling nfe_init().Brad Smith
2006-04-26Undo last commit.Marco Peereboom
2006-04-26don't return -1, just 1.Marco Peereboom
2006-04-26typoMarco Peereboom
2006-04-26Add subvendor and subsysid to the mix to differentiate between controllers.Marco Peereboom
2006-04-26syncMarco Peereboom
2006-04-26Rename PERC 5/i to PERC SAS so that we can differentiate between models.Marco Peereboom
2006-04-25enable udcf, why notTheo de Raadt
2006-04-25Oops, correct import this time.Miod Vallat
2006-04-25Remove virtual tunnel support from the mrouting code. The virtual tunnelClaudio Jeker
2006-04-25the error path for teh sync cache command should return, not try to blunderDavid Gwynne
2006-04-25Oops, correct import this time.Miod Vallat
2006-04-25Match PCI ids for Intel ICH7 SATA in AHCI mode.Jonathan Gray
2006-04-25limit pool backend preallocation to 2048 pages max (which only affects >2g ph...Michael Shalayeff
2006-04-25Missed an include chunk.Miod Vallat
2006-04-25fix endian issue. netbsd pr31051 via ian mcwilliamTed Unangst
2006-04-25that extern was needed for now, miodTheo de Raadt
2006-04-25add a struct timeval to struct sensor. any sensor which wishes the userTheo de Raadt
2006-04-24Use NULL where NULL is meant, from thib, no binary changePedro Martelletto
2006-04-24Enable profling in asm if either PROF or GPROF is enabled, kernel profilingDale Rahn
2006-04-24regenJonathan Gray
2006-04-24Add id for 82801GBM SATA in AHCI mode.Jonathan Gray
2006-04-24oopsTheo de Raadt
2006-04-24syncTheo de Raadt
2006-04-24egalaxTheo de Raadt
2006-04-24add a missing return here.Brad Smith
2006-04-23some more ANSI, KNF and other tidying up.Brad Smith
2006-04-23Remove superfluous use of usb_callout_init() (== timeout_set()).Kenneth R Westerback
2006-04-23Make code path for ADMTek variant endian-safe; fixes dc(4) on macppc.Mark Kettenis
2006-04-23Recognize the D-Link DRP32TXD CardBus adapter. It is anotherBrad Smith
2006-04-23regenBrad Smith
2006-04-23add the D-Link DRP32TXD CardBus id.Brad Smith
2006-04-23regenBrad Smith
2006-04-23add the Dell Bluetooth 350 module.Brad Smith
2006-04-23'fall into' -> FALLTHROUGHPedro Martelletto
2006-04-23Remove unnecessary ARGSUSED commentPedro Martelletto
2006-04-23KNFPedro Martelletto
2006-04-23Fix an embarrassing pasto that triggered a panic. Reported by henning.Marco Peereboom
2006-04-23Allow Intel SATA to map compatibility interrupts.Jonathan Gray
2006-04-23Add puc(4) and com at puc.Mark Kettenis
2006-04-23remove all the compat stuff for the otherbsds. this is openbsd, i preferDavid Gwynne
2006-04-22Simplify time calculations.Marc Balmer
2006-04-22Routes announced via rt_missmsg() do not have rtm_index set. While in mostClaudio Jeker
2006-04-22Henning reported a crash I can't explain while using the new sensor code.Marco Peereboom
2006-04-22typo.Federico G. Schwindt