Age | Commit message (Expand) | Author |
2006-04-27 | cope with recent changes in the sensor framework | Marc Balmer |
2006-04-27 | typo | Miod Vallat |
2006-04-27 | use underscore variants of _BYTE_ORDER macros which are always defined | Ted Unangst |
2006-04-27 | use the underscore variants of _BYTE_ORDER which are always defined | Ted Unangst |
2006-04-27 | Match the ICH7-M DH in RAID mode and ask for | Jonathan Gray |
2006-04-27 | regen | Jonathan Gray |
2006-04-27 | ICH7-M DH in RAID mode, from ICH7 errata datasheet. | Jonathan Gray |
2006-04-26 | Remove ICH6M from case statements in IDE code now we | Jonathan Gray |
2006-04-26 | it turns out that a drivers interrupt handler is called at the spl it was | David Gwynne |
2006-04-26 | In nfs_readdir(), if the buffer provided by the user is not big enough | Pedro Martelletto |
2006-04-26 | Fix a typo in register definitions: looks like somebody copied the | Brad Smith |
2006-04-26 | On MVME188, the 2KB nvram is non contiguous; each byte is mapped into a | Miod Vallat |
2006-04-26 | Remove smc90cx6 files which are no longer used by anything. | Claudio Jeker |
2006-04-26 | Define BUS_SPACE_MAP_LINEAR and use it when appropriate. Right now | Miod Vallat |
2006-04-26 | The dual-ported memory of the MVME376 boards is D32 addressable, say the | Miod Vallat |
2006-04-26 | In nmihand(), do not enter ddb with Debugger(), which causes an exception, | Miod Vallat |
2006-04-26 | We do not need to reserve the 0x60..0x7f interrupt vector range on MVME188, | Miod Vallat |
2006-04-26 | In vmapbuf(), instead of invoking pmap_cache_ctrl() for each page, postpone | Miod Vallat |
2006-04-26 | In pmap_cache_ctrl(), do not flush cache if the previous mapping was | Miod Vallat |
2006-04-26 | Missed the goto in the error path. This resulted in an access to a NULL | Claudio Jeker |
2006-04-26 | not quite working driver for azalia audio (this is essentially AC97 for > 2005) | Jason Wright |
2006-04-26 | coverity, covsmerity: no reason to put an overly complex fix in here in | Jason Wright |
2006-04-26 | ATI IXP 600 IDE. Hardware is not generally available yet | Jonathan Gray |
2006-04-26 | regen | Jonathan Gray |
2006-04-26 | ATI IXP 600 IDE/SATA ids. | Jonathan Gray |
2006-04-26 | Oops, correct import this time. | Miod Vallat |
2006-04-26 | the pack #pragma is a gccism, so replace its use with __packed which will | David Gwynne |
2006-04-26 | Use %b in error flag printfs to describe meaning of error bits. | Jonathan Gray |
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 |
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 |
2006-04-25 | the error path for teh sync cache command should return, not try to blunder | David Gwynne |
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 |
2006-04-25 | limit pool backend preallocation to 2048 pages max (which only affects >2g ph... | Michael Shalayeff |
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 |
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 |