freebsd-dev/share/man
Bill Paul 691c152864 This commit adds device driver support for Adaptec Duralink PCI fast
ethernet controllers based on the AIC-6915 "Starfire" controller chip.
There are single port, dual port and quad port cards, plus one 100baseFX
card. All are 64-bit PCI devices, except one single port model.

The Starfire would be a very nice chip were it not for the fact that
receive buffers have to be longword aligned. This requires buffer
copying in order to achieve proper payload alignment on the alpha.
Payload alignment is enforced on both the alpha and x86 platforms.
The Starfire has several different DMA descriptor formats and transfer
mechanisms. This driver uses frame descriptors for transmission which
can address up to 14 packet fragments, and a single fragment descriptor
for receive. It also uses the producer/consumer model and completion
queues for both transmit and receive. The transmit ring has 128
descriptors and the receive ring has 256.

This driver supports both FreeBSD/i386 and FreeBSD/alpha, and uses newbus
so that it can be compiled as a loadable kernel module. Support for BPF
and hardware multicast filtering is included.
1999-07-25 04:32:50 +00:00
..
man0 While I'm at it, remove the tickadj manpage from src/share/man0/man8, 1998-10-08 18:52:17 +00:00
man1 security(1) doesn't exist, but security(7) does. 1999-03-20 04:03:56 +00:00
man3 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
man4 This commit adds device driver support for Adaptec Duralink PCI fast 1999-07-25 04:32:50 +00:00
man5 Document dhcp flags. 1999-07-16 09:22:01 +00:00
man6 Typo and style fixes. 1997-02-16 16:36:17 +00:00
man7 Add portlint(1) and sort "SEE ALSO"'s. 1999-07-12 07:49:28 +00:00
man8 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 21:02:10 +00:00
man9 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 21:02:10 +00:00
tools Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
Makefile Add the perl man pages to the "whatis" building list. 1999-02-04 11:54:30 +00:00