aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti/if_ti.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2000-07-20 23:43:45 +0000
committerBill Paul <wpaul@FreeBSD.org>2000-07-20 23:43:45 +0000
commit54358bfe2b08905c56e04834cafc2f062bac4e6e (patch)
tree912a73afe250cd928cb6c3ff0bcc14065bff6af4 /sys/dev/ti/if_ti.c
parent50a7b4f564683c26d7168247dcd937294c89ead6 (diff)
downloadsrc-54358bfe2b08905c56e04834cafc2f062bac4e6e.tar.gz
src-54358bfe2b08905c56e04834cafc2f062bac4e6e.zip
Tweak probe message so that 1000baseSX and 1000baseT cards are
explicitly identified.
Notes
Notes: svn path=/head/; revision=63702
Diffstat (limited to 'sys/dev/ti/if_ti.c')
-rw-r--r--sys/dev/ti/if_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index 8d373ef1f52e..c766abf96362 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -135,9 +135,9 @@ static const char rcsid[] =
static struct ti_type ti_devs[] = {
{ ALT_VENDORID, ALT_DEVICEID_ACENIC,
- "Alteon AceNIC Gigabit Ethernet" },
+ "Alteon AceNIC 1000baseSX Gigabit Ethernet" },
{ ALT_VENDORID, ALT_DEVICEID_ACENIC_COPPER,
- "Alteon AceNIC 1000baseTX Gigabit Ethernet" },
+ "Alteon AceNIC 1000baseT Gigabit Ethernet" },
{ TC_VENDORID, TC_DEVICEID_3C985,
"3Com 3c985-SX Gigabit Ethernet" },
{ NG_VENDORID, NG_DEVICEID_GA620,