summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-10-23Attach shb before shpcic, to get us a clock earlier.Miod Vallat
2006-10-23Do not match on non-shpcic config stanza.Miod Vallat
2006-10-23Do not panic on a ddb invocation with curproc == NULL, and don't try toMiod Vallat
2006-10-23Add interrupt name, however need to determine if the passed parameter is safeDale Rahn
2006-10-23Change bandit as found in many old world macs to use configuration type 1.Gordon Willem Klok
2006-10-22more bits of cleanup before marco gets to playTheo de Raadt
2006-10-22Fix colormap programming in 4bpp mode.Miod Vallat
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-21Do not pass down IOBASEUNK/MADDRUNK/IRQUNK.Mark Kettenis
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-20fix $OpenBSD$ tag.Xavier Santolaria
2006-10-20Declare loop variable so this compiles.Jonathan Gray
2006-10-19Hack around a problem found on px-eh systems where the SH IPL+g initializesDale Rahn
2006-10-19support boot -cDale Rahn
2006-10-19Add missing TAILQ_INIT.Mark Kettenis
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-19Hack to do pci interrupt number 'fixup'. This is an absolute hack, but for now.Dale Rahn
2006-10-19pci_address_fixup code to do bus address allocation, 'firmware' appearentlyDale Rahn
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-18enable IPv6 on the RAMDISK image.Brad Smith
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-17for now, we want traces.Dale Rahn
2006-10-17Dont clobber tf->tf_spc, we might want to print it in do_panic.Dale Rahn
2006-10-16More devices (re which tries to attach and pciide)Dale Rahn
2006-10-16pciide compat bits, stolen from armish.Dale Rahn
2006-10-16busname should be set.Dale Rahn
2006-10-16yes this looks like debug, however it allows the kernel to load. ???Dale Rahn
2006-10-16Do not zero bss in the kernel, the bootloader does this for us and it causesDale Rahn
2006-10-16Fix some more "is is"s. ok otto@.Tom Cosgrove
2006-10-15Enable bce.Marco Peereboom
2006-10-14ps uses KERNBASE so define it to the correct value (pointed out by miod)Dale Rahn
2006-10-13'no BSD partition' -> 'no OpenBSD partition' for error message.Kenneth R Westerback
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-11flush the cache before jumping into the just loaded kernel.Dale Rahn
2006-10-11Oops, wrong size in struct cfattach.Miod Vallat
2006-10-11Build after compiler changed to hardfloat, and link against libgcc. ok miod@Dale Rahn
2006-10-11define some functions to go here, quiet warningsDale Rahn