Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
2003-10-20 | tyop | Jason Wright | |
2003-10-20 | check strdup failure; nimadeus@pandora.be | Theo de Raadt | |
2003-10-20 | typo; netbsd | Alexander Yurchenko | |
2003-10-20 | Fix endianness bug in carp_sha1_generate, hash the whole counter, and | Ryan Thomas McBride | |
fix some whitespace nits while we're here. | |||
2003-10-20 | Stop all hosts from insisting they're master when preemption is | Ryan Thomas McBride | |
disabled. bug report and fix testing david@ | |||
2003-10-20 | Instead of using xor to clear a register , use li <REG>,0 (load immediate) | Dale Rahn | |
Easier to read and suppose to be slightly faster on some ppc processors. A bit of comment cleanup while here. | |||
2003-10-20 | Fix but with setting advskew, only error if _both_ advbase and advskew are | Ryan Thomas McBride | |
set to 0. (ifconfig sets them one at a time) tested by david@ | |||
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn | |
the IPL_ values by priority, not somewhat random values. No unmodified code relied on the order of these defines. | |||
2003-10-19 | KNF | Alexander Yurchenko | |
2003-10-19 | Put fix from NetBSD: | Alexander Yurchenko | |
Enable auvia_reset_codec's code and wait until the card is available. Fixes 'invalid codec' problems (at least with AD1980). ok mickey@ | |||
2003-10-19 | Simplify pmap DEBUG test constructs. | Miod Vallat | |
2003-10-19 | Don't check for valid nio since pnp is not used; similar to lm(4). | Alexander Yurchenko | |
This makes it(4) work on recent ASUS boards. Tested by me and henning@. | |||
2003-10-19 | sync | Alexander Yurchenko | |
2003-10-19 | New VIA PCI-AGP bridge found in dmesg from henning@ | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-19 | Add missing "#ifdef ALTQ"'s in the ioctl transacions code. | Ryan Thomas McBride | |
Allows non-ALTQ kernel compile. Pointed out by tedu@ ok itojun@, "works here" tedu@ | |||
2003-10-19 | more typos | David Krause | |
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 | |