Add SONIC driver. Works on my Q700. Untested elsewhere.

This commit is contained in:
briggs 1997-03-15 20:07:37 +00:00
parent 00cef679df
commit 6fc69ce7cb
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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