summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-20tyopJason Wright
2003-10-20check strdup failure; nimadeus@pandora.beTheo de Raadt
2003-10-20typo; netbsdAlexander Yurchenko
2003-10-20Fix endianness bug in carp_sha1_generate, hash the whole counter, andRyan Thomas McBride
fix some whitespace nits while we're here.
2003-10-20Stop all hosts from insisting they're master when preemption isRyan Thomas McBride
disabled. bug report and fix testing david@
2003-10-20Instead 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-20Fix but with setting advskew, only error if _both_ advbase and advskew areRyan Thomas McBride
set to 0. (ifconfig sets them one at a time) tested by david@
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
the IPL_ values by priority, not somewhat random values. No unmodified code relied on the order of these defines.
2003-10-19KNFAlexander Yurchenko
2003-10-19Put 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-19Simplify pmap DEBUG test constructs.Miod Vallat
2003-10-19Don'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-19syncAlexander Yurchenko
2003-10-19New VIA PCI-AGP bridge found in dmesg from henning@Alexander Yurchenko
ok deraadt@
2003-10-19Add 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-19more typosDavid Krause
2003-10-18typos from Jared Yanovich;Jason McIntyre
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
apply fix from tom cosgrove to get the full range.
2003-10-17Common Address Redundancy ProtocolRyan 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-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
millert@, beck@, tedu@, deraadt@ ok
2003-10-17Old 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-17Merge 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-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
ok deraadt@
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
This makes creating debug kernels be much more easy.
2003-10-16Kill two static function declarations.Alexander Yurchenko
2003-10-16Define some SATA fields in the IDENTIFY structure.Alexander Yurchenko
Names match NetBSD.
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