From 7b7fb9e3e36c742e989ecc1a873fb7c8872ffa88 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Tue, 21 Aug 2001 16:21:28 +0000 Subject: put bus independent part of hme in here so we don't conflict with the sparc driver (this is wrong and will need to be fixed eventually) --- sys/arch/sparc64/conf/files.sparc64 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index a05fec49eb6..8cbef86eabe 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.6 2001/08/20 22:49:36 jason Exp $ +# $OpenBSD: files.sparc64,v 1.7 2001/08/21 16:21:27 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -14,6 +14,10 @@ device pcons attach pcons at mainbus file arch/sparc64/dev/pcons.c pcons needs-flag +# Sun HME Ethernet controllers +device hme: ether, ifnet, mii, ifmedia +file dev/ic/hme.c hme + include "dev/sun/files.sun" include "dev/sbus/files.sbus" -- cgit v1.2.3