Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-26 | Use %b in error flag printfs to describe meaning of error bits. | Jonathan Gray | |
requested by deraadt@ | |||
2006-04-26 | And commit the diff from the right system. | Brad Smith | |
2006-04-26 | Fix some debug prints. | Marco Peereboom | |
2006-04-26 | check for IFF_RUNNING being set before calling nfe_init(). | Brad Smith | |
ok damien@ jsg@ | |||
2006-04-26 | Undo last commit. | Marco Peereboom | |
2006-04-26 | don't return -1, just 1. | Marco Peereboom | |
2006-04-26 | typo | Marco Peereboom | |
2006-04-26 | Add subvendor and subsysid to the mix to differentiate between controllers. | Marco Peereboom | |
2006-04-26 | sync | Marco Peereboom | |
2006-04-26 | Rename PERC 5/i to PERC SAS so that we can differentiate between models. | Marco Peereboom | |
2006-04-25 | enable udcf, why not | Theo de Raadt | |
2006-04-25 | Oops, correct import this time. | Miod Vallat | |
2006-04-25 | Remove virtual tunnel support from the mrouting code. The virtual tunnel | Claudio Jeker | |
code breaks multicast on gif(4) interfaces and it is far better to configure a real gif(4) tunnel instead of a multicast tunnel as the latter is almost not manageable. OK norby@, mblamer@ | |||
2006-04-25 | the error path for teh sync cache command should return, not try to blunder | David Gwynne | |
on with the second half of the command. | |||
2006-04-25 | Oops, correct import this time. | Miod Vallat | |
2006-04-25 | Match PCI ids for Intel ICH7 SATA in AHCI mode. | Jonathan Gray | |
Then ask for SATA IDE mode of operation. X60/T60 Thinkpads are shipped in AHCI configuration by default, this makes them work without changing a BIOS option. | |||
2006-04-25 | limit pool backend preallocation to 2048 pages max (which only affects >2g ↵ | Michael Shalayeff | |
physmem); miod@ toby@ ok | |||
2006-04-25 | Missed an include chunk. | Miod Vallat | |
2006-04-25 | fix endian issue. netbsd pr31051 via ian mcwilliam | Ted Unangst | |
2006-04-25 | that extern was needed for now, miod | Theo de Raadt | |
2006-04-25 | add a struct timeval to struct sensor. any sensor which wishes the user | Theo de Raadt | |
to know when it was last adjusted, can set a timestamp in here. if tv_sec is 0, the timestamp is invalid (maintaining the norm); ok dlg kettenis | |||
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@ |