summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2006-04-22Correct an evil typo which broke MVME147 support.Miod Vallat
2006-04-22Add support for the Adaptec RAID-On-Chip architecture. This in turnBrad Smith
2006-04-21remove some trailing spaces found while reading this code.Joris Vink
2006-04-21Since bugtty (and BUG routines in general) can only work if we keep the BUGMiod Vallat
2006-04-21typoMarco Peereboom
2006-04-21Add mfi_poll and use the new shiny function to setup all the hardware queues.Marco Peereboom
2006-04-21Do not leave behind half-initialized data structures of we stumble over corruptMark Kettenis
2006-04-21Fix a typo and remove an unreachable label to let this compile again.Uwe Stuehler
2006-04-21make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is theMarc Balmer
2006-04-21remove a couple of unreachable statements, one found by lint, one foundJolan Luff
2006-04-21repair intr establish error printfMichael Shalayeff
2006-04-21the esm_sensor_maps describe esm sensors, not kernel sensors. i have noDavid Gwynne
2006-04-21remove duplicate defines. another find by lint.David Gwynne
2006-04-21implement outgoing interrupt pipes, lets my creative voip blaster workJolan Luff
2006-04-21remove the ami_inquire prototype. the function doesnt exist and its notDavid Gwynne
2006-04-21recognize the BCM5752 A2Brad Smith
2006-04-21back out my last commit.David Gwynne
2006-04-20Add a few more devices integrated on nForce4 chipsets.Mark Kettenis
2006-04-20open/close/cdevsw code goes bye bye; ok mbalberTheo de Raadt
2006-04-20add SENSOR_TIMEDELTA sensor; ok dlgTheo de Raadt
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-04-20Make these compile again.Miod Vallat
2006-04-20printf() calls with the format string spanning several lines should not haveMiod Vallat