diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index aff6508edb5a..7bc5c7e30f69 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.59 1997/03/15 18:35:47 scottr Exp $ +# $NetBSD: GENERIC,v 1.60 1997/03/15 20:07:37 briggs Exp $ # # GENERIC @@ -76,9 +76,11 @@ config netbsd root on ? type ? asc0 at obio? # ASC/EASC audio intvid0 at obio? # Internal video hardware +sn* at obio? # SONIC-based internal ethernet nubus0 at mainbus? ae* at nubus? # 8390-based Ethernet NIC +sn* at nubus? # SONIC-based Ethernet NIC macvid* at nubus? # NuBus video card # Attach grf semantics to all video hardware as it is found diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index c7001a787c9a..1a827533d638 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: files.mac68k,v 1.63 1997/03/15 18:09:55 is Exp $ +# $NetBSD: files.mac68k,v 1.64 1997/03/15 20:07:38 briggs Exp $ # mac68k-specific configuration info @@ -54,6 +54,13 @@ device ite attach ite at grf file arch/mac68k/dev/ite.c ite needs-flag +device sn: ifnet, ether +attach sn at obio_norm with sn_obio +attach sn at nubus with sn_nubus +file arch/mac68k/dev/if_sn.c sn +file arch/mac68k/dev/if_sn_obio.c sn_obio +file arch/mac68k/dev/if_sn_nubus.c sn_nubus + include "scsi/files.scsi" # Option 1 for ncr5380 support