From 0afaee97a432b5de4c7f5d225b6a4bc3f950d5d0 Mon Sep 17 00:00:00 2001 From: pk Date: Tue, 22 Jul 1997 23:33:33 +0000 Subject: [PATCH] Add line for the i82586 driver. --- sys/conf/files | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index f5e0f60e1360..7fa47eadaf06 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.127 1997/07/06 12:40:30 fvdl Exp $ +# $NetBSD: files,v 1.128 1997/07/22 23:33:33 pk Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -101,6 +101,10 @@ file dev/ic/midway.c en define ncr53c9x file dev/ic/ncr53c9x.c ncr53c9x +# Intel 82586 Ethernet Controller +define i82586 +file dev/ic/i82586.c i82586 + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy