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 | |
parent | 457c55d6358b66e87520d7ba1693fad4a1aac027 (diff) |
Fix my com/pccom thinko
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 8 | ||||
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 6 |
2 files changed, 7 insertions, 7 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 diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index b5f6e4b8693..110d67d5f73 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.13 1999/01/21 04:57:47 fgsch Exp $ +# $OpenBSD: files.pcmcia,v 1.14 1999/01/21 08:26:47 niklas Exp $ # $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. @@ -25,8 +25,8 @@ file dev/pcmcia/if_ne_pcmcia.c ne_pcmcia attach aic at pcmcia with aic_pcmcia file dev/pcmcia/aic_pcmcia.c aic_pcmcia -#attach com at pcmcia with com_pcmcia -#file dev/pcmcia/com_pcmcia.c com_pcmcia +attach com at pcmcia with com_pcmcia +file dev/pcmcia/com_pcmcia.c com_pcmcia | pccom_pcmcia # Digital RoamAbout / Lucent WaveLAN PCMCIA card #device wl: arp, ether, ifnet |