summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2008-06-26Typo, CMD -> AMDBrad Smith
2008-06-25Support the Intel G35 which apparently works similarly to the 965.Owain Ainsworth
2008-06-25this diff changes the bootloader to skip the CHS sanity check if LBAReyk Floeter
2008-06-25auglx(4) is an audio(4) driver for the AC'97 audio codec found onMarc Balmer
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
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-15this should be a MD include file; discussed with matthieuTheo de Raadt
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-14Correctly calculate wired_count of pages on i386. Now, pmap->pm_stats is onlyHans-Joerg Hoexer
2008-06-13Detect if Intel's Safer Mode Extensions (SMX) are present,Jonathan Gray
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-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-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-09Remove fillw(). Bonus points if you do not remember what it was used for.Miod Vallat
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-08Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls.Miod Vallat
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
2008-06-07add a disabled com4 device for a Fujitsu Stylistic TouchscreenRobert Nagy
2008-06-07Kill ACPIVERBOSE. It was never used and is worthless to boot.Marco Peereboom
2008-06-05Allow pchb(4) to find additional non-coherent HyperTransport linksBrad Smith
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-30Remove the untracked mapping before calling uvm_km_free(), otherwise theFederico G. Schwindt
2008-05-30skip ext2fs on thisTheo de Raadt
2008-05-26do not muck with the mountroot variable, since setroot() uses the state ofTheo de Raadt
2008-05-23Bye bye awi(4). No net80211 love, uses its own WEP code and has not workedBrad Smith
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-05-17attach to the via vt8237s found on the hp 2133 mini-notejoshua stein
2008-05-16reenable PCIVERBOSE now that acpi isnt pushing the media over.David Gwynne
2008-05-14Comment out option PCIVERBOSE on the floppies for now, to let them fitMiod Vallat
2008-05-14Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc andMiod Vallat
2008-05-07Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-05-07Rather than fixing ises(4), nuke it.Kenneth R Westerback
2008-04-29enable km(4); ok deraadtConstantine A. Murenin
2008-04-28Sync PCI ids.Brad Smith
2008-04-27add acpithinkpad(4), an acpi support driver for ibm/lenovojoshua stein
2008-04-26Remove softast; it's no longer used.Mark Kettenis