summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2005-07-30Add libkern and link it in after libzTodd C. Miller
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
2005-07-28rev 1.46Brad Smith
2005-07-28rev 1.32Brad Smith
2005-07-28add pcnBrad Smith
2005-07-26Reduce verbosity during dkcsum by moving open/read/close errorKenneth R Westerback
2005-07-25ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.Jonathan Gray
2005-07-23Fix a few typos. Set 'error' variable before using it in message.Kenneth R Westerback
2005-07-18save/restore fpu for the signal handler call in the trampoline.Michael Shalayeff
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-15- add /bsd.rd to FILESJason McIntyre
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-12call pmap_apte_flush() with the current pmap, not the one to be mapped.Hans-Joerg Hoexer
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ...Michael Shalayeff
2005-07-03sigh, aue cannot fit anymore because people keep growing codeTheo de Raadt
2005-07-02skip pcmcia comTheo de Raadt
2005-06-27support pccom* at cardbus?Theo de Raadt
2005-06-27rev 1.41Brad Smith
2005-06-26cpu0: RNG AES AES-CTR SHA1 SHA256 RSATheo de Raadt
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-16fix initialization of apm_dobusy and apm_doidle to be off by default untilBob Beck
2005-06-14back out SMM lockdown patch until some other solution is found.Theo de Raadt
2005-06-06oops. on 686 we count fpswtch in another function...Michael Shalayeff
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
2005-06-01kjell is an evil tree-breakerMichael Shalayeff
2005-05-31spelling corrections in comments;Jason McIntyre
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
2005-05-29Lock SMM space on Intel E7xxx chipsets, too.Alexander Yurchenko
2005-05-29Remove debug printf I left.Alexander Yurchenko
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-28move variable declaration inside #ifdef I386_686, etc.Kjell Wooding
2005-05-27add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@Dale Rahn
2005-05-27Enable SSE instructions on secondary (i386) processors inKjell Wooding
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
2005-05-26optimise one more jmp out of the idle loop; toby@ marco@ okMichael Shalayeff
2005-05-26remove a self-nested #ifdef MULTIPROCESSORKjell Wooding
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-05-25one last optimization, removing a jump, mostly byBob Beck
2005-05-25repair whichqs race by disabling ints in between check and halt-halt; marco@ ...Michael Shalayeff
2005-05-25comment typoJason Wright
2005-05-24add a new field to vm_space and use it to track the number of anonTed Unangst
2005-05-24replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even mor...Niklas Hallqvist
2005-05-24hlt hlt is not a good idea. Rework APM to do what the spec actually says. R...Marco Peereboom
2005-05-21add i386 optimized in4_cksumBrad Smith
2005-05-19Lock down SMM space on i82810 MCH and later chips in case BIOSAlexander Yurchenko
2005-05-13Kill <machine/spkr.h>, software should use <dev/isa/spkrio.h> instead.Miod Vallat
2005-05-13not ready for NATMTheo de Raadt
2005-05-13enable spkr by default; ckuethe 4201Theo de Raadt