From b97689cdfb190716258980964952e28a7ffa300d Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 7 May 1996 01:16:36 +0000 Subject: [PATCH] Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE. --- sys/arch/pmax/conf/files.pmax | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/arch/pmax/conf/files.pmax b/sys/arch/pmax/conf/files.pmax index 54206a12f24b..f9b91e539886 100644 --- a/sys/arch/pmax/conf/files.pmax +++ b/sys/arch/pmax/conf/files.pmax @@ -1,4 +1,4 @@ -# $NetBSD: files.pmax,v 1.30 1996/03/26 12:21:39 jonathan Exp $ +# $NetBSD: files.pmax,v 1.31 1996/05/07 01:16:36 thorpej Exp $ # DECstation-specific configuration info # maxpartitions must be first item in files.${ARCH}. @@ -107,9 +107,11 @@ file arch/pmax/dev/dtop.c dtop needs-flag # LANCE ethernet driver. # XXX Should use new machine-independent one instead. -device le: ifnet, ether -attach le at ioasic, tc, mainbus -file arch/pmax/tc/if_le.c le needs-flag +# device defined in sys/conf/files +attach le at ioasic with le_pmax +attach le at tc with le_pmax +attach le at mainbus with le_pmax +file arch/pmax/tc/if_le.c le_pmax needs-flag # 3100 (pmax) onboard framebuffer device pm