Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-24 | Use NULL where NULL is meant, from thib, no binary change | Pedro Martelletto | |
2006-04-24 | Enable profling in asm if either PROF or GPROF is enabled, kernel profiling | Dale Rahn | |
builds with GPROF, libraries build with PROF. ok espie, miod | |||
2006-04-24 | regen | Jonathan Gray | |
2006-04-24 | Add id for 82801GBM SATA in AHCI mode. | Jonathan Gray | |
Seemingly the default mode on X60/T60 Thinkpads. | |||
2006-04-24 | oops | Theo de Raadt | |
2006-04-24 | sync | Theo de Raadt | |
2006-04-24 | egalax | Theo de Raadt | |
2006-04-24 | add a missing return here. | Brad Smith | |
2006-04-23 | some more ANSI, KNF and other tidying up. | Brad Smith | |
2006-04-23 | Remove superfluous use of usb_callout_init() (== timeout_set()). | Kenneth R Westerback | |
Superfluous because the immediately following usb_callout() does the same timeout_set(). And superfluous because the same usb_callout_init was done during attach. ok dlg@ | |||
2006-04-23 | Make code path for ADMTek variant endian-safe; fixes dc(4) on macppc. | Mark Kettenis | |
ok brad@ | |||
2006-04-23 | Recognize the D-Link DRP32TXD CardBus adapter. It is another | Brad Smith | |
ADMTek AN983 clone. From FreeBSD | |||
2006-04-23 | regen | Brad Smith | |
2006-04-23 | add the D-Link DRP32TXD CardBus id. | Brad Smith | |
From FreeBSD | |||
2006-04-23 | regen | Brad Smith | |
2006-04-23 | add the Dell Bluetooth 350 module. | Brad Smith | |
From Ben Lovett <ben at tilderoot dot com> | |||
2006-04-23 | 'fall into' -> FALLTHROUGH | Pedro Martelletto | |
2006-04-23 | Remove unnecessary ARGSUSED comment | Pedro Martelletto | |
2006-04-23 | KNF | Pedro Martelletto | |
2006-04-23 | Fix an embarrassing pasto that triggered a panic. Reported by henning. | Marco Peereboom | |
ok dlg | |||
2006-04-23 | Allow Intel SATA to map compatibility interrupts. | Jonathan Gray | |
This makes a bunch of ICH6M/ICH7M systems that don't present an IDE controller work. And stop treating ICH6M like an IDE controller now this works for everyone. Thanks to all the people who tested. | |||
2006-04-23 | Add puc(4) and com at puc. | Mark Kettenis | |
ok deraadt@ | |||
2006-04-23 | remove all the compat stuff for the otherbsds. this is openbsd, i prefer | David Gwynne | |
reading openbsd code when im working in the openbsd source tree. this makes the file immediately less confusing since you can search for a macro and see how its implemented on openbsd without having to figure out if you're in the netbsd or freebsd chunk first. "no problem with me" deraadt@ | |||
2006-04-22 | Simplify time calculations. | Marc Balmer | |
help and ok kettenis@ | |||
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker | |
cases harmless it is used by the IPv6 code. The result is that bgpd is unable to assigning link local addresses to the correct interface. OK henning@ Fix for PR 5063. | |||
2006-04-22 | Henning reported a crash I can't explain while using the new sensor code. | Marco Peereboom | |
Disable until diagnosed and fixed. | |||
2006-04-22 | typo. | Federico G. Schwindt | |
2006-04-22 | Correct an evil typo which broke MVME147 support. | Miod Vallat | |
2006-04-22 | Add support for the Adaptec RAID-On-Chip architecture. This in turn | Brad Smith | |
provides support for the Adaptec 2130S and 2230SLP adapters. From FreeBSD ok dlg@ | |||
2006-04-21 | remove some trailing spaces found while reading this code. | Joris Vink | |
okay marco@ | |||
2006-04-21 | Since bugtty (and BUG routines in general) can only work if we keep the BUG | Miod Vallat | |
mapped, and we don't, do not bother carrying this code around - it can not be used anyway. | |||
2006-04-21 | typo | Marco Peereboom | |
2006-04-21 | Add mfi_poll and use the new shiny function to setup all the hardware queues. | Marco Peereboom | |
Lots of ideas from the FreeBSD driver. | |||
2006-04-21 | Do not leave behind half-initialized data structures of we stumble over corrupt | Mark Kettenis | |
interrupt table entries. ok brad@, mickey@ | |||
2006-04-21 | Fix a typo and remove an unreachable label to let this compile again. | Uwe Stuehler | |
Based on a diff from Markus Schatzl (wtf at neuronenwerk de) to tech@. OK miod@ fgsch@ | |||
2006-04-21 | make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is the | Marc Balmer | |
offset between the time of the device and the localtime in mSec. the sensor status is set to OK once we received a complete and valid time information. help and ok deraadt | |||
2006-04-21 | remove a couple of unreachable statements, one found by lint, one found | Jolan Luff | |
by my eyes | |||
2006-04-21 | repair intr establish error printf | Michael Shalayeff | |
2006-04-21 | the esm_sensor_maps describe esm sensors, not kernel sensors. i have no | David Gwynne | |
idea how i got this screwed up. found by lint. | |||
2006-04-21 | remove duplicate defines. another find by lint. | David Gwynne | |
2006-04-21 | implement outgoing interrupt pipes, lets my creative voip blaster work | Jolan Luff | |
from freebsd, ok dlg@ | |||
2006-04-21 | remove the ami_inquire prototype. the function doesnt exist and its not | David Gwynne | |
used anywhere. thanks lint. thint. | |||
2006-04-21 | recognize the BCM5752 A2 | Brad Smith | |
2006-04-21 | back out my last commit. | David Gwynne | |
art pointed out that timeout_set is the initializer of timeout structs. this means that the ONQUEUE flag could be set when timeout_set is given freshly allocated memory. my commit suddenly introduced the requirement that you bzero a timeout before initialising it. without the bzero we could generate false positives about the timeout being already queued. art did produce a diff that would walk the queues when the flag was set to see if it really was in the lists, but deraadt considers this too much of a hit. | |||
2006-04-20 | Add a few more devices integrated on nForce4 chipsets. | Mark Kettenis | |
2006-04-20 | open/close/cdevsw code goes bye bye; ok mbalber | Theo de Raadt | |
2006-04-20 | add SENSOR_TIMEDELTA sensor; ok dlg | Theo de Raadt | |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat | |
order reversed, wrong modifiers. ok deraadt@ marco@ mickey@ | |||
2006-04-20 | Make these compile again. | Miod Vallat | |
2006-04-20 | printf() calls with the format string spanning several lines should not have | Miod Vallat | |
trailing commas between string chunks, for this has unexpected effects. |