Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth | |
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others. | |||
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 | |
ok reyk@ deraadt@ jsg@ dlg@ | |||
2007-11-25 | Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested by | Kenneth R Westerback | |
Theo. | |||
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 | |
Makes ExpresCard hotplugging fully functional at least on laptops with an Intel chipset. | |||
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 | |
Thanks! ok deraadt | |||
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst | |
combined, this lets us use crypto before the thread is running and therefore cryptoraid can attach nice and early. ok/testing deraadt mbalmer marco | |||
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 | |
a single device node will talk to the right kernel code automatically. ok deraadt | |||
2007-11-25 | unbreak compat_osf1; spotted by mk | Theo de Raadt | |
2007-11-25 | Strip the CRC in rxeof() | Jonathan Gray | |
ok claudio@ | |||
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 | |
ok miod@ | |||
2007-11-25 | Correctly setup the tx descriptor by using the right mapping infos. | Claudio Jeker | |
This makes et(4) work and as ususal this is commited over et(4) to prove that it is usuable. with and ok jsg@ | |||
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt | |
decide which files must be pulled into the kernel. Also conditionalize the pulling of those files based on the COMPAT_* options. | |||
2007-11-25 | Map the interrupt pins used for swizzling *after* mapping the PCI Express | Mark Kettenis | |
hotplug interrupt such that we don't thrash the information necessary to do that. | |||
2007-11-25 | Add entries for the Transmeta Efficeon CPU to the CPUID table. | Tom Cosgrove | |
Without this we think it's an 80386-compatible, which is no longer supported. Problem found, and solution tested, by Anders Langworthy (anders (at) psilanthropy (dot) org); thanks. Initial suggestion for fix by Travers Buda (traversbuda (at) gmail (dot) com). ok deraadt@ | |||
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 | |
to reboot. This is required for some quirky sis machines and likely others to reboot. Tested by many. 'commit early commit often' deraadt@ | |||
2007-11-25 | First step towards PCI Express/ExpressCard hotplug. Unplug should work on | Mark Kettenis | |
detachable drivers. "put it in" deraadt@ | |||
2007-11-25 | Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmware | Mark Kettenis | |
doesn't do it for us. | |||
2007-11-25 | Make msk(4) detachable. | Mark Kettenis | |
"can't be wrong" deraadt@ | |||
2007-11-24 | First step towards PCI Express/ExpressCard hotplug. Unplug should work on | Mark Kettenis | |
detachable drivers. "put it in" deraadt@ | |||
2007-11-24 | make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callers | Theo de Raadt | |
ok miod | |||
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 | |
ok jsing@ a while ago (and this diff is much much older) | |||
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 | |
the code here. Tested by Rob Lytle, thanks. | |||
2007-11-24 | we dont need ot include sys/lock.h here | David Gwynne | |
ok miod@ krw@ | |||
2007-11-24 | Fix a stupid underscore bug in memory area computations in the cache functions, | Miod Vallat | |
it's amazing things didn't break. | |||
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 | |
which is due to the timecounter running at a different frequency than what OpenFirmware tells us. On such machines, measure the actual timecounter frequency (triggered by a table of affected models) and use this measured value instead. This brings down the drift to values where adjtime()/adjfreq() triggered by ntpd(8) can tame the clock. feedback many, ok miod, kettenis | |||
2007-11-24 | Be sure to program the busswitch interrupt selection register on 197SP | Miod Vallat | |
and 197DP to route interrupts to the processor we're booting on. This allows a 197DP to run when booting from the second cpu. | |||
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre | |
2007-11-24 | Try a forced unmount if mount_mfs is killed with SIGKILL. | Marco Pfatschbacher | |
OK tedu@ | |||
2007-11-24 | enable PCIAGP on amd64, tested for some time now by various people | Reyk Floeter | |
ok tedu@ oga@ | |||
2007-11-24 | Do not mark any page as global on monoprocessor kernels if running on a | Miod Vallat | |
88110, to avoid snooping notification bus cycles, as recommended by the manual. | |||
2007-11-24 | Slightly faster cache flushing operations on MP systems. | Miod Vallat | |
2007-11-24 | Allow for any baud rate within a range rather than | Jonathan Gray | |
having a fixed list of rates. | |||
2007-11-23 | Don't do anything in the shutdownhook if the registers aren't mapped. | Mark Kettenis | |
ok deraadt@, fgsch@ |