diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-22 23:48:27 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-22 23:48:27 +0000 |
| commit | 8436d169fe74355e16a844a2c9df00732a21f595 (patch) | |
| tree | 28d555fd208ad31fb57f511d553061676c56b58d /release | |
| parent | 7321545f26a78f7f1bad1bfd65382e61e58ea290 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 40e328e70f46..fcbf7bcc3a15 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -112,6 +112,7 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "vr", "VIA VT3043/VT86C100A Rhine PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "vx", "3COM 3c590 / 3c595 ethernet card" }, { DEVICE_TYPE_NETWORK, "wb", "Winbond W89C840F PCI ethernet card" }, + { DEVICE_TYPE_NETWORK, "xe", "Xircom/Intel EtherExpress Pro100/16 ethernet card" }, { DEVICE_TYPE_NETWORK, "xl", "3COM 3c90x / 3c90xB PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "cuaa%d", "%s on device %s (COM%d)", 28, 128, 1, 16 }, { DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" }, |
