From fded7fc070363a96ddfaca8f5414bdf8ef2fe141 Mon Sep 17 00:00:00 2001 From: briggs Date: Tue, 21 Dec 1993 03:14:16 +0000 Subject: [PATCH] Add Apple Ethernet to GENERIC and files. Also add asc.c to files for sound support. --- sys/arch/mac68k/conf/GENERIC | 2 ++ sys/arch/mac68k/conf/files.mac68k | 5 +++-- sys/arch/mac68k/conf/files.mac68k.newconf | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 948ef941d46d..d29efea4a729 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -48,6 +48,8 @@ options MAPMEM,SYSVSHM config netbsd root on sd0 swap on sd0 +ae0 at nubus0 slot -1 id ? claimed 0 + ncr* at mainbus? # SCSI NCR 5380 scsibus0 at scsi? target 7 diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index 5d859f45fd45..fc691ec5bb33 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,5 +1,5 @@ # from: @(#)files.sparc 8.1 (Berkeley) 7/19/93 -# $Id: files.mac68k,v 1.2 1993/12/15 03:04:41 briggs Exp $ +# $Id: files.mac68k,v 1.3 1993/12/21 03:14:18 briggs Exp $ # files.mac68k.newconf # mac68k-specific configuration info @@ -24,7 +24,7 @@ file arch/mac68k/dev/grf_gb.c grf device ite at nubus device ae at nubus: ifnet, ether -file arch/mac68k/dev/if_ae.c ae +file arch/mac68k/dev/if_ae.c ae needs-count # scsi driver and associated stuff define scsi { target = -1 } @@ -51,6 +51,7 @@ major {st=5} #file arch/mac68k/scsi/uk.c uk needs-flag #file arch/mac68k/scsi/su.c su needs-flag +file arch/mac68k/dev/asc.c # this should be a real device... file arch/mac68k/mac68k/disksubr.c disk file arch/mac68k/mac68k/ns_cksum.c ns file arch/mac68k/mac68k/oc_cksum.s inet diff --git a/sys/arch/mac68k/conf/files.mac68k.newconf b/sys/arch/mac68k/conf/files.mac68k.newconf index 560ed53c70f4..db6ffef62987 100644 --- a/sys/arch/mac68k/conf/files.mac68k.newconf +++ b/sys/arch/mac68k/conf/files.mac68k.newconf @@ -1,5 +1,5 @@ # from: @(#)files.sparc 8.1 (Berkeley) 7/19/93 -# $Id: files.mac68k.newconf,v 1.2 1993/12/15 03:04:41 briggs Exp $ +# $Id: files.mac68k.newconf,v 1.3 1993/12/21 03:14:18 briggs Exp $ # files.mac68k.newconf # mac68k-specific configuration info @@ -24,7 +24,7 @@ file arch/mac68k/dev/grf_gb.c grf device ite at nubus device ae at nubus: ifnet, ether -file arch/mac68k/dev/if_ae.c ae +file arch/mac68k/dev/if_ae.c ae needs-count # scsi driver and associated stuff define scsi { target = -1 } @@ -51,6 +51,7 @@ major {st=5} #file arch/mac68k/scsi/uk.c uk needs-flag #file arch/mac68k/scsi/su.c su needs-flag +file arch/mac68k/dev/asc.c # this should be a real device... file arch/mac68k/mac68k/disksubr.c disk file arch/mac68k/mac68k/ns_cksum.c ns file arch/mac68k/mac68k/oc_cksum.s inet