summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-25tweak previous;Jason McIntyre
2007-11-25tweak previous;Jason McIntyre
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other oneKenneth R Westerback
referenced on the PCI ID list I looked at.
2007-11-25Forgot the manpages. oops.Owain Ainsworth
2007-11-25syncOwain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain 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-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
ok reyk@ deraadt@ jsg@ dlg@
2007-11-25Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested byKenneth R Westerback
Theo.
2007-11-25spelling fixes from Martynas Venckus; ok miodJason McIntyre
2007-11-25When 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-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25Re-enable softraid. Tested on virtually all platforms by many people.Marco Peereboom
Thanks! ok deraadt
2007-11-25document new WQ_DIRECTOK flagTed Unangst
2007-11-25Build fdisk(8) on all architectures, since it is minimally useful to viewTheo de Raadt
the MBR... and install the man page in the MI location.
2007-11-25convert 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-25document MBR spoofing, very minimallyTheo de Raadt
2007-11-25remove acpi device. named apmctl on amd64 now, and on i386 apmctlTed Unangst
has become a gate to both apm and acpi. ok deraadt
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
a single device node will talk to the right kernel code automatically. ok deraadt
2007-11-25unbreak compat_osf1; spotted by mkTheo de Raadt
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
pfctl changes: ok henning ssh changes: ok deraadt
2007-11-25Iruata Souza sent a diff that fixes weird occurences when mounting withTed Unangst
a relative path: use realpath to only mount with absolute names. ok deraadt thib
2007-11-25Pull from master repo:Stefan Kempf
Check malloc/strdup return values.
2007-11-25Strip the CRC in rxeof()Jonathan Gray
ok claudio@
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
ok miod@
2007-11-25Correctly 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-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo 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-25Map the interrupt pins used for swizzling *after* mapping the PCI ExpressMark Kettenis
hotplug interrupt such that we don't thrash the information necessary to do that.
2007-11-25Add 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-25document extension to file pathname list; noted by jmcTheo de Raadt
2007-11-25Pull from master repo:Stefan Kempf
Complain about invalid bit-field size for unnamed bit-fields as well. ok ragge@
2007-11-25turn off COMPAT_35; ok miodTheo de Raadt
2007-11-25When available and ACPI is enabled use the ACPI reset methodJonathan 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-25Extend the "file" directive to accept multiple pathnames seperated by '|'.Theo de Raadt
If more than one path is provided, access() them to choose which one should be used, while parsing for ${name} expansions... currently limited to MACHINE_ARCH ok miod
2007-11-25First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
detachable drivers. "put it in" deraadt@
2007-11-25Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmwareMark Kettenis
doesn't do it for us.
2007-11-25Make msk(4) detachable.Mark Kettenis
"can't be wrong" deraadt@
2007-11-24First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
detachable drivers. "put it in" deraadt@
2007-11-24make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callersTheo de Raadt
ok miod
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
ok jsing@ a while ago (and this diff is much much older)