summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-01-09 18:12:08 +0000
committerwpaul <wpaul@FreeBSD.org>1999-01-09 18:12:08 +0000
commit84a9b3dd33ba985fa51a793f60e1f6d20874ed63 (patch)
tree0253c12d76b8b92fe6fafdbf2a3c630bc71e4cd5 /sys/conf
parentf956b7cd12238844824278a57b019ddcbf0525a3 (diff)
downloadFreeBSD-src-84a9b3dd33ba985fa51a793f60e1f6d20874ed63.zip
FreeBSD-src-84a9b3dd33ba985fa51a793f60e1f6d20874ed63.tar.gz
Add driver support (and man page) for PCI fast ethernet cards based
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT, /sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT accordingly. For now, the only board that I know of that uses this chip is the Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.) Thanks again to Ulf for obtaining the board for me. If anyone runs across another, please feel free to update the man page and/or the release notes. (The same applies for the other drivers.) FreeBSD should now have support for all of the DEC tulip workalike chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX). And unless I'm mistaken, it should also have support for all PCI fast ethernet chipsets in general (except maybe the SMC FEAST chip, which nobody seems to ever use, including SMC). Now if only we could convince 3Com, Intel or whoever to cough up some documentation for gigabit ethernet hardware. Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported by the Macronix driver (assuming you actually have an SVEC PN102TX with a Macronix chip on it; I tried to order a PN102TX once and got a box labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside it).
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/conf/files1
2 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 27f1cea..fbeb207 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.527 1999/01/08 16:04:18 eivind Exp $
+# $Id: LINT,v 1.528 1999/01/08 17:31:07 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1448,6 +1448,10 @@ options "EISA_SLOTS=12"
# nd 1040B PCI SCSI host adapters, as well as the Qlogic ISP 2100
# FC/AL Host Adapter.
#
+# The `ax' device provides support for PCI fast ethernet adapters
+# based on the ASIX Electronics AX88140A chip, including the Alfa
+# Inc. GFC2204.
+#
# The `de' device provides support for the Digital Equipment DC21040
# self-contained Ethernet adapter.
#
@@ -1535,6 +1539,7 @@ controller pci0
controller ahc1
controller ncr0
controller isp0
+device ax0
device de0
device fxp0
device mx0
diff --git a/sys/conf/files b/sys/conf/files
index 3bfcb39..9ecf05b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -578,6 +578,7 @@ pci/bt848_i2c.c optional bktr device-driver
pci/bt_pci.c optional bt device-driver
pci/dpt_pci.c optional pci dpt device-driver
pci/cy_pci.c optional cy device-driver
+pci/if_ax.c optional ax device-driver
pci/if_de.c optional de device-driver
pci/if_ed_p.c optional ed device-driver
pci/if_en_pci.c optional en device-driver
OpenPOWER on IntegriCloud