summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-03-24Actually make CLKF_BASEPRI do what it's supposed to do.Niklas Hallqvist
1996-03-24Use IPL_ constants instead of numeric values. Get rid of sicallbacksNiklas Hallqvist
in favour of the remapped IPL facility. Some argument type fixes as well.
1996-03-24Prefix usage of "long long" with a "/* LONGLONG */" comment to shut upThorsten Lockert
lint(1) about it
1996-03-24Use __asm in place of asmThorsten Lockert
1996-03-24Provide empty __warn_references() when we are not running GCCThorsten Lockert
1996-03-24UGLY, UGLY hack to force config create a pcmciabus.h file which isNiklas Hallqvist
needed as there are multiattachable ISA devices that need it to exist.
1996-03-24Do not define __indr_reference when running lint(1)Thorsten Lockert
1996-03-24Style policeNiklas Hallqvist
1996-03-24From NetBSD: Add clobbers missing in asm statementsNiklas Hallqvist
1996-03-22Fix previous changes; accept and forward a device name, do not just useThorsten Lockert
a generic name "pci" for interrupt statistics
1996-03-21From NetBSD: eliminate setjmp.hNiklas Hallqvist
1996-03-21From NetBSD: eliminate setjmp.hNiklas Hallqvist
1996-03-21From NetBSD: Remove ns_cksum.c (now in sys/conf/files)Niklas Hallqvist
1996-03-20We moved away from NetBSD+OpenBSD long ago; / really does livehvozda
on wd0a finally. Also we swap to files when we are really beating the machine.
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD.
1996-03-04Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9})chuck
[1] check return value from malloc() for NULL before trying to bzero it. [2] use "=" rather than "|=" when writing to CSR (otherwise you may ACK something you don't mean to!).
1996-03-04fixes of the 960217 import.Michael Shalayeff
1996-03-03Set ia_iosize to 0 to keep probe silentThorsten Lockert
1996-03-03Make last change actually compileThorsten Lockert
1996-03-03from NetBSD: so it compiles now.Michael Shalayeff
1996-02-28From NetBSD:Michael Shalayeff
pmap_page_index return type must be int, not u_int.
1996-02-28Small changes from NetBSD (including /usr/include dependencies, and so).Michael Shalayeff
1996-02-27Adapt to our isa_intr_establish interfaceNiklas Hallqvist
1996-02-27if_ed.c cannot be MI yet, due to name clashes, will get resolved soonNiklas Hallqvist
1996-02-27From NetBSD: assym.s -> assym.hNiklas Hallqvist
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1996-02-26Add ISA devices. Compile with -g. Raise to 32 ptys.Niklas Hallqvist
1996-02-26Initial checkin of the Amiga ISA-kitNiklas Hallqvist
Set major numbers so config understands sd, st, cd, vnd & ccd From NetBSD: remove generic scsi stuff and use ../../../scsi/files.scsi
1996-02-26Initial checkin of the Amiga ISA-kitNiklas Hallqvist
1996-02-26From NetBSD: assym.s -> assym.hNiklas Hallqvist
1996-02-26From NetBSD: cast to arg to caddr_t (fixes #2114)Niklas Hallqvist
1996-02-26From NetBSD: remove local strncmp (fixes #2115)Niklas Hallqvist
1996-02-26From NetBSD:Niklas Hallqvist
use newly allocated ethernet address (fixes #2117)
1996-02-26From NetBSD:Niklas Hallqvist
remove floating point expressions. gen_cvtab.c generates a conversion table to replace a specific floating point expression in grf_cv.c
1996-02-26Add IPL_ and IST_ constants in preparation for the Amiga ISA-kitNiklas Hallqvist
1996-02-26From NetBSDMichael Shalayeff
Move the speaker to the 'new' config.
1996-02-26Specify the size used in the I/O map (1 entry) during probeThorsten Lockert
1996-02-25Allow use of Pentium cycle counter for high-precision time keeping;Thorsten Lockert
from FreeBSD
1996-02-25Make it possible to build a kernel tags fileThorsten Lockert
1996-02-25Stop loggin stray interrupts when we say we doThorsten Lockert
1996-02-24LOCORE -> _LOCORENiklas Hallqvist
1996-02-24From NetBSD:Niklas Hallqvist
Fix #includes.
1996-02-24remove some trailing whitespaceNiklas Hallqvist
1996-02-24From NetBSD:Niklas Hallqvist
LOCORE -> _LOCORE assym.s -> assym.h (Some ports did this already.) Use `-traditional-cpp' when building .s and .S files. Clone these, and fix many bugs. Fix mkdep problems due to missing flags.
1996-02-24From NetBSD: vm prototype changesNiklas Hallqvist