summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-05-04dk_establish() now returns void.Niklas Hallqvist
1996-05-04Remove small glitch in last commitNiklas Hallqvist
1996-05-04NetBSD RCS Id updateNiklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header.
1996-05-04From NetBSD:Niklas Hallqvist
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header. Missed a prototype for kernel_reload().
1996-05-04Include psl.h to get spl* funcsNiklas Hallqvist
1996-05-04Sorted entries, and added com, lpt and ipl declarationsNiklas Hallqvist
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-04Drop sys/cpu.hNiklas Hallqvist
1996-05-04Add a SCSI scanner cdev entryNiklas Hallqvist
1996-05-03sync with 0430.Michael Shalayeff
1996-05-03sync with 0430Michael Shalayeff
1996-05-03fix LOCORE->_LOCORE changes.Michael Shalayeff
1996-05-03sync w/ 0430Michael Shalayeff
1996-05-03Use generic m68k sigreturn code from arch/m68kNiklas Hallqvist
1996-05-03We need psl.h to get at the PSL_* stuffNiklas Hallqvist
1996-05-03File lost from NetBSD merge in january!Niklas Hallqvist
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-02Temporary exec_elf.c overriding the one in kern until changesPer Fogelstrom
merged with kern/exec_elf.c.
1996-05-02New include file.Per Fogelstrom
1996-05-02New config file...Per Fogelstrom
1996-05-02Updated for new config etc.Per Fogelstrom
1996-05-02Make cpu.h self-contained by including psl.hNiklas Hallqvist
1996-05-02Fixup of a merge errorNiklas Hallqvist
1996-05-02Define pcmcia as a dummy device for the sake of files.isa inclusionNiklas Hallqvist
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-02Sync with NetBSD 9600430. The port has gone over a major -Wall treatNiklas Hallqvist
1996-05-02Check (once again) the packet length against MCLBYTES always.Niklas Hallqvist
MCLBYTES has recently been raised to >ETHER_MAX_LEN so that is not a problem anymore. The former code could result in memory corruption.
1996-05-01New file for new configurePer Fogelstrom
1996-05-01Updated to new configure.Per Fogelstrom
1996-05-01Updated to new configure.Per Fogelstrom
1996-05-01Updated to new configure.Per Fogelstrom
1996-05-01Updated to new configure.Per Fogelstrom
1996-05-01Updated to new config interface.Per Fogelstrom
1996-05-01Commands now output to fifo directly instead of via dma.Per Fogelstrom
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.
1996-04-28Move ipx_cksum.c into MD config file.Michael Shalayeff