summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-25typo; ok jmc@, deanna@Martynas Venckus
2007-11-25Change the AGP_DEVICE define to /dev/agp0. syncing it with the truth.Owain Ainsworth
2007-11-25Do a TX interrupt for each packet instead of every 126th one. This willClaudio Jeker
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other oneKenneth R Westerback
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add NVIDIA GeForce 8600 GT found on ASUS P5K-E.Kenneth R Westerback
2007-11-25Sync.Kenneth R Westerback
2007-11-25return ENOTTY not EINVAL for an unknown ioctl.Brad Smith
2007-11-25Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested byKenneth R Westerback
2007-11-25spelling fixes from Martynas Venckus; ok miodJason McIntyre
2007-11-25When plugging a device, assign BARs and set interrupt lines.Mark Kettenis
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25Re-enable softraid. Tested on virtually all platforms by many people.Marco Peereboom
2007-11-25convert crypto thread to workq. add WQ_DIRECTOK flag to workq.Ted Unangst
2007-11-25new files for acpiapm switcherTed Unangst
2007-11-25fake out the apm device to switch between apm and acpi on i386. nowTed Unangst
2007-11-25unbreak compat_osf1; spotted by mkTheo de Raadt
2007-11-25Strip the CRC in rxeof()Jonathan Gray
2007-11-25remove an ugly nested blockTheo de Raadt
2007-11-25Enable et/etphy now it can pass packets both ways.Jonathan Gray
2007-11-25It helps if you initialise timeouts before you try using them...Joel Sing
2007-11-25Correctly setup the tx descriptor by using the right mapping infos.Claudio Jeker
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-11-25Map the interrupt pins used for swizzling *after* mapping the PCI ExpressMark Kettenis
2007-11-25Add entries for the Transmeta Efficeon CPU to the CPUID table.Tom Cosgrove
2007-11-25turn off COMPAT_35; ok miodTheo de Raadt
2007-11-25When available and ACPI is enabled use the ACPI reset methodJonathan Gray
2007-11-25First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
2007-11-25Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmwareMark Kettenis
2007-11-25Make msk(4) detachable.Mark Kettenis
2007-11-24First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
2007-11-24make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callersTheo de Raadt
2007-11-24SCCS junk, bit by bitTheo de Raadt
2007-11-24junk RCSTheo de Raadt
2007-11-24junk SCCSTheo de Raadt
2007-11-24more junk SCCSTheo de Raadt
2007-11-24Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle.Miod Vallat
2007-11-24junk SCCSTheo de Raadt
2007-11-24delete unused junk RCS idsTheo de Raadt
2007-11-24ansi CTheo de Raadt
2007-11-24The Sigmatel codec id 7662 looks identical to STAC7661 and works fine withDeanna Phillips
2007-11-24we dont need ot include sys/lock.h hereDavid Gwynne
2007-11-24Fix a stupid underscore bug in memory area computations in the cache functions,Miod Vallat
2007-11-24typoMiod Vallat
2007-11-24Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock driftMarc Balmer
2007-11-24Be sure to program the busswitch interrupt selection register on 197SPMiod Vallat
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre