summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-24 05:26:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-24 05:26:51 +0000
commit697c2bb43d8cf4e8dd706da625f5c5b250b4665d (patch)
tree0d592beb3eb7c0b9d6eeaa1189fa78139c1c6c64 /sys/conf/files
parent841002a2ec34dfdbd33b08b99bebc82a90259d2f (diff)
/dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary for ports that copy the symbol table to the end of kernel space (all that use DDB do this)
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 8a483245d8b..b4b3c4f8036 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.80 1998/07/10 19:56:55 mickey Exp $
+# $OpenBSD: files,v 1.81 1998/08/24 05:26:50 millert Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -56,6 +56,10 @@ file dev/ic/isp.c isp
device uha: scsi
file dev/ic/uha.c uha
+# National Semiconductor DP8390 Ethernet controller
+device ed: ether, ifnet
+file dev/ic/dp8390.c ed
+
# 3Com Etherlink-III Ethernet controller
device ep: ether, ifnet
file dev/ic/elink3.c ep
@@ -109,6 +113,9 @@ pseudo-device strip: ifnet
pseudo-device random
pseudo-device enc: ifnet
+pseudo-device ksyms
+file dev/ksyms.c ksyms needs-flag
+
# XXX machine-independent SCSI files should live somewhere here, maybe
# kernel sources