1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/usr.sbin/sade
Bill Paul ce4946daa5 Add support for gigabit ethernet cards based on the NatSemi DP83820
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.

This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.

This driver should also work on the alpha. It's not turned on in
GENERIC.
2001-05-11 19:56:39 +00:00
..
help Document (with warnings) the otherwise undocumented `F' command. 2001-03-13 06:52:07 +00:00
command.c
config.c Our exports(5) syntax is rather "host-centric", while people comming from 2001-04-22 18:59:03 +00:00
devices.c Add support for gigabit ethernet cards based on the NatSemi DP83820 2001-05-11 19:56:39 +00:00
disks.c ``An undocumented feature is a bug.'' 2001-04-18 20:26:28 +00:00
dispatch.c
dmenu.c
globals.c
install.c Mirror the newfs(8) defaults change I made in rev 1.33 of newfs.c where 2001-03-27 17:05:23 +00:00
keymap.c
label.c Make soft updates option print more nicely and stop overflow of 2001-05-06 02:52:45 +00:00
list.h
main.c Correct message to say "shutting down" rather than just "shutting" 2001-03-29 19:56:20 +00:00
Makefile Add support for Ukrainian console. 2001-05-10 15:57:16 +00:00
menus.c Add exact names for suggested screenmaps 2001-05-11 08:45:34 +00:00
misc.c
msg.c Adapt sysinstall to use the new msgNoYes() function which assumes 2000-12-14 02:49:02 +00:00
rtermcap.c
sade.8 mdoc(7) police: removed hard sentence break. 2001-04-27 10:22:17 +00:00
sade.h Fix what was clearly a 3am brain-o; Boolean should be signed, not 2001-05-09 08:01:56 +00:00
system.c Look for help files in /usr/src/usr.sbin/sysinstall instead of 2001-01-17 19:51:08 +00:00
termcap.c Move cons25w entry last, index is off by one otherwise if RunningAsInit 2001-05-10 17:14:29 +00:00
usb.c
variable.c
wizard.c Make wizard mode get out of raw mode first before going interactive with 2001-03-23 08:26:43 +00:00