summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-08-24 22:37:56 +0000
committerats <ats@FreeBSD.org>1994-08-24 22:37:56 +0000
commit19f2ca4ce693929a7f342287d0a5b24b2c4d09b0 (patch)
treef8d8847e767dd34bd0f86addf53c0718f78b4de4
parentb670389fdcc8501bb9d0f3b187935f7c13075696 (diff)
downloadFreeBSD-src-19f2ca4ce693929a7f342287d0a5b24b2c4d09b0.zip
FreeBSD-src-19f2ca4ce693929a7f342287d0a5b24b2c4d09b0.tar.gz
Reviewed by:
Submitted by: Add the elink.c file to the necessary modules for the ie and ep driver.
-rw-r--r--sys/conf/files.i3864
-rw-r--r--sys/i386/conf/files.i3864
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index eddb9bd..17318bd 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.36 1994/08/19 00:00:42 phk Exp $
+# $Id: files.i386,v 1.37 1994/08/24 11:44:45 sos Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -39,6 +39,8 @@ i386/isa/clock.c standard
i386/isa/com.c optional com device-driver
i386/isa/fd.c optional fd device-driver
i386/isa/ft.c optional ft device-driver
+i386/isa/elink.c optional ie device-driver
+i386/isa/elink.c optional ep device-driver
i386/isa/if_ed.c optional ed device-driver
i386/isa/if_el.c optional el device-driver
i386/isa/if_ep.c optional ep device-driver
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index eddb9bd..17318bd 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/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.36 1994/08/19 00:00:42 phk Exp $
+# $Id: files.i386,v 1.37 1994/08/24 11:44:45 sos Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -39,6 +39,8 @@ i386/isa/clock.c standard
i386/isa/com.c optional com device-driver
i386/isa/fd.c optional fd device-driver
i386/isa/ft.c optional ft device-driver
+i386/isa/elink.c optional ie device-driver
+i386/isa/elink.c optional ep device-driver
i386/isa/if_ed.c optional ed device-driver
i386/isa/if_el.c optional el device-driver
i386/isa/if_ep.c optional ep device-driver
OpenPOWER on IntegriCloud