summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-11-15 22:27:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-11-15 22:27:54 +0000
commit7d501144194e45646a9b40ab87d4313a80408531 (patch)
treebdc9232e49f14d4782df07f168350888857055ec /sys/arch/i386/conf
parent6c1d993ab3048631209562f45bbd8cbb45b1196e (diff)
Simplify various parts of the puc(4) attachment code. Tested lightly
by krw and myself.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/files.i3869
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386
index 516fbee3f20..01e2ae4b025 100644
--- a/sys/arch/i386/conf/files.i386
+++ b/sys/arch/i386/conf/files.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i386,v 1.208 2011/10/06 20:49:28 deraadt Exp $
+# $OpenBSD: files.i386,v 1.209 2011/11/15 22:27:52 deraadt Exp $
#
# new style config file for i386 architecture
#
@@ -367,13 +367,6 @@ attach tcic at isa with tcic_isa
file dev/isa/tcic2_isa.c tcic_isa
#
-# Machine-independent PUC drivers
-#
-include "dev/puc/files.puc"
-
-# PCMCIA wants to be probed as late as possible.
-
-#
# Machine-independent PCMCIA drivers
#
include "dev/pcmcia/files.pcmcia"