summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-10-21Some KNF cleanup.Kenneth R Westerback
2006-10-21syncDamien Bergamini
2006-10-21Intel PRO/Wireless 3965ABGDamien Bergamini
2006-10-21Do not pass down IOBASEUNK/MADDRUNK/IRQUNK.Mark Kettenis
2006-10-21We have a pointer (pp), so use it in the DOSPTYP_UNUSED case ratherKenneth R Westerback
2006-10-21the create and destroy functions for clonable interfaces return 0 onHenning Brauer
2006-10-21rework the bus scanning code by splitting it out into separate functionsDavid Gwynne
2006-10-21tbert sent me a diff to change some 0 to NULLTed Unangst
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-20use the ASIX AX88190 defines from ax88190reg.h and remove someBrad Smith
2006-10-20some defines for the ASIX AX88790 chipset.Brad Smith
2006-10-20some new flags.Brad Smith
2006-10-20sync some comments with the NetBSD driver.Brad Smith
2006-10-20remove another chunk of unused NetBSD code.Brad Smith
2006-10-20remove some NetBSD code.Brad Smith
2006-10-20ansiBrad Smith
2006-10-20fix $OpenBSD$ tag.Xavier Santolaria
2006-10-20from freebsd rev1.128:Michael Shalayeff
2006-10-20brelse() after failed bread(), from Christoph Egger, okay mickey@Pedro Martelletto
2006-10-20remove the IFM_100_T4 switch case for the manual media code, brgphy(4)Brad Smith
2006-10-20attach for the Broadcom BCM5755 ASIC based chipsets as well.Brad Smith
2006-10-20regenBrad Smith
2006-10-20add PHY id for the Broadcom BCM5755 ASIC based chipsets.Brad Smith
2006-10-20move the Jumbo frame settings and Ethernet@Wirespeed code into separateBrad Smith
2006-10-20Declare loop variable so this compiles.Jonathan Gray
2006-10-19Hack around a problem found on px-eh systems where the SH IPL+g initializesDale Rahn
2006-10-19support boot -cDale Rahn
2006-10-19Add missing TAILQ_INIT.Mark Kettenis
2006-10-19make the exit label naming scheme match the current function names, removesBrad Smith
2006-10-19indentTheo de Raadt
2006-10-19Overhaul the transmit path:Brad Smith
2006-10-19add a PHY workaround for the 5787 ASIC based chipsets.Brad Smith
2006-10-19Rearrange the code a bit, rename a few functions and make brgphy(4) useBrad Smith
2006-10-19Fix the spellings of Cool'n'Quiet and PowerNow! in a couple of places.Tom Cosgrove
2006-10-19Reduce the scope of the locks.Marco Peereboom
2006-10-19KNF and some cleanupMarco Peereboom
2006-10-19Fix hopefully the last wscons jump scrolling glitch, which can occurDimitry Andric
2006-10-19regenJonathan Gray
2006-10-19Support later versions of the ASUS WL-167g which have switchedJonathan Gray
2006-10-19one more missing brelse() on bread() error; pedro@ okMichael Shalayeff
2006-10-19some buffers (containing metadata) can only be written during theMichael Shalayeff
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-10-19Match the IDE controller in the AMD Geode companion device CS5536.Tom Cosgrove
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom
2006-10-19Fixed AML debugger code to use new interfaceJordan Hargrave
2006-10-19Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s.Marco Peereboom
2006-10-19Hack to do pci interrupt number 'fixup'. This is an absolute hack, but for now.Dale Rahn
2006-10-19pci_address_fixup code to do bus address allocation, 'firmware' appearentlyDale Rahn
2006-10-19Fixed GPE debug levelsJordan Hargrave
2006-10-19Fixed acpitz match functionJordan Hargrave