From 10590d85f3f2f1f7b7ed09021cdd5d1cff028bfa Mon Sep 17 00:00:00 2001 From: wpaul Date: Thu, 20 Jul 2000 23:43:45 +0000 Subject: Tweak probe message so that 1000baseSX and 1000baseT cards are explicitly identified. --- sys/pci/if_ti.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pci/if_ti.c') diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 8d373ef..c766abf 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/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, -- cgit v1.1