summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-11-19Handle operations larger than will fit in the buffer we allocate,Tom Cosgrove
2006-11-19Improve the AES acceleration, by allocating a contiguous DMA-ableTom Cosgrove
2006-11-17Add code for AES acceleration. This is currently disabled withTom Cosgrove
2006-11-17Fix typo to let this compile.Tom Cosgrove
2006-11-17Make sure we copy the IV back into the session structure, not theTom Cosgrove
2006-11-15Add commented out entries for acpimadt(4) and acpiprt(4).Mark Kettenis
2006-11-15do not go processing normal interrupts after ipi.Michael Shalayeff
2006-11-11Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way forMark Kettenis
2006-11-06add gem and gentbi; why notTheo de Raadt
2006-11-05Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'.Dimitry Andric
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