summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-06-13Kernel virtual mode 8086, currently disabled in GENERIC.Gordon Willem Klok
2006-06-13When adjusting the performance of the processor using p4tcc, the CPUsGordon Willem Klok
2006-06-13Change the value returned if the CPU fails to honor a request toGordon Willem Klok
2006-06-12Some more improvements to EST:Dimitry Andric
2006-06-12ANSIfy, and nuke newline at end of file.Gordon Willem Klok
2006-06-12Add stray interrupt reporting to the apicvec.s, fix the code for strayGordon Willem Klok
2006-06-11Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@Matthieu Herrb
2006-06-11Get rid of the wdt(4) char device. We have watchdog(4) andMichael Knudsen
2006-06-10ANSIfy, KNF and remove a silly comment.Gordon Willem Klok
2006-06-10ANSIfy, KNFGordon Willem Klok
2006-06-07enable azalia; ok jasonTheo de Raadt
2006-06-06use _C_LABEL() instead of _Michael Shalayeff
2006-06-02Spelling.Christopher Pascoe
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