freebsd_amp_hwpstate/sys
Bill Paul d02c233129 Add driver support for gigabit ethernet adapters based on the Alteon
Networks Tigon 1 and Tigon 2 chipsets. There are a _lot_ of OEM'ed
gigabit ethernet adapters out there which use the Alteon chipset so
this driver covers a fair amount of hardware. I know that it works with
the Alteon AceNIC, 3Com 3c985 and Netgear GA620, however it should also
work with the DEC/Compaq EtherWORKS 1000, Silicon Graphics Gigabit
ethernet board, NEC Gigabit Ethernet board and maybe even the IBM and
and Sun boards. The Netgear board is the cheapest (~$350US) but still
yields fairly good performance.

Support is provided for jumbo frames with all adapters (just set the
MTU to something larger than 1500 bytes), as well as hardware multicast
filtering and vlan tagging (in conjunction with the vlan support in
-current, which I should merge into -stable soon). There are some hooks
for checksum offload support, but they're turned off for now since
FreeBSD doesn't have an officially sanctioned way to support checksum
offloading (yet).

I have not added the 'device ti0' entry to GENERIC since the driver
with all the firmware compiled in is quite large, and it doesn't really
fit into the category of generic hardware.
1999-04-06 17:08:31 +00:00
..
alpha Catch a case spotted by Tor where files mmapped could leave garbage in the 1999-04-05 19:38:30 +00:00
amd64 Two changes to pmap_remove_all: 1999-04-06 04:52:27 +00:00
boot Reactivate trace! after making it egcs-friendly. 1999-04-06 02:43:06 +00:00
cam Use PHOLD/PRELE rather than P_PHYSIO. 1999-04-06 03:05:36 +00:00
coda
compat
compile
conf Add driver support for gigabit ethernet adapters based on the Alteon 1999-04-06 17:08:31 +00:00
contrib
ddb
dev Add driver support for gigabit ethernet adapters based on the Alteon 1999-04-06 17:08:31 +00:00
fs Catch a case spotted by Tor where files mmapped could leave garbage in the 1999-04-05 19:38:30 +00:00
geom
gnu
i4b
i386 Add driver support for gigabit ethernet adapters based on the Alteon 1999-04-06 17:08:31 +00:00
isa Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag. 1999-04-06 03:06:51 +00:00
isofs/cd9660
kern Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO. 1999-04-06 03:04:47 +00:00
libkern
miscfs Catch a case spotted by Tor where files mmapped could leave garbage in the 1999-04-05 19:38:30 +00:00
modules Replace LKM with KLD. 1999-04-06 13:57:33 +00:00
msdosfs Back out half of 1.32: don't print a message on every failed mount attempt. 1999-03-28 23:00:33 +00:00
net Add a missing declaration that broke the compilation of this file. 1999-04-03 22:36:56 +00:00
netatalk
netatm
netinet Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the 1999-03-30 23:45:34 +00:00
netipx
netkey
netnatm
netns
nfs Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP. 1999-04-06 03:07:54 +00:00
nfsclient Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP. 1999-04-06 03:07:54 +00:00
nfsserver
ntfs
pc98 Use PHOLD/PRELE() instead of P_PHSYIO. 1999-04-06 03:12:22 +00:00
pccard Import PCI pccard bridge chip probing from PAO. Hopeful prelude for 1999-04-01 15:28:10 +00:00
pci Add driver support for gigabit ethernet adapters based on the Alteon 1999-04-06 17:08:31 +00:00
posix4
powerpc
rpc
svr4
sys Remove (but leave place markers) P_NOSWAP and P_PHYSIO - they were only 1999-04-06 03:23:09 +00:00
tools
ufs Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP. 1999-04-06 03:08:43 +00:00
vm Don't forcibly kill processes that are locked in-core via PHOLD - it was 1999-04-06 03:14:56 +00:00
Makefile