diff options
author | obrien <obrien@FreeBSD.org> | 2004-01-04 21:04:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-01-04 21:04:02 +0000 |
commit | d6c42f745d60bfd8defbb5aa613bfa4dd51e2731 (patch) | |
tree | 8c52d8f8dd60c05429c65473da1a9f090c10d2b6 | |
parent | 8c0190db49bd4397a735eef56aa617b16862cb56 (diff) | |
download | FreeBSD-src-d6c42f745d60bfd8defbb5aa613bfa4dd51e2731.zip FreeBSD-src-d6c42f745d60bfd8defbb5aa613bfa4dd51e2731.tar.gz |
Add 'fwe' so one doesn't get "<unknown network interface type>".
-rw-r--r-- | usr.sbin/sade/devices.c | 1 | ||||
-rw-r--r-- | usr.sbin/sysinstall/devices.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index c34c0bc..e638201 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -134,6 +134,7 @@ static struct _devname { { 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, "fwe", "FireWire Ethernet emulation" }, { DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" }, { DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" }, { DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" }, diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index c34c0bc..e638201 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -134,6 +134,7 @@ static struct _devname { { 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, "fwe", "FireWire Ethernet emulation" }, { DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" }, { DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" }, { DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" }, |