summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-12-04 18:01:24 +0000
committerwpaul <wpaul@FreeBSD.org>1998-12-04 18:01:24 +0000
commitdfd7dd0c59fbea6359445a67f004df6b1811565a (patch)
tree61a812372ae66191942ae08dc087a12c0efcb1d4 /sys/amd64
parent118a0c7f05f005cbe6f6157800f74b14601b655c (diff)
downloadFreeBSD-src-dfd7dd0c59fbea6359445a67f004df6b1811565a.zip
FreeBSD-src-dfd7dd0c59fbea6359445a67f004df6b1811565a.tar.gz
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages. if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100, various other PNIC devices if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various other boards based on the Macronix 98713, 98713A, 98715, 98715A and 98725 chips if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and Rhine II chips (note: the D-Link and certain other cards that actually use a Rhine II chip still return the PCI device ID of the Rhine I. I don't know why, and it doesn't really matter since the driver treats both chips the same anyway.) if_wb.c: Trendware TE100-PCIE and various other cards based on the Winbond W89C840F chip (the Trendware card is identical to the sample boards Winbond sent me, so who knows how many clones there are running around) All drivers include support for ifmedia, BPF and hardware multicast filtering. Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and sysinstall device list. I also have a driver for the ASIX AX88140A in the works.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index f2c58b6..7c18050 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.131 1998/11/12 11:29:28 obrien Exp $
+# $Id: GENERIC,v 1.132 1998/11/26 23:13:11 n_hibma Exp $
machine "i386"
cpu "I386_CPU"
@@ -140,10 +140,14 @@ device psm0 at isa? port IO_KBD conflicts tty irq 12
# revision 1.20 of this file.
device de0
device fxp0
+device mx0
+device pn0
device rl0
device tl0
device tx0
+device vr0
device vx0
+device wb0
device xl0
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000
OpenPOWER on IntegriCloud