Magma driver has been moved to <dev/sbus>

This commit is contained in:
pk 1998-07-28 00:17:47 +00:00
parent b0f82d5c73
commit fd9017990f
2 changed files with 14 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.sparc,v 1.60 1998/07/28 00:10:23 pk Exp $
# $NetBSD: files.sparc,v 1.61 1998/07/28 00:17:47 pk Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
# sparc-specific configuration info
@ -99,17 +99,6 @@ device ms: zsevent
attach ms at zs
file dev/sun/ms.c ms needs-flag
#
# Magma Serial/Parallel boards
#
device magma {}
attach magma at sbus
device mtty: tty
attach mtty at magma
device mbpp
attach mbpp at magma
file arch/sparc/dev/magma.c magma | mtty | mbpp needs-flag
#
# Machine-independent SCSI drivers
#

View File

@ -1,4 +1,4 @@
# $NetBSD: files.sbus,v 1.2 1998/07/27 23:54:58 pk Exp $
# $NetBSD: files.sbus,v 1.3 1998/07/28 00:18:00 pk Exp $
#
# Config file and device description for machine-independent SBUS code.
# Included by ports that need it.
@ -42,3 +42,15 @@ file dev/sbus/if_en.c en_sbus
#device audiocs: audio
#attach audiocs at sbus
#file dev/sbus/c4231.c audiocs
#
# Magma Serial/Parallel boards
#
device magma {}
attach magma at sbus
device mtty: tty
attach mtty at magma
device mbpp
attach mbpp at magma
file dev/sbus/magma.c magma | mtty | mbpp needs-flag