summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-17 14:18:10 +0000
committerjkh <jkh@FreeBSD.org>1997-01-17 14:18:10 +0000
commit451fe326917a6881ab782ff4d2e383990431841a (patch)
tree0bbdf310a9a1d673623cea71434f964efbb5d2e7 /release
parent22c16683efc43bdf48136767bf7217a6d0ab7e24 (diff)
downloadFreeBSD-src-451fe326917a6881ab782ff4d2e383990431841a.zip
FreeBSD-src-451fe326917a6881ab782ff4d2e383990431841a.tar.gz
Add device entries and documentation for Intel EtherExpress Pro/10 driver.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/devices.c1
-rw-r--r--release/sysinstall/help/hardware.hlp1
-rw-r--r--release/sysinstall/help/relnotes.hlp14
3 files changed, 12 insertions, 4 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index 9580cdb..01e489f 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 db75182..91ca5d2 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 0a4998e..fcee046 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.
OpenPOWER on IntegriCloud