diff options
author | imp <imp@FreeBSD.org> | 2005-01-29 04:20:01 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-29 04:20:01 +0000 |
commit | c73fd1a2390c7c535d3076f99de6b1d4d9eb2882 (patch) | |
tree | 796e1334ffb08ded98605b8f4062cef702404d20 | |
parent | 58125f05aca4fdf289626059054b2f89f1aa8bf3 (diff) | |
download | FreeBSD-src-c73fd1a2390c7c535d3076f99de6b1d4d9eb2882.zip FreeBSD-src-c73fd1a2390c7c535d3076f99de6b1d4d9eb2882.tar.gz |
The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previously
thought. I'm unsure why I thought this was the case, but it
definitely isn't for this card. If another card with the other ID
makes an appearance, then we'll add a second entry for it.
# With this change my Olicom OC2220 is now working again, since I make
# this commit with that device. :-)
-rw-r--r-- | sys/dev/pccard/pccarddevs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs index dcfe6bf..3afd5b6 100644 --- a/sys/dev/pccard/pccarddevs +++ b/sys/dev/pccard/pccarddevs @@ -408,7 +408,7 @@ product NWN WLAN_550 0x0002 NWN 550 WLAN product NWN WLAN_1148 0x0003 NWN 1148 WLAN /* Olicom Products */ -product OLICOM OC2220 0x2022 GoCard Ethernet +product OLICOM OC2220 0x0101 GoCard Ethernet product OLICOM TR 0x2132 GoCard Token Ring 16/4 product OLICOM OC2231 0x3122 GoCard Combo Eth/Modem 288 product OLICOM OC2232 0x3222 GoCard Combo Eth/Modem 336 |