summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2007-12-01Don't double attach serverworks subsidiary pci busses, introduced byTheo de Raadt
2007-11-29repair case of agp & subsidiary busses; ok kettenisTheo de Raadt
2007-11-29outdated commentTheo de Raadt
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth
2007-11-28Don't free the old idt vector if we reuse it.Mark Kettenis
2007-11-28basic support for building an i386 kernel with the native toolchainTed Unangst
2007-11-28doh!Ted Unangst
2007-11-28quite a bit of simplification by removing cpu classes.Ted Unangst
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-27ARGH. Work has poisoned my mind. KNF the braces.Artur Grabowski
2007-11-27Unify amd64 and i386 code further; ok oga kettenisTheo de Raadt
2007-11-26First step towards unifying pchb between i386 and amd64Theo de Raadt
2007-11-26Ooops. The perils of hacking in three different trees.Artur Grabowski
2007-11-26Move the implementation of __mp_lock (biglock) into machine dependentArtur Grabowski
2007-11-26correct newlines surrounding the sub-bus configuration, and unifyTheo de Raadt
2007-11-26fix new agp code on amd64Reyk Floeter
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-11-25typo; ok miod@Martynas Venckus