From f8ea17db2b97f7a1e7d1b83924cc83bf4ead96e2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 17 Jan 1997 14:18:10 +0000 Subject: [PATCH] Add device entries and documentation for Intel EtherExpress Pro/10 driver. --- release/sysinstall/devices.c | 1 + release/sysinstall/help/hardware.hlp | 1 + release/sysinstall/help/relnotes.hlp | 14 ++++++++++---- usr.sbin/sade/devices.c | 1 + usr.sbin/sysinstall/devices.c | 1 + 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 9580cdb2a61..01e489fde0d 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -82,6 +82,7 @@ static struct { { DEVICE_TYPE_NETWORK, "ed", "WD/SMC 80xx; Novell NE1000/2000; 3Com 3C503 card" }, { DEVICE_TYPE_NETWORK, "ep", "3Com 3C509 ethernet card" }, { DEVICE_TYPE_NETWORK, "el", "3Com 3C501 ethernet card" }, + { DEVICE_TYPE_NETWORK, "ex", "Intel EtherExpress Pro/10 ethernet card" }, { DEVICE_TYPE_NETWORK, "fe", "Fujitsu MB86960A/MB86965A ethernet card" }, { DEVICE_TYPE_NETWORK, "ie", "AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210" }, { DEVICE_TYPE_NETWORK, "ix", "Intel Etherexpress ethernet card" }, diff --git a/release/sysinstall/help/hardware.hlp b/release/sysinstall/help/hardware.hlp index db751822df9..91ca5d2fcee 100644 --- a/release/sysinstall/help/hardware.hlp +++ b/release/sysinstall/help/hardware.hlp @@ -99,6 +99,7 @@ fxp0 dyn dyn n/a dyn Intel EtherExpress Pro/100B ie0 360 7 dyn d0000 AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210 ix0 300 10 dyn d0000 Intel EtherExpress cards +ex0 dyn dyn dyn dyn Intel EtherExpress Pro/10 cards le0 300 5 dyn d0000 Digital Equipment EtherWorks 2 and EtherWorks 3 lnc0 280 10 n/a dyn Lance/PCnet cards diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp index 0a4998e10c2..fcee0465d42 100644 --- a/release/sysinstall/help/relnotes.hlp +++ b/release/sysinstall/help/relnotes.hlp @@ -27,10 +27,16 @@ controllers. These controllers are based on the AMD 53c974, and the driver is also able to handle other SCSI controllers based on that chip. Of course, with Tekram being generous enough to support the FreeBSD project with their driver, we'd like to encourage you to buy -their product. The `ed' and `lnc' drivers now support auto-config- -uration for the respective PCI ethernet cards, including many NE2000 -clones and the AMD PCnet chips. The SDL RISCom N2 support is new, as -well as the PCI version of the Cyclades driver. +their product. + +The `ed' and `lnc' drivers now support auto-configuration for the +respective PCI ethernet cards, including many NE2000 clones and the +AMD PCnet chips. + +The SDL RISCom N2 support is new, as well as the PCI version of the +Cyclades driver. + +The Intel Etherexpress Pro/10 card is now supported. Support for APM BIOSes is now in a much better shape. diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 9580cdb2a61..01e489fde0d 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -82,6 +82,7 @@ static struct { { DEVICE_TYPE_NETWORK, "ed", "WD/SMC 80xx; Novell NE1000/2000; 3Com 3C503 card" }, { DEVICE_TYPE_NETWORK, "ep", "3Com 3C509 ethernet card" }, { DEVICE_TYPE_NETWORK, "el", "3Com 3C501 ethernet card" }, + { DEVICE_TYPE_NETWORK, "ex", "Intel EtherExpress Pro/10 ethernet card" }, { DEVICE_TYPE_NETWORK, "fe", "Fujitsu MB86960A/MB86965A ethernet card" }, { DEVICE_TYPE_NETWORK, "ie", "AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210" }, { DEVICE_TYPE_NETWORK, "ix", "Intel Etherexpress ethernet card" }, diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index 9580cdb2a61..01e489fde0d 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -82,6 +82,7 @@ static struct { { DEVICE_TYPE_NETWORK, "ed", "WD/SMC 80xx; Novell NE1000/2000; 3Com 3C503 card" }, { DEVICE_TYPE_NETWORK, "ep", "3Com 3C509 ethernet card" }, { DEVICE_TYPE_NETWORK, "el", "3Com 3C501 ethernet card" }, + { DEVICE_TYPE_NETWORK, "ex", "Intel EtherExpress Pro/10 ethernet card" }, { DEVICE_TYPE_NETWORK, "fe", "Fujitsu MB86960A/MB86965A ethernet card" }, { DEVICE_TYPE_NETWORK, "ie", "AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210" }, { DEVICE_TYPE_NETWORK, "ix", "Intel Etherexpress ethernet card" },