-# $OpenBSD: GENERIC,v 1.15 1997/03/08 16:16:46 briggs Exp $
+# $OpenBSD: GENERIC,v 1.16 1997/03/12 13:24:15 briggs Exp $
# $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $
#
# GENERIC
config bsd swap generic
options GENERIC
-sn0 at obio? # SONIC ethernet (68040)
+sn* at obio? # Internal ethernet
asc0 at obio? # ASC/EASC audio
intvid0 at obio? # Internal video hardware
nubus0 at mainbus?
ae* at nubus?
+sn* at nubus?
macvid* at nubus?
# Attach grf semantics to all video hardware as it is found
-# $OpenBSD: GENERICSBC,v 1.1 1997/03/08 16:16:46 briggs Exp $
+# $OpenBSD: GENERICSBC,v 1.2 1997/03/12 13:24:15 briggs Exp $
# $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $
#
# GENERIC
config bsd swap generic
options GENERIC
-sn0 at obio? # SONIC ethernet (68040)
+sn* at obio? # Internal ethernet
asc0 at obio? # ASC/EASC audio
intvid0 at obio? # Internal video hardware
nubus0 at mainbus?
ae* at nubus?
+sn* at obio?
macvid* at nubus?
# Attach grf semantics to all video hardware as it is found
-# $OpenBSD: TIGER,v 1.2 1997/02/23 06:04:50 briggs Exp $
+# $OpenBSD: TIGER,v 1.3 1997/03/12 13:24:16 briggs Exp $
# $NetBSD: GENERIC,v 1.43 1996/09/22 06:49:09 scottr Exp $
#
# Allen's Q700
config bsd swap generic
options GENERIC
-sn0 at obio? # SONIC ethernet (68040)
+sn* at obio? # SONIC ethernet (68040)
# no internal video, but need interrupts, etc.
intvid* at obio?
-# $OpenBSD: files.mac68k,v 1.13 1997/03/08 16:16:47 briggs Exp $
+# $OpenBSD: files.mac68k,v 1.14 1997/03/12 13:24:16 briggs Exp $
# $NetBSD: files.mac68k,v 1.61 1997/03/01 20:22:16 scottr Exp $
# mac68k-specific configuration info
file arch/mac68k/dev/ite.c ite needs-flag
device sn: ifnet, ether
-attach sn at obio_norm
-file arch/mac68k/dev/if_sn.c sn needs-flag
+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"