1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Fix previous commit to not use the PAO 'any' keyword.

Approved: Prior commit approved by jkh
This commit is contained in:
Warner Losh 2000-02-17 06:02:21 +00:00
parent b1be9320f3
commit 9920615aea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57285
2 changed files with 6 additions and 6 deletions

View File

@ -299,7 +299,7 @@ card "CyQ've" "ELA-010"
# Allied Telesis CentreCOM LA100-PCM-T V2
card "Allied Telesis, K.K." "CentreCOM LA100-PCM-T V2 100/10M LAN PC Card"
config auto "ed0" any
config auto "ed0" ?
insert logger -t pccard:$device -s Allied Telesis LA100-PCM-T V2 inserted
insert /etc/pccard_ether $device
remove logger -t pccard:$device -s Allied Telesis LA100-PCM-T V2 removed
@ -663,7 +663,7 @@ card "Maxtor" "MXL131"
# SiliconTech, Inc flash card
card "SiliconTech,Inc" "16MB Compact PC Card"
config 0x1 "ata1" any
config 0x1 "ata1" ?
insert logger -t pccard:$device -s SiliconTech Flash ATA inserted
remove logger -t pccard:$device -s SiliconTech Flash ATA removed
@ -742,7 +742,7 @@ card "Motorola" "MONTANA 33.6 FAX/MODEM"
# AT&T Paradyne KeepInTouch 14.4 modem
card "AT&T Paradyne" "KeepInTouch Card"
config 0x23 "sio3"
config 0x23 "sio3" ?
reset 1000
insert logger -t pccard:$device -s ATT Paradyne 14.4 inserted
remove logger -t pccard:$device -s ATT Paradyne 14.4 removed

View File

@ -299,7 +299,7 @@ card "CyQ've" "ELA-010"
# Allied Telesis CentreCOM LA100-PCM-T V2
card "Allied Telesis, K.K." "CentreCOM LA100-PCM-T V2 100/10M LAN PC Card"
config auto "ed0" any
config auto "ed0" ?
insert logger -t pccard:$device -s Allied Telesis LA100-PCM-T V2 inserted
insert /etc/pccard_ether $device
remove logger -t pccard:$device -s Allied Telesis LA100-PCM-T V2 removed
@ -663,7 +663,7 @@ card "Maxtor" "MXL131"
# SiliconTech, Inc flash card
card "SiliconTech,Inc" "16MB Compact PC Card"
config 0x1 "ata1" any
config 0x1 "ata1" ?
insert logger -t pccard:$device -s SiliconTech Flash ATA inserted
remove logger -t pccard:$device -s SiliconTech Flash ATA removed
@ -742,7 +742,7 @@ card "Motorola" "MONTANA 33.6 FAX/MODEM"
# AT&T Paradyne KeepInTouch 14.4 modem
card "AT&T Paradyne" "KeepInTouch Card"
config 0x23 "sio3"
config 0x23 "sio3" ?
reset 1000
insert logger -t pccard:$device -s ATT Paradyne 14.4 inserted
remove logger -t pccard:$device -s ATT Paradyne 14.4 removed