diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-15 22:27:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-15 22:27:54 +0000 |
commit | 7d501144194e45646a9b40ab87d4313a80408531 (patch) | |
tree | bdc9232e49f14d4782df07f168350888857055ec /sys/arch/i386/conf | |
parent | 6c1d993ab3048631209562f45bbd8cbb45b1196e (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.i386 | 9 |
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" |