summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2003-09-07Fix system hangs some i386 machines experienced when booting with theKenneth R Westerback
2003-09-04correct sizeof for bzero/bcopyAnil Madhavapeddy
2003-09-02indent audio comment properlyDavid Krause
2003-09-02Revert the last change since both Pentium 4 and Mobile Pentium 4Alexander Yurchenko
2003-09-02zap more driversTheo de Raadt
2003-09-01remove unused sc_echobug code; ok fgs, mickeyMarkus Friedl
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-21fix symbol name error in mcount functionality in a.out->ELF transition.Dale Rahn
2003-08-20add mtdTheo de Raadt
2003-08-19Properly identify Mobile Pentium 4-M processorAlexander Yurchenko
2003-08-19myson mtd803 ether and enable mtdphy no; form netbsd via form@Michael Shalayeff
2003-08-15- remove ahc dependency, convert smc93cx6 into an attribute.Federico G. Schwindt
2003-08-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-12add safe(4). Works well enough for testing at least.Jason Wright
2003-08-12add acphyMichael Shalayeff
2003-08-11ansification and knf and protosTheo de Raadt
2003-08-08remove scsi/raid drivers not needed on laptop floppyTheo de Raadt
2003-08-08wb no longer fitsTheo de Raadt
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-08-08put COPTS in CFLAGS; idea from miodTheo de Raadt
2003-08-08no pcmcia pccom on this floppy, sorryTheo de Raadt
2003-08-07better dmesg output and do some spaces; markus@ okMichael Shalayeff
2003-08-07watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@Markus Friedl
2003-07-30support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.comMichael Shalayeff
2003-07-29move spl checking wrap over the syscall into trap.c:syscall();Michael Shalayeff
2003-07-28nuke more MATH_EMULATEJason Wright
2003-07-28remove the non-licensed i386 math emulation stuff. This only leaves theJason Wright
2003-07-25use names not numbers for msrs, do not define yet another implementation of w...Michael Shalayeff
2003-07-25s/CPUID_SYS2/CPUID_SEP/ to avoid confusionMichael Shalayeff
2003-07-25let ALWAYS_MATH_EMULATE actually compileJason Wright
2003-07-25make sure SYSENTER registers are 0 at boot time. should fix an unusualTed Unangst
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-15match on ich5 as piix; from couderc@Michael Shalayeff
2003-07-11Set pcb_onfault earlier in 386 version of copyout and clean upArtur Grabowski
2003-07-11debug only; mickey okTheo de Raadt
2003-07-07Fix for PR 3177.Tobias Weingartner
2003-07-07function for cpuid instruction. pulled from longrun into generic code.Ted Unangst
2003-07-05do not make bad machine@ linksTheo de Raadt
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias Weingartner
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
2003-06-08Enable gus again now that it won't panic during probe.Miod Vallat
2003-06-06- section reorderJason McIntyre
2003-06-06Identify Pentium M CPUAndreas Gunnarsson
2003-06-043/4 cleanup for aaronTheo de Raadt
2003-06-04fix some 3/4 for tobyTheo de Raadt