diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-09-29 23:16:08 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-09-29 23:16:08 +0000 |
| commit | 3792e753d3d9fedb875f5d3af90a40947653ed5c (patch) | |
| tree | cf39db19a38ef2cb8726228b89bf745386678094 | |
| parent | 6e252ced312af2e4a612358b3b4ccd80166e4862 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/pccard.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 3e54532f90cc..67579c74fe1a 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -2075,9 +2075,9 @@ card "Sony Corporation" "PCWA-C100" # German Telekom T-Sinus 130card, unknown original manufactor card "T-Sinus" "130card" - iconfig auto "wi" ? - insert /etc/pccard_ether $device start - remove /etc/pccard_ether $device stop + config auto "wi" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop # TDK LAK-CD011WL card "TDK" "LAK-CD011WL for Wireless LAN" |
