summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-10-18ANSI/KNF now that conflict has been resolved.Dale Rahn
2003-10-17vndunit() wasn't quite right after last change, limiting vnds to 16.Ted Unangst
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-10-17typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu>Henning Brauer
2003-10-17comment spelling from Jared Yanovich <jjy2+@pitt.edu>.Ted Unangst
2003-10-17Be sure i_ffs_gen is always positive.Mike Pechkin
2003-10-17Old CMD chips don't have independant channels; from NetBSD.Alexander Yurchenko
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2003-10-16Better DEBUG output.Miod Vallat
2003-10-16Registers definitions for ICH5/ICH5R SATAAlexander Yurchenko
2003-10-16New flag to mark SATA drivesAlexander Yurchenko
2003-10-16spaces/tabs cleanupAlexander Yurchenko
2003-10-16VIA VT8231 support; from matthew.gream@pobox.com in PR 3523Alexander Yurchenko
2003-10-16syncAlexander Yurchenko
2003-10-16VIA VT8231 Power Management deviceAlexander Yurchenko
2003-10-16Mark all supported SATA controllers with flag WDC_CAPABILITY_SATAAlexander Yurchenko
2003-10-16New flag to mark SATA controllersAlexander Yurchenko
2003-10-16spaces/tabs cleanupAlexander Yurchenko
2003-10-16Cleanup a bit, more pretty debug messages.Alexander Yurchenko
2003-10-16Allow setting of wdcdebug*_mask variables via preprocessor defines.Alexander Yurchenko
2003-10-16Kill two static function declarations.Alexander Yurchenko
2003-10-16Define some SATA fields in the IDENTIFY structure.Alexander Yurchenko
2003-10-16more whiteTheo de Raadt
2003-10-16There is no end to the ANSI/KNF journey.Dale Rahn
2003-10-16spacesTheo de Raadt
2003-10-16need to give space reg saving rctr and ccrMichael Shalayeff
2003-10-16more ANSI/KNF.Dale Rahn
2003-10-15c++ friendly, sync w/kame. pvalchev okJun-ichiro itojun Hagino
2003-10-15Further down the ANSI/KNF road, only binary difference is __LINE__.Dale Rahn
2003-10-15spacesTheo de Raadt
2003-10-15asm readability register names are %r0 instead of 0. No binary change.Dale Rahn
2003-10-15have to fetch the rctr while still in real mode for it is not valid afterMichael Shalayeff
2003-10-15less global name space pollutionMichael Shalayeff
2003-10-15The ANSI/KNF trail continues. No binary differences.Dale Rahn
2003-10-15Better reset code, even.Miod Vallat
2003-10-15do not define IPL_IMPMichael Shalayeff
2003-10-15avoid possible /0 when drawing the led load graphMichael Shalayeff
2003-10-15Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpectedMiod Vallat
2003-10-15somehow a line of code got tired of gcc abuse and sneaked itself into an #if ...Michael Shalayeff
2003-10-15typo in comment, ok jason@David Krause
2003-10-15regenMichael Shalayeff
2003-10-15one more modelMichael Shalayeff
2003-10-15Sometimes KNF is not a destination, but a journey. Also ANSI.Dale Rahn
2003-10-15Instead of specifying registers by number use the %rN notation, doens't giveDale Rahn
2003-10-15Housecleaning, no binary change.Dale Rahn
2003-10-14Align siop_xfer on 128 byte boundary for all architectures now that 3.4 is out.Kenneth R Westerback
2003-10-14Ok, now that the via c3 crypto stuff is in the tree, merge the last bit ofJason Wright
2003-10-14Oops, unbrek.Miod Vallat
2003-10-14oops, i did not mean to commit this portion (IPSEC mod), sorryJun-ichiro itojun Hagino
2003-10-14IP6F_OFF_MASK is already endian-flipped; sync w/ kameJun-ichiro itojun Hagino