summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2008-04-25Make ipending per-cpu. Should fix PR 5788.Mark Kettenis
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-24Introduce acpiasus(4), a driver for the ACPI based hotkeys found in manyJoel Sing
2008-04-20Call cnpollc() before cngetc() upon halt.Mark Kettenis
2008-04-20rewrite the serial port handling to manipulate the hardware directlyDavid Gwynne
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-04-19add a driver flag to force the negotiation of SATA 1 transfersDamien Miller
2008-04-18Now that i386 has a per-process astpending, we can garbage collect ipi_astMark Kettenis
2008-04-18Halt CPUs upon reboot/halt.Mark Kettenis
2008-04-13lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowmMark Kettenis
2008-04-13garbage collect the cpus_running global variable;Thordur I. Bjornsson
2008-04-12Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1Mark Kettenis
2008-04-12Initialize comconsiot in comcninit().Mark Kettenis
2008-04-12There are so many reasons why a printf in an ipi is a very bad idea.Mark Kettenis
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-09Don't grab the kernel biglock for syscalls marked SY_NOLOCK;Thordur I. Bjornsson
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-04-07sdtemp* devices could occur on these machinesTheo de Raadt
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin