summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2004-07-24Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=',Todd C. Miller
2004-07-21Fix conversion of interrupt frame to trap frame.Mark Kettenis
2004-07-20Properly initialize FPU state if it hasn't been used yet.Mark Kettenis
2004-07-20Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing asDaniel Hartmeier
2004-07-20Use mutex instead of SIMPLELOCK for protecting ddb on mp systems.Artur Grabowski
2004-07-20Use mutex where we used to protect pmap internals with SIMPLELOCK.Artur Grabowski
2004-07-20MD mutex implementation for i386.Artur Grabowski
2004-07-20#include "npx.h"Mark Kettenis
2004-07-20Move tag word to the right location in `struct envxmm'.Mark Kettenis
2004-07-16dothan est support, from some netbsd guy, tedu okTheo de Raadt
2004-07-16merge old_identifycpu with identifycpu and remove old_identifycpuDavid Krause
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
2004-07-15spacesTheo de Raadt
2004-07-14treat via8366 as via586; from rees@Michael Shalayeff
2004-07-14Add missing \n to printf().Tom Cosgrove
2004-07-14simplify printf codeTheo de Raadt
2004-07-14names of frequencies aren't interesting, and require ugly snprintfTed Unangst
2004-07-14setperf driver for powernow in amd k7 cpus. derived from a diff toTed Unangst
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-13Don't assert that P_INMEM is set in p_flag. The assert is only almostArtur Grabowski
2004-07-05sync various changes in old_identifycpu() into identifycpu()David Krause
2004-07-04re fits on this floppyTheo de Raadt
2004-07-02move into #ifdef; various peopleTheo de Raadt
2004-07-02Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMPNiklas Hallqvist
2004-06-29Uncomment atw(4) now that it has been tested.Todd C. Miller
2004-06-28er this is better...Theo de Raadt
2004-06-28remove dup variableTheo de Raadt
2004-06-28move from unsafe ev_count32 to safe ev_count; aaron okTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on i386. deraadt@ tholo@Aaron Campbell
2004-06-27prettier printTheo de Raadt
2004-06-26Make this kernel config again.Miod Vallat
2004-06-26Add supporting Sangoma network device driver.Alex Feldman
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
2004-06-25Instead of accessing ci_dev (that's an MI field), provide a marco thatArtur Grabowski
2004-06-25Add extended CPUID flag value for AMD64 LONG identification. Taken fromTom Cosgrove
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-23Do not send IPIs while cold. Should probably fix the pmap_kremove panics som...Niklas Hallqvist
2004-06-23oops, keep MP stuff inside MULTIPROCESSORNiklas Hallqvist
2004-06-23Renumber I/O APICs who clash with other APICs. Also clear the deliveryNiklas Hallqvist
2004-06-23Add atw(4), commented out for now.Todd C. Miller
2004-06-23enable ahd by default (still some work for marco and krw, but it noTheo de Raadt
2004-06-23Hook cdbr and cdboot into the build (though nothing uses them yet).Tom Cosgrove
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-06-23daa should be 0x27 and aaa 0x37Andreas Gunnarsson
2004-06-22Remove... almost 10 years, and things have changed enough that thisTobias Weingartner
2004-06-22Enter cdbr, an El Torito no-emulation CD boot sector that fitsTom Cosgrove
2004-06-22support for rcc osb4 and csb5; tested on quad-zion and another box i haveMichael Shalayeff
2004-06-22make sure real/avail mem printfs do unsigned ariths; found by beck@Michael Shalayeff
2004-06-21Put back the moving of schedstate_percpu into sched.h. This time exposeArtur Grabowski
2004-06-21Make 'machine ddbcpu' work, and use CPU device number instead of APIC idAndreas Gunnarsson