diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2001-07-23 20:44:54 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2001-07-23 20:44:54 +0000 |
| commit | 362c5c1e02c1c7251ba4a80e0b88d582982a7dab (patch) | |
| tree | c549b46c4b5d5ad8dfaa85655b5162f7e3b35556 /usr.sbin/sysinstall | |
| parent | 681c4440846f089299c4ca537f92a145ab3ba971 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index aa98bd02810d..2366277d48bf 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -112,6 +112,7 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "ste", "Sundance ST201 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sk", "SysKonnect PCI gigabit ethernet card" }, { DEVICE_TYPE_NETWORK, "tx", "SMC 9432TX ethernet card" }, + { DEVICE_TYPE_NETWORK, "txp", "3Com 3cR990 ethernet card" }, { DEVICE_TYPE_NETWORK, "ti", "Alteon Networks PCI gigabit ethernet card" }, { DEVICE_TYPE_NETWORK, "tl", "Texas Instruments ThunderLAN PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "vr", "VIA VT3043/VT86C100A Rhine PCI ethernet card" }, |
