freebsd-src/sys/conf
Bill Paul ce4946daa5 Add support for gigabit ethernet cards based on the NatSemi DP83820
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.

This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.

This driver should also work on the alpha. It's not turned on in
GENERIC.
2001-05-11 19:56:39 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files Add support for gigabit ethernet cards based on the NatSemi DP83820 2001-05-11 19:56:39 +00:00
files.alpha Add and document the LINPROCFS option, so that we can build linprocfs 2001-02-27 08:11:28 +00:00
files.i386 Move the isa parts to a separate file. 2001-04-16 13:20:39 +00:00
files.ia64 Overhaul of the SMP code. Several portions of the SMP kernel support have 2001-04-27 19:28:25 +00:00
files.pc98 Move the isa parts to a separate file. 2001-04-16 13:20:39 +00:00
kern.mk Add section for building ia64 kernels. 2000-10-16 20:04:52 +00:00
kmod.mk Don't install KO's with the "schg" flag. 2001-04-25 20:56:15 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.ia64 Change the kernel layout to match Linux/ia64 more closely. This prevents 2001-03-09 13:47:25 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Add a ``digi'' driver. 2001-05-02 01:08:09 +00:00
Makefile.alpha Add back in the bits to remove any existing "schg" flags as we have 2001-04-29 01:53:57 +00:00
Makefile.i386 Add back in the bits to remove any existing "schg" flags as we have 2001-04-29 01:53:57 +00:00
Makefile.ia64 Add back in the bits to remove any existing "schg" flags as we have 2001-04-29 01:53:57 +00:00
Makefile.pc98 Add back in the bits to remove any existing "schg" flags as we have 2001-04-29 01:53:57 +00:00
Makefile.powerpc Add back in the bits to remove any existing "schg" flags as we have 2001-04-29 01:53:57 +00:00
newvers.sh setlocale(3) has been fixed to match POSIX standard: 2001-03-02 16:52:14 +00:00
NOTES Add support for gigabit ethernet cards based on the NatSemi DP83820 2001-05-11 19:56:39 +00:00
options Say goodbye to TCP_COMPAT_42 2001-04-20 11:58:56 +00:00
options.alpha Turn on preemption by default on the alpha arch. This also removes the 2001-05-01 00:19:24 +00:00
options.i386 All NETSMB* options should use opt_netsmb.h file (the joy of multiple repos). 2001-04-13 10:53:56 +00:00
options.ia64 Allow the size of the SSC memory disk used with the SKI emulator to be 2001-04-30 21:26:43 +00:00
options.pc98 Merged from sys/conf/options.i386 revision 1.148. 2001-04-16 09:13:51 +00:00
param.c Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00