summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-05-14fix NetBSD PR#1176.Michael Shalayeff
add description for PORTAL option.
1996-05-14fix NetBSD PR#1136.Michael Shalayeff
1996-05-13From NetBSD PR#1133:Michael Shalayeff
add '?' to list available files at boot.
1996-05-10simple cleanupTheo de Raadt
1996-05-10proto fillwTheo de Raadt
1996-05-10decl joystickTheo de Raadt
1996-05-10update netbsd tagTheo de Raadt
1996-05-10fpa fddi cardTheo de Raadt
1996-05-10le driver splitTheo de Raadt
1996-05-10remove makelinks, when done.Michael Shalayeff
1996-05-10simplify sed rule in 'links', so swap*.c be treated ok.Michael Shalayeff
1996-05-09Oops, we need pcicmaster0; also bring INSTOTHER up to datehvozda
1996-05-09Add PCMCIA supporthvozda
1996-05-09shift-tab does tab, not some confusing gobbledygookTheo de Raadt
1996-05-09allow config file to override NKPDE (yuck)Theo de Raadt
1996-05-07you cannot use u_intXX_t everywhereTheo de Raadt
1996-05-07from NetBSD PR#2124(port-i386):Michael Shalayeff
Juergen Hannken-Illjes: core dump after panic does not work. fill curproc w/ some reasonable (struct proc *) pointer.
1996-05-07s/netbsd/bsd/Niklas Hallqvist
1996-05-07fix that fillw's stuff again.Michael Shalayeff
1996-05-07fillw is in machine/cpu.h now.Michael Shalayeff
1996-05-07add network dependencies.Michael Shalayeff
1996-05-07Add OPRAHNiklas Hallqvist
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-05-06Use MSR 0x10, not 10 to clear the Pentium instruction counter; from DavidThorsten Lockert
Mazieres. Dunno how this could have worked with 10...
1996-05-06Zero the instruction counter on Pentium's after detecting one if we haveThorsten Lockert
NTP code compiled in; prevents division errors in microtime()
1996-05-06want ddbTheo de Raadt
1996-05-06add aria audioTheo de Raadt
1996-05-06Initial versionNiklas Hallqvist
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
add lkmenodev prototype.
1996-05-04from CMU(CODA or MACH, by Robert Baron):Michael Shalayeff
Under the GPROF conditional emit a call to mcount for bcopy, bzero, copyin, and copyout, so they can be profiled. During a kernel build these 4 routines account for 14% of the time in the kernel.
1996-05-04missed from last commit.Michael Shalayeff
from MACH: add {in,out}[wb] functions and dr* operations.
1996-05-04from MACH: add {in,out}[bw] functions and dr* operations.Michael Shalayeff
1996-05-04let the dog inTheo de Raadt
1996-05-04bring back change in rev 1.4: we do not do SIGBUS the wrong wayTheo de Raadt
1996-05-04ie0 changes, ahe0 at eisa, and ep* at eisaTheo de Raadt
1996-05-04+MSDOSFS, pcvt->pccons till it gets fixedTheo de Raadt
1996-05-04every dog needs one...Theo de Raadt
1996-05-02Remove BIOSSEG.Theo de Raadt
Don't mess with the flags when entering a software interrupt. Use IF, not VIF. NOTE: These changes break dosemu, but are required for proper emulation.
1996-05-02sync with netbsdTheo de Raadt
1996-05-02Turn off the alignment check flag when entering a signal handlerTheo de Raadt
1996-05-02nice typesTheo de Raadt
1996-05-02The ed driver cannot be in conf/files due to a name conflict in the amigaNiklas Hallqvist
port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved.
1996-05-01we don't need ia_iosize setting, since no isa_attach_argsMichael Shalayeff
stuff passed.
1996-04-30add IPX support.Michael Shalayeff
from now IPX fully attached to the system, but only for i386. other platforms need the same additions.
1996-04-30Tidy up a bit...hvozda
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-04-29Revert last commit.Michael Shalayeff
1996-04-28rnd driver needs i586 counter too.Michael Shalayeff
1996-04-28Only use Pentium instruction counter of we have been compiled with NTPThorsten Lockert
support, otherwise we won't get the counter reset at the top of every second and will return highly inaccurate values.