summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ti.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-07-20 23:43:45 +0000
committerwpaul <wpaul@FreeBSD.org>2000-07-20 23:43:45 +0000
commit10590d85f3f2f1f7b7ed09021cdd5d1cff028bfa (patch)
tree66f53506e3a8ce8d80e561e7b8e9254aecda6ee9 /sys/pci/if_ti.c
parente27e3e14e3765602966fdf0dd2da5026cfd0d23c (diff)
downloadFreeBSD-src-10590d85f3f2f1f7b7ed09021cdd5d1cff028bfa.zip
FreeBSD-src-10590d85f3f2f1f7b7ed09021cdd5d1cff028bfa.tar.gz
Tweak probe message so that 1000baseSX and 1000baseT cards are
explicitly identified.
Diffstat (limited to 'sys/pci/if_ti.c')
-rw-r--r--sys/pci/if_ti.c4
1 files changed, 2 insertions, 2 deletions
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,
OpenPOWER on IntegriCloud