summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-06-01Compile broken ipmi into GENERIC, so it's easy for marco to fixBob Beck
2006-06-01enable xge(4) on the CD RAMDISKs.Brad Smith
2006-06-01Disable ipmi in GENERIC for the moment - it breaks too much stuffBob Beck
2006-05-31enable mpiDavid Gwynne
2006-05-31do not call acpi_powerdown() unless acpi has successfully initializedTodd T. Fries
2006-05-31enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled itDavid Gwynne
2006-05-31Enable wdt(4) by default. ok deraadtMichael Knudsen
2006-05-29Remove unused NetBSD new-style %b strings.Miod Vallat
2006-05-29implement reliable microtime on smp (joint work w/ otto):Michael Shalayeff
2006-05-29GENERICCan Erkin Acar
2006-05-28Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H),Dimitry Andric
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler
2006-05-28remove sc_ic member from struct com_softc as it is not used anywhereFelix Kronlage
2006-05-28do not print "root on ..." twice for the -a case, also cope with systemsTheo de Raadt
2006-05-27add mpi(4) glue. commented out for nowDavid Gwynne
2006-05-27Teach powernow about setperf prioritys, add a setperf_prio to amd64.Gordon Willem Klok
2006-05-27casting malllocGordon Willem Klok
2006-05-24Cleanup and simplify the EST detection:Dimitry Andric
2006-05-21some diskless pointers; ok deraadtJason McIntyre
2006-05-20Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attemptTheo de Raadt
2006-05-20handle BOOTARG_BOOTMAC from boot block; tested by reykTheo de Raadt
2006-05-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt
2006-05-20add bios_bootmac_t and BOOTARG_BOOTMACTheo de Raadt
2006-05-20NFSCLIENT can obviously fit on hereTheo de Raadt
2006-05-20Some more EST improvements:Dimitry Andric
2006-05-20delete old #ifdef INSTALL chunkTheo de Raadt
2006-05-19clean out some NetBSD cruft from the pmap code.Brad Smith
2006-05-19Reimplement the Enhanced SpeedStep CPU detection by using theDimitry Andric
2006-05-19Add acpitz, commented outCan Erkin Acar
2006-05-19Smbios cleanupGordon Willem Klok
2006-05-19since mfi is pretty small, it fits on some mediaTheo de Raadt
2006-05-19no, azalia may not be on. Why? You did not ASK ME, brad. And thereTheo de Raadt
2006-05-18Enable mfi.Marco Peereboom
2006-05-18Enable detection of SpeedStep support for the VIA Esther CPU's. NoteDimitry Andric
2006-05-18enable azalia(4) so we can get some more feedback.Brad Smith
2006-05-15better wording for the "memory" section;Jason McIntyre
2006-05-15Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variantDimitry Andric
2006-05-14xge might as well be enabledTheo de Raadt
2006-05-14add wpi(4) so i can get feedback.Damien Bergamini
2006-05-14Bring over workaround for broken BIOSes that use ACPI global interrupt numbersMark Kettenis
2006-05-13sensible english; ok jmc; from graham.gower@gmail.comTheo de Raadt
2006-05-13mention the Xframe-II as well.Brad Smith
2006-05-11cleanerTheo de Raadt
2006-05-11kill trainling spacesMichael Shalayeff
2006-05-10in db_write_bytes correctly restore pte prot after write; this is not a big d...Michael Shalayeff
2006-05-09Import global ACPI interrupt code from amd64.Mark Kettenis
2006-05-090x0006 is not a good value for a bit flag, so change it to 0x0008.Tom Cosgrove
2006-05-09Avoid estimating pentium_mhz too low, which has the effect of resultingOtto Moerbeek
2006-05-09Move the sti to after the memory write. We do not want execution ofOtto Moerbeek