summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-06-22One last forgotten FREE().Miod Vallat
2008-06-20Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU andMarc Balmer
2008-06-19comment out the com4 because -- even when disabled -- it shuffles all theTheo de Raadt
2008-06-19Add OpenBSD CVS marker, proper type for probe function.Marc Balmer
2008-06-19add ix(4) to GENERIC, enable it on i386.Reyk Floeter
2008-06-18Attach amdmsr(4) at mainbus in a way that it can be disabled in UKC or theMarc Balmer
2008-06-17totally skip amdmsr until it is fixed for realTheo de Raadt
2008-06-15Disable amdmsr(4) until the match function _ONLY_ lets it work on Geode's,Theo de Raadt
2008-06-15ipmi is working a wee bit better, but still not perfectly. let us re-enableTheo de Raadt
2008-06-15When APERTURE is not defined, always return ENXIO.Matthieu Herrb
2008-06-15with powerbooks and ibooks, default to adb keyboard for console (and ddb>)Todd T. Fries
2008-06-15On AMD64 running on Intel processors with EST add support for retreivingGordon Willem Klok
2008-06-15this should be a MD include file; discussed with matthieuTheo de Raadt
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2008-06-15Ensure that when using the ACPI tables the RVO field is initialized from the ...Gordon Willem Klok
2008-06-14Add amdmsr(4), a driver to access model specific registers on AMD CPUs.Marc Balmer
2008-06-14Mask the upper 56 bits of the rx ports when reading them, pckbd_input() willMiod Vallat
2008-06-14Correctly calculate wired_count of pages on i386. Now, pmap->pm_stats is onlyHans-Joerg Hoexer
2008-06-14defininig NATIVE_EXEC_ELF is mandatory on ELF platforms.Miod Vallat
2008-06-14A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)Michael Knudsen
2008-06-14Add cmp(4) here too.Mark Kettenis
2008-06-13Add some missing $OpenBSD$ tags.Kenneth R Westerback
2008-06-13Detect if Intel's Safer Mode Extensions (SMX) are present,Jonathan Gray
2008-06-12Add ral(4) at cardbus(4).Mark Kettenis
2008-06-12Add ep(4) at pcmcia(4).Mark Kettenis
2008-06-12Add xl(4) add cardbus(4).Mark Kettenis
2008-06-12Add re(4) add cardbus(4).Mark Kettenis
2008-06-12Add malo(4) at pcmcia(4).Mark Kettenis
2008-06-12enable uvideo(4) video(4)Robert Nagy
2008-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker
2008-06-12theo says: enable, enable, enable uvideo(4)Robert Nagy
2008-06-12wdc(4) at pcmcia(4)Mark Kettenis
2008-06-12Enable com(4) at pcmcia(4).Mark Kettenis
2008-06-12Add dc(4) at cardbus(4).Mark Kettenis
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11When reading a GPIO pin, first determine if it is programmed for inputMarc Balmer
2008-06-11Fix GART enabling by using segment end address instead of totalTobias Weingartner
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11actually unbreak RAMDISK. double plus minus cookie for mePeter Hessler
2008-06-11unbreak RAMDISKPeter Hessler
2008-06-11Synchronize the MTRR API with i386, and enablePeter Hessler
2008-06-11Match the Altera EBus found on the Tadpole SPARCLE.Mark Kettenis
2008-06-11Use the prom address to map clock(4) at ebus(4) if available.Mark Kettenis
2008-06-10Rename pmap_remove_all() to pmap_remove_page().Miod Vallat
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10use the defines, not magic constants. ok kettenis@Dale Rahn
2008-06-10Make get_npcus() walk the device tree to figure out the number of CPUsMark Kettenis
2008-06-10Add /dev/video* for amd64.Marcus Glocker
2008-06-10All your memory belong to us. This has been in snaps for a while,Tobias Weingartner
2008-06-10Add cmp(4), a dummy driver to make attaching CMT cpus easier.Mark Kettenis