diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-06-23 16:18:03 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-06-23 16:18:03 +0000 |
commit | 01f2d7a53ff47572eb83f01110985a4bbfa8e2f6 (patch) | |
tree | 829dde3a20730c43e32728377e3f201731d890fa | |
parent | 7760d935b2dddf6b5eb00f8eb923168978b397ba (diff) |
From scottr/NetBSD:
Completely revamp setroot() and friends. Since Chris' version of this code
is close to how I reworked it, I pulled in the (essentially MI) NetBSD/alpha
and added the appropriate support around it.
- No need for the GENERIC kernel config option.
- NFS-mounted root and swap are supported.
- If we can't figure out where the root filesystem is from what the Booter
tells us, ask the user.
- Split the mainbus autoconfig code to a separate file.
Also, update/add copyrights as appropriate.
-rw-r--r-- | sys/arch/mac68k/conf/files.mac68k | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index 4e5919f1e12..d451d71b49b 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,5 +1,5 @@ -# $OpenBSD: files.mac68k,v 1.5 1996/05/26 18:35:10 briggs Exp $ -# $NetBSD: files.mac68k,v 1.48 1996/05/19 22:29:10 scottr Exp $ +# $OpenBSD: files.mac68k,v 1.6 1996/06/23 16:18:02 briggs Exp $ +# $NetBSD: files.mac68k,v 1.49 1996/06/19 03:21:08 scottr Exp $ # mac68k-specific configuration info @@ -99,6 +99,7 @@ file arch/mac68k/mac68k/disksubr.c disk file arch/mac68k/mac68k/machdep.c file arch/mac68k/mac68k/macrom.c file arch/mac68k/mac68k/macromasm.s +file arch/mac68k/mac68k/mainbus.c file arch/mac68k/mac68k/mem.c file arch/mac68k/mac68k/pmap.c file arch/mac68k/mac68k/pmap_bootstrap.c |