freebsd-dev/usr.sbin/sade
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
..
help Merge some doc updates which got only into the 3.0 branch during the last 1999-03-10 02:50:32 +00:00
command.c Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
config.c Deal with new linux compat package naming. 1999-07-22 09:18:12 +00:00
devices.c This commit adds device driver support for Adaptec Duralink PCI fast 1999-07-25 04:32:50 +00:00
disks.c Totally change the way variables are accounted for in sysinstall. 1999-02-05 22:15:52 +00:00
dispatch.c o Make package matching for specific package loading use the Latest/ 1999-04-27 14:33:29 +00:00
dmenu.c Ack! Correct a typo which crept into here and reshuffle the index back 1999-02-06 08:45:20 +00:00
globals.c Sync with 2.2 and clean up some tortured english that was added. 1997-04-20 16:46:36 +00:00
install.c Some additional optimizations for using DHCP. 1999-07-18 10:18:06 +00:00
keymap.c Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
label.c 1. Silence warning. 1999-05-07 04:36:21 +00:00
list.h Whoops, forgot a file! 1997-09-16 18:57:47 +00:00
main.c Use #include <pccard_conf.h> instead of -DPCCARD. 1999-07-06 09:16:00 +00:00
Makefile Another batch of fixes for dhcp support in sysinstall, now dragging 1999-07-19 10:06:18 +00:00
menus.c Disable more PC98isms on the Alpha 1999-07-23 15:39:51 +00:00
misc.c Add noatime option to new filesystems to speed up initial extraction. 1998-03-19 15:02:09 +00:00
msg.c Eliminate some varargs abuse. 1999-07-02 22:36:14 +00:00
rtermcap.c Implement a work-around for Create_Chunk providing no pointer to the 1995-05-07 22:07:53 +00:00
sade.8 More changes for the Alpha X support - don't list PC98 servers since they make 1999-07-23 03:42:23 +00:00
sade.h Another batch of fixes for dhcp support in sysinstall, now dragging 1999-07-19 10:06:18 +00:00
system.c More Alpha ifdefage. 1999-07-20 07:39:22 +00:00
termcap.c MF22: pst's changes. 1997-09-16 10:14:23 +00:00
variable.c Re-enable DHCP client support again (but optional and turned off by default 1999-07-16 11:13:09 +00:00
wizard.c Switch to proper mbr. 1999-06-04 10:01:53 +00:00