summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-05-07away, awayTheo 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-07idea by chuck to make libbug MITheo de Raadt
1996-05-07Restructure and document a bit. Also fixed a confusing bug, whichNiklas Hallqvist
actually might turn out a feature... :-) But I want to test that a bit more before having that into the tree.
1996-05-07From NetBSD:Niklas Hallqvist
Add support for loading kernel into fastmem, if the kernel also supports loading into fastmem. This removes the requirement that the kernel fit into chipmem. Add a -Z flag to force loading into chip memory. Add a -s option for compatibility with my bootblock loader. Move the test exit to just before starting the kernel; this lets the test mode actually load the kernel and do the version checks.
1996-05-07Remove cdev_ss_init, there's a def in the MI parts nowNiklas Hallqvist
1996-05-07RCS ID updateNiklas Hallqvist
1996-05-07From NetBSD:Niklas Hallqvist
Floppy driver now supports MSDOS track format. Minor device 1 (/dev/fd?b) uses MSDOS MFM track encoding. From Ezra Story (ezy@panix.com) with a couple of changes by Michael Hitch.
1996-05-07Add back all the stuff I've had to remove due to kernel growth + MSDOSFSNiklas Hallqvist
1996-05-07Use MI cdev_scanner_init macro. Fix tabs.Niklas Hallqvist
1996-05-07Move the vector table to .dataNiklas Hallqvist
1996-05-07Use _vectab instead of Lvectab, which is moving to .dataNiklas Hallqvist
From NetBSD: Add floppy index interrupt processing. Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process.
1996-05-07From NetBSD:Niklas Hallqvist
Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process.
1996-05-07Add SCSI scanner and MSDOSFS supportNiklas Hallqvist
1996-05-07Add OPRAHNiklas Hallqvist
1996-05-07Move this doc fileNiklas Hallqvist
1996-05-07delete impossible to reach code, use more defined constantsTheo de Raadt
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-05-07This is the tape boot loader, not the disk. Remove the correct files.Dale S. Rahn
The stboot file should be removed from the source space. (how is this done?)
1996-05-07remove file generated during build.Dale S. Rahn
1996-05-07(maybe it will take this time)Dale S. Rahn
Change the address of the stack from 3ffff8 to 3efff8. A problem existed that the bss and the stack were colliding and the bzero of the bss segement would clear the existing stack. The actuall placement of the stack is just before the beginning of the executable _start-0x10; Be careful if the executable address is ever changed.
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-06for 040, copy replacement routines over fpfault zone in trap tableTheo de Raadt
1996-05-06correct my interrupt bugsTheo de Raadt
1996-05-06fix russian typoTheo de Raadt
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-06remove unused files, conserning to the last syncMichael Shalayeff
1996-05-06want ddbTheo de Raadt
1996-05-06add aria audioTheo de Raadt
1996-05-06Initial versionNiklas Hallqvist
1996-05-06Correct RCS IDsNiklas Hallqvist
1996-05-06Fix typo, lost newlineNiklas Hallqvist
1996-05-06Fix typo, s/aplx/splx/Niklas Hallqvist
1996-05-06fix arg names (s/cmd/command/).Michael Shalayeff
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-05build stand as wellTheo de Raadt
1996-05-04it compiles now.Michael Shalayeff
1996-05-04From NetBSD:Niklas Hallqvist
Amiga's have two mouse ports
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
add lkmenodev prototype.
1996-05-04add files missed from 0418 sync.Michael Shalayeff
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-04proto nicelyTheo de Raadt
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-04Reintroduce GG2_GET_STATUS macroNiklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
More cleanup for -Wall with DEBUG.