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