Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-18 | ANSI/KNF now that conflict has been resolved. | Dale Rahn | |
2003-10-17 | vndunit() wasn't quite right after last change, limiting vnds to 16. | Ted Unangst | |
apply fix from tom cosgrove to get the full range. | |||
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride | |
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@ | |||
2003-10-17 | typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu> | Henning Brauer | |
2003-10-17 | comment spelling from Jared Yanovich <jjy2+@pitt.edu>. | Ted Unangst | |
2003-10-17 | Be sure i_ffs_gen is always positive. | Mike Pechkin | |
millert@, beck@, tedu@, deraadt@ ok | |||
2003-10-17 | Old CMD chips don't have independant channels; from NetBSD. | Alexander Yurchenko | |
Work by niklas@ but he don't want to commit it and it causes conflicts. | |||
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko | |
- do not stop/unload current DMA operation if an IRQ was not detected by DMA engine unless the force flag was given, fixes DMA problems in shared IRQ setups; - ack interrupt before entering DMA codepath Tested by many. Work by niklas@ but he doesn't want to commit it for some reason. | |||
2003-10-16 | Better DEBUG output. | Miod Vallat | |
2003-10-16 | Registers definitions for ICH5/ICH5R SATA | Alexander Yurchenko | |
2003-10-16 | New flag to mark SATA drives | Alexander Yurchenko | |
2003-10-16 | spaces/tabs cleanup | Alexander Yurchenko | |
2003-10-16 | VIA VT8231 support; from matthew.gream@pobox.com in PR 3523 | Alexander Yurchenko | |
2003-10-16 | sync | Alexander Yurchenko | |
2003-10-16 | VIA VT8231 Power Management device | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-16 | Mark all supported SATA controllers with flag WDC_CAPABILITY_SATA | Alexander Yurchenko | |
2003-10-16 | New flag to mark SATA controllers | Alexander Yurchenko | |
2003-10-16 | spaces/tabs cleanup | Alexander Yurchenko | |
2003-10-16 | Cleanup a bit, more pretty debug messages. | Alexander Yurchenko | |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko | |
This makes creating debug kernels be much more easy. | |||
2003-10-16 | Kill two static function declarations. | Alexander Yurchenko | |
2003-10-16 | Define some SATA fields in the IDENTIFY structure. | Alexander Yurchenko | |
Names match NetBSD. | |||
2003-10-16 | more white | Theo de Raadt | |
2003-10-16 | There is no end to the ANSI/KNF journey. | Dale Rahn | |
2003-10-16 | spaces | Theo de Raadt | |
2003-10-16 | need to give space reg saving rctr and ccr | Michael Shalayeff | |
2003-10-16 | more ANSI/KNF. | Dale Rahn | |
2003-10-15 | c++ friendly, sync w/kame. pvalchev ok | Jun-ichiro itojun Hagino | |
2003-10-15 | Further down the ANSI/KNF road, only binary difference is __LINE__. | Dale Rahn | |
2003-10-15 | spaces | Theo de Raadt | |
2003-10-15 | asm readability register names are %r0 instead of 0. No binary change. | Dale Rahn | |
2003-10-15 | have to fetch the rctr while still in real mode for it is not valid after | Michael Shalayeff | |
2003-10-15 | less global name space pollution | Michael Shalayeff | |
2003-10-15 | The ANSI/KNF trail continues. No binary differences. | Dale Rahn | |
2003-10-15 | Better reset code, even. | Miod Vallat | |
2003-10-15 | do not define IPL_IMP | Michael Shalayeff | |
2003-10-15 | avoid possible /0 when drawing the led load graph | Michael Shalayeff | |
2003-10-15 | Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpected | Miod Vallat | |
collateral damage will happen. | |||
2003-10-15 | somehow a line of code got tired of gcc abuse and sneaked itself into an #if ↵ | Michael Shalayeff | |
0'ed piece right beore itself thus causing all kinds of hell | |||
2003-10-15 | typo in comment, ok jason@ | David Krause | |
2003-10-15 | regen | Michael Shalayeff | |
2003-10-15 | one more model | Michael Shalayeff | |
2003-10-15 | Sometimes KNF is not a destination, but a journey. Also ANSI. | Dale Rahn | |
Binaries unchanged. | |||
2003-10-15 | Instead of specifying registers by number use the %rN notation, doens't give | Dale Rahn | |
any extra checking by the assembler, but can make it easier to read. resulting binary unchanged. | |||
2003-10-15 | Housecleaning, no binary change. | Dale Rahn | |
2003-10-14 | Align siop_xfer on 128 byte boundary for all architectures now that 3.4 is out. | Kenneth R Westerback | |
ok (and from) mickey@. | |||
2003-10-14 | Ok, now that the via c3 crypto stuff is in the tree, merge the last bit of | Jason Wright | |
my cleanups before starting "real work". | |||
2003-10-14 | Oops, unbrek. | Miod Vallat | |
2003-10-14 | oops, i did not mean to commit this portion (IPSEC mod), sorry | Jun-ichiro itojun Hagino | |