summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-04-27cope with recent changes in the sensor frameworkMarc Balmer
2006-04-27typoMiod Vallat
2006-04-27use underscore variants of _BYTE_ORDER macros which are always definedTed Unangst
2006-04-27use the underscore variants of _BYTE_ORDER which are always definedTed Unangst
2006-04-27Match the ICH7-M DH in RAID mode and ask forJonathan Gray
2006-04-27regenJonathan Gray
2006-04-27ICH7-M DH in RAID mode, from ICH7 errata datasheet.Jonathan Gray
2006-04-26Remove ICH6M from case statements in IDE code now weJonathan Gray
2006-04-26it turns out that a drivers interrupt handler is called at the spl it wasDavid Gwynne
2006-04-26In nfs_readdir(), if the buffer provided by the user is not big enoughPedro Martelletto
2006-04-26Fix a typo in register definitions: looks like somebody copied theBrad Smith
2006-04-26On MVME188, the 2KB nvram is non contiguous; each byte is mapped into aMiod Vallat
2006-04-26Remove smc90cx6 files which are no longer used by anything.Claudio Jeker
2006-04-26Define BUS_SPACE_MAP_LINEAR and use it when appropriate. Right nowMiod Vallat
2006-04-26The dual-ported memory of the MVME376 boards is D32 addressable, say theMiod Vallat
2006-04-26In nmihand(), do not enter ddb with Debugger(), which causes an exception,Miod Vallat
2006-04-26We do not need to reserve the 0x60..0x7f interrupt vector range on MVME188,Miod Vallat
2006-04-26In vmapbuf(), instead of invoking pmap_cache_ctrl() for each page, postponeMiod Vallat
2006-04-26In pmap_cache_ctrl(), do not flush cache if the previous mapping wasMiod Vallat
2006-04-26Missed the goto in the error path. This resulted in an access to a NULLClaudio Jeker
2006-04-26not quite working driver for azalia audio (this is essentially AC97 for > 2005)Jason Wright
2006-04-26coverity, covsmerity: no reason to put an overly complex fix in here inJason Wright
2006-04-26ATI IXP 600 IDE. Hardware is not generally available yetJonathan Gray
2006-04-26regenJonathan Gray
2006-04-26ATI IXP 600 IDE/SATA ids.Jonathan Gray
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