summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-02-20- Only clear the IFF_OACTIVE flag if packets were processed.Brad Smith
2008-02-20When collecting the hardware statistics add the interfaces input errorsBrad Smith
2008-02-20when creating a response, use the correct TCP header instead ofMarkus Friedl
2008-02-20when bge has link, use autopolling for link status, not direct mii polls.Stuart Henderson
2008-02-20enable tda(4)Robert Nagy
2008-02-20make tda(4) run the fans at maximum speed when we are about to dropRobert Nagy
2008-02-20Fix a mbuf leak which can be triggered on a systemBrad Smith
2008-02-20Add support for the Intel ICH9 chipsets.Brad Smith
2008-02-19Add support for the optics on the Sun variant of ixgb(4) boards.Brad Smith
2008-02-19Remove duplicate strcmp().Joel Sing
2008-02-19Match on AnyDATA ADU-500A.Jonathan Gray
2008-02-19regenJonathan Gray
2008-02-19AnyDATA ADU-500AJonathan Gray
2008-02-19Cleanup, spacing and KNF.Marco Peereboom
2008-02-18Only attach on Sun Blade 1000/2000.Mark Kettenis
2008-02-18Get correct memory information from 64 bit ARCBios, tested on Octane.Miod Vallat
2008-02-18Use better types and fix tests for pc and sp being in kernel to reallyMiod Vallat
2008-02-18More 64-bit ARCBios friendliness, correctly identify a 64 bit system, suchMiod Vallat
2008-02-18Fix ptoa() cast.Mark Kettenis
2008-02-18'like\nlike' -> 'like' in a couple of comments.Kenneth R Westerback
2008-02-18Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f'Joel Sing
2008-02-18remove the definition of amd7930_trap(), it is not used anywhere.Robert Nagy
2008-02-18Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets.Brad Smith
2008-02-17Add "in blocks" to disk size discriptors so that I don't have to readMarco Peereboom
2008-02-17We're not printing interrupt priority levels (ot whatever ipl stands for) butMark Kettenis
2008-02-17Add the VIA VT8237S south bridge.Brad Smith
2008-02-17Kill stray commentMarco Peereboom
2008-02-17add my copyright, too.Hans-Joerg Hoexer
2008-02-17Add propper key encryption.Hans-Joerg Hoexer
2008-02-17Add back cast in ptoa() to prevent problems with integer overflow.Mark Kettenis
2008-02-17Remove the check for non-production bnx(4) chipsets. These chipsets areBrad Smith
2008-02-17Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.Mark Kettenis
2008-02-17- Correct clearing of the IFF_OACTIVE flag by ensuring the flag isBrad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2008-02-17some cleaning.Brad Smith
2008-02-17regenBrad Smith
2008-02-17remove bogus Intel E1000 PCI ids.Brad Smith
2008-02-17regenBrad Smith
2008-02-17add two PLX PCIe bridges.Brad Smith
2008-02-16Zap KKASSERT porting macro and use KASSERT instead.Marcus Glocker
2008-02-16On these platforms, REDUCEing unconditionnaly a second time is faster andMiod Vallat
2008-02-16Move panic tests under #ifdef DEBUGMiod Vallat
2008-02-16Only create phys_map on systems which need it, and test for phys_map beingMiod Vallat
2008-02-16Count output packets.Marcus Glocker
2008-02-16Remove if_ipackets++ since ieee80211_input() already does that.Marcus Glocker
2008-02-16Replace bwi_rate2plcp() with ieee80211_rate2plcp().Marcus Glocker
2008-02-16Remove the wait instruction from cpu_idle_cycle(), as it causes problems onMiod Vallat
2008-02-16Remove unused fields of struct mips_pci_chipset.Miod Vallat
2008-02-16Fix spacing / comments.Marcus Glocker
2008-02-16While importing the driver a lot of printf's have been converted toMarcus Glocker