summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-11-02enable vic(4) now that it works.David Gwynne
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
2006-10-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
2006-10-29The default for swap should be partition 'b' on the same unit as root is,Mark Kettenis
2006-10-29Remove redundant if (msg) {} block around invocations ofKenneth R Westerback
2006-10-28We don't currently write a disklabel into an OpenBSD ('A6') DOS MBRKenneth R Westerback
2006-10-26Driver for the AMD Geode LX series processor security block.Tom Cosgrove
2006-10-26Driver for MosChip MCS7703 based USB Serial devices.Jonathan Gray
2006-10-24Hook brand new trace function into ddb. Now users can send useful tracesMarco Peereboom
2006-10-22more bits of cleanup before marco gets to playTheo de Raadt
2006-10-21Don't try to spoof 0 length DOS MBR/EBR partitions. By skippingKenneth R Westerback
2006-10-21enable zydTheo de Raadt
2006-10-21Some KNF cleanup.Kenneth R Westerback
2006-10-21We have a pointer (pp), so use it in the DOSPTYP_UNUSED case ratherKenneth R Westerback
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-19indentTheo de Raadt
2006-10-19Fix the spellings of Cool'n'Quiet and PowerNow! in a couple of places.Tom Cosgrove
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-10-19geodesc needed for Geode SC1100/SCx200 machines to reboot; noted by tomTheo de Raadt
2006-10-18Decide whether we need to attach the primary cpu by checking the CPUF_PRESENTMark Kettenis
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-18Short-circuit the detection of the FPU by checking the CPUID features,Tom Cosgrove
2006-10-18do not enable watchdog functionality if small kernelTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-17Set the Geode SC1100-specific reset function in the geodesc driver,Tom Cosgrove
2006-10-17swap is partition b, not partition after root (wherever root is definedTheo de Raadt
2006-10-16Fix some more "is is"s. ok otto@.Tom Cosgrove
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
2006-10-12Since we no longer look in FreeBSD or NetBSD partitions for theKenneth R Westerback
2006-10-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
2006-10-06Enable pgt cardbus.Marcus Glocker
2006-10-05only take in an account <4g memory for bufcache calculation as the upper part...Michael Shalayeff
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-10-03Cease printing the mpbios vendor/version strings, smbios provides muchGordon Willem Klok
2006-10-01Adjust for change of fpu control word.Mark Kettenis
2006-10-01Switch fpu control word to the hardware default. This makes us use 64-bitMark Kettenis
2006-09-29If we don't find a matching CPU signature using the base CPUID call, tryGordon Willem Klok
2006-09-29kill trailing some spacesMarco Pfatschbacher
2006-09-28Remove an unused file.Kenneth R Westerback
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-25Martin VĂ©giard <deadbug AT gmail.com> has been kind enough to rescind theGordon Willem Klok
2006-09-20Correct EST table for Pentium M 770, from NetBSD.Dimitry Andric
2006-09-19ansi/deregisterJonathan Gray
2006-09-19add 82801GHM and 82801HBrad Smith
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-09-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
2006-09-16Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UXDamien Bergamini