summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1994-09-01 02:12:23 +0000
committerse <se@FreeBSD.org>1994-09-01 02:12:23 +0000
commite3667f152e0548b2b6b35cce4beef468d2e3c857 (patch)
treee827f0bb09c1537a63d0fb03c693150aab77c44a /sys/conf
parentc920f621ff3d184bf420ab8fa035f252bd5c7e84 (diff)
downloadFreeBSD-src-e3667f152e0548b2b6b35cce4beef468d2e3c857.zip
FreeBSD-src-e3667f152e0548b2b6b35cce4beef468d2e3c857.tar.gz
Submitted by: Stefan Esser <se@ZPR.Uni-Koeln.DE>
Added entry for 'de' device in anticipation of Matt Thomas' PCI Ethernet driver (required by the PCI autoconfig code).
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3867
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 7c41c17..472f67b 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.40 1994/08/30 19:01:44 davidg Exp $
+# $Id: files.i386,v 1.41 1994/08/31 23:40:38 se Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/conf.c standard
@@ -108,8 +108,9 @@ i386/isa/pcvt/pcvt_out.c optional vt device-driver
i386/isa/pcvt/pcvt_kbd.c optional vt device-driver
i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/pcvt/pcvt_ext.c optional vt device-driver
-i386/pci/ncr.c optional ncr device-driver
-i386/pci/pci.c optional pci device-driver
+i386/pci/if_de.c optional de device-driver
+i386/pci/ncr.c optional ncr device-driver
+i386/pci/pci.c optional pci device-driver
i386/pci/pci_config.c optional pci
i386/pci/pcibios.c optional pci
gnu/i386/fpemul/div_small.s optional gpl_math_emulate
OpenPOWER on IntegriCloud