diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-10-21 15:09:27 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-10-21 15:09:27 +0000 |
| commit | 58a544be915fadc1e48bffb5c6c19017c60615bd (patch) | |
| tree | 4ee860233423e69fab66d384600eb297a4a8b9ec | |
| parent | 23fe6d7a4c20187171a175e7e5202fad6e69bafc (diff) | |
Notes
| -rw-r--r-- | etc/defaults/pccard.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index ef111c98a1688..8950fe2bb78dc 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -569,6 +569,12 @@ card "Fast Ethernet" "Adapter" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# TDK Grey Cell GCS2000 Ethernet Card +card "Grey Cell" "GCS2000" + config auto "ed" ? 0x10 + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # Grey Cell GCS2220 Ethernet Card card "Grey Cell" "GCS2220" config auto "ed" ? 0x10 |
