summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2006-09-16enable pgt, even if still a wee bit buggyTheo de Raadt
2006-08-29zyd is not making this release; ok jsgTheo de Raadt
2006-08-28avoid avail_end common; no binary change; found by grunk@Michael Shalayeff
2006-08-28enable arcDavid Gwynne
2006-08-25Be a little less agressive in declaring the change pending bit stuck, increaseGordon Willem Klok
2006-08-25forget about >4g memory if not switched to pae in order to disable all the bo...Michael Shalayeff
2006-08-24Same change as on amd64. Don't propogate low level errors to userland.Gordon Willem Klok
2006-08-24Add support for HMACs to the via c3/c7 crypto driver. For now, weHans-Joerg Hoexer