diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-21 08:26:49 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-21 08:26:49 +0000 |
commit | 8158ff90726626be9f24a399b50549872b454456 (patch) | |
tree | deef264f163745c603dd9b8fd9adc0db35f130e9 /sys/arch/i386/conf/files.i386 | |
parent | 457c55d6358b66e87520d7ba1693fad4a1aac027 (diff) |
Fix my com/pccom thinko
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 616b4b0fc68..07009ea332a 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.50 1999/01/20 18:28:46 niklas Exp $ +# $OpenBSD: files.i386,v 1.51 1999/01/21 08:26:48 niklas Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -266,12 +266,12 @@ file dev/isa/i82365_isa.c pcic_isa # Code common to ISA and ISAPnP attachments file dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp -# this wants to be probed as late as possible. +# PCMCIA wants to be probed as late as possible. + # # Machine-independent PCMCIA drivers # include "dev/pcmcia/files.pcmcia" # i386-specific PCMCIA drivers -attach pccom at pcmcia with com_pcmcia -file dev/pcmcia/com_pcmcia.c com_pcmcia +attach pccom at pcmcia with pccom_pcmcia |