freebsd-nq/sys/alpha
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
..
alpha - Correctly initialize cn_dev_t and cn_udev_t. 1999-07-24 09:41:06 +00:00
conf This commit adds device driver support for Adaptec Duralink PCI fast 1999-07-25 04:32:50 +00:00
include * Restore register correctly. 1999-07-16 06:45:52 +00:00
isa * Implement ISA dma (only for CIA now but more chipsets to follow). 1999-06-05 13:30:13 +00:00
linux Implementation of TCXONC. 1999-07-17 08:24:57 +00:00
pci Pull some prototypes into scope 1999-07-01 22:48:31 +00:00
tc Rename bpfilter to bpf. 1999-07-06 19:23:32 +00:00
tlsb Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +00:00