summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2008-01-25Add support for some other CPU's. Thank you toTobias Weingartner
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2008-01-15Work around an intel BIOS bug where it locates the ACPI tables inTobias Weingartner
2008-01-13Kill <machine/mp.h>.Mark Kettenis
2008-01-13Don't reserve space for msgbuf and bootargs in pmap_bootstrap(), since weMark Kettenis
2008-01-13Fix build with DEBUG defined.Mike Belopuhov
2008-01-05handle 64-bit blkno in format stringOtto Moerbeek
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2007-12-31crank maxusers a little bitTheo de Raadt
2007-12-31enable upgt & lii. both have issues, and will need to be fixed inTheo de Raadt
2007-12-27missing newline in autoconf pxe report; spotted by henningTheo de Raadt
2007-12-23Look for environment controller first, and access ITE SuperIO address/dataOleg Safiullin
2007-12-18Remove bogus #ifdef __i386__, such that we properly initialize the bus numberMark Kettenis
2007-12-18New it(4) driver.Oleg Safiullin
2007-12-11if we pxebooted, and can find the interface, put it in a "pxeboot" groupTheo de Raadt
2007-12-11reword license to change regents to authors, and remove advertising clause.Ted Unangst
2007-12-10For a few years already, dkcsum can be silentTheo de Raadt
2007-12-09FREE -> freeHans-Joerg Hoexer
2007-12-09Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-05Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)Theo de Raadt
2007-12-04disable uticom until we receive oneTheo de Raadt
2007-12-01Let apmless non-mp kernels compile, from chris@Miod Vallat