summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2008-03-31Re-enable lii(4).Brad Smith
2008-03-30Fix #ifdef NCOM collateral damage introduced in r1.210.Kenneth R Westerback
2008-03-29Fix amd64 and i386 serial console handling for non-default speeds. BringKenneth R Westerback
2008-03-29enable kate(4); ok deraadt@Constantine A. Murenin
2008-03-24add it(4) at port 0x228, found on some motherboards.Oleg Safiullin
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-23enable andl; ok deraadtConstantine A. Murenin
2008-03-22Nuke some unused magic.Tobias Weingartner
2008-03-22Quick comment fixups.Tobias Weingartner
2008-03-21add wireless drivers which need firmware; if someone upgrades the firmwareTheo de Raadt
2008-03-20let maxusers go much higherTheo de Raadt
2008-03-19enable fins(4)Theo de Raadt
2008-03-19label all interfaces we netboot from in group "netboot", in a MI fashionTheo de Raadt
2008-03-18Clear PSL_D when entering signal handlers; pointed out by dfly people;Mark Kettenis
2008-03-17Clear PSL_D when entering signal handlers; pointed out by dfly people;Theo de Raadt
2008-03-16for some reason the pchb dependency on agp got left in. kill it.Owain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-04sthen@ has an motherboard with both agp and pcie that fails to boot.Owain Ainsworth
2008-03-02if there is no smbios, there cannot be acpiTheo de Raadt
2008-02-25- Add lii(4) commented out to the amd64 configsBrad Smith
2008-02-24Add commented out Bluetooth HID sectionUwe Stuehler
2008-02-21enable envy(4) on i386Alexandre Ratchov
2008-02-18Fix ptoa() cast.Mark Kettenis
2008-02-17Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.Mark Kettenis
2008-02-11g/c db_thread_fp_used()Miod Vallat
2008-02-05ACPI 3.0 seems to work just fine so lets enable it.Marco Peereboom
2008-01-26Unify i386 and amd64 lapic code, and calibrate lapic timer with interruptsMark Kettenis