diff options
author | imp <imp@FreeBSD.org> | 2004-11-08 16:59:01 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-11-08 16:59:01 +0000 |
commit | 0f5bd56a6fd82cd9f97a12977fbf83a1008a120e (patch) | |
tree | 5793f7a911a93da8635ff57e8f0600dbf5d96c89 | |
parent | 9c50035691c5a5784d829e68ed9de507476e2a04 (diff) | |
download | FreeBSD-src-0f5bd56a6fd82cd9f97a12977fbf83a1008a120e.zip FreeBSD-src-0f5bd56a6fd82cd9f97a12977fbf83a1008a120e.tar.gz |
Someone (sanpei-san?) sent me this entry some time ago. Add COREGA
FEtherII PCC-TXD to the FEther PCC-TXD entry (since they appear to be
handled the same).
-rw-r--r-- | etc/defaults/pccard.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 93e72bc..adaa5de 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -505,8 +505,8 @@ card "corega K.K." "corega FastEther PCC-TX" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop -# COREGA FEther PCC-TXD -card "corega K.K." "corega FEther PCC-TXD" +# COREGA FEther PCC-TXD and COREGA FEtherII PCC-TXD +card "corega K.K." "corega FEther(II)? PCC-TXD" config auto "ed" ? 0x30000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop |