freebsd-dev/release/sysinstall
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 Change the wrong URL of back-issue FreeBSD newsletter. 1999-07-14 02:23:16 +00:00
anonFTP.c Totally change the way variables are accounted for in sysinstall. 1999-02-05 22:15:52 +00:00
cdrom.c o Prevent alpha installs from grabbing x86 bits and vice-versa, at least 1999-05-15 14:34:22 +00:00
command.c
config.c Deal with new linux compat package naming. 1999-07-22 09:18:12 +00:00
dev2c.sh
devices.c This commit adds device driver support for Adaptec Duralink PCI fast 1999-07-25 04:32:50 +00:00
dhcp.c Fix a bad dhcp keyword; it's host-name not server-name. 1999-07-20 08:08:24 +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
dist.c More changes for the Alpha X support - don't list PC98 servers since they make 1999-07-23 03:42:23 +00:00
dist.h More changes for the Alpha X support - don't list PC98 servers since they make 1999-07-23 03:42:23 +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
doc.c
dos.c
floppy.c 1. Update TAPE to point to new CAM-style device name. 1999-03-27 01:48:44 +00:00
ftp.c
globals.c
index.c Eliminate some varargs abuse. 1999-07-02 22:36:14 +00:00
install.c Some additional optimizations for using DHCP. 1999-07-18 10:18:06 +00:00
install.cfg
installUpgrade.c Preserve /root's dotfiles across upgrades too. 1999-05-11 08:00:06 +00:00
keymap.c
kget.c Don't do anything on alpha machines. 1999-05-21 11:00:56 +00:00
label.c 1. Silence warning. 1999-05-07 04:36:21 +00:00
lang.c
list.h
lndir.c
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
media.c Use a more correct filesystem type name if given a "UFS" mountpoint that's 1999-05-07 05:39:50 +00:00
menus.c Disable more PC98isms on the Alpha 1999-07-23 15:39:51 +00:00
misc.c
mouse.c Totally change the way variables are accounted for in sysinstall. 1999-02-05 22:15:52 +00:00
msg.c Eliminate some varargs abuse. 1999-07-02 22:36:14 +00:00
network.c Some additional optimizations for using DHCP. 1999-07-18 10:18:06 +00:00
nfs.c
options.c Re-enable DHCP client support again (but optional and turned off by default 1999-07-16 11:13:09 +00:00
package.c Add an option for more fully enabling linux compatibility. 1999-07-06 08:45:40 +00:00
pccard.c Use #include <pccard_conf.h> instead of -DPCCARD. 1999-07-06 09:16:00 +00:00
rtermcap.c
sysinstall.8 More changes for the Alpha X support - don't list PC98 servers since they make 1999-07-23 03:42:23 +00:00
sysinstall.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
tape.c
tcpip.c Intentionally do the wrong thing in using the initial DHCP values for 1999-07-22 08:51:42 +00:00
termcap.c
ufs.c
user.c
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