wiz
d5b60ec1d9
Drop trailing whitespace.
2005-02-20 19:46:15 +00:00
heas
57cef74601
Expose sysctl_root node to kernel sources. It will be used by FreeBSD sysctl
...
emulation.
2005-02-20 19:43:46 +00:00
wiz
9086769d81
Fix Xref.
2005-02-20 19:39:09 +00:00
wiz
1d07a19af1
<> -> \*[Lt]\*[Gt].
2005-02-20 19:38:01 +00:00
wiz
b57f6d2615
Sort SEE ALSO.
2005-02-20 19:37:30 +00:00
wiz
b061c59389
Fix some xrefs.
2005-02-20 19:34:40 +00:00
wiz
c952b0b731
FreeBSD -> .Fx.
2005-02-20 19:33:59 +00:00
wiz
85c561fa24
Drop superfluous .Pp.
2005-02-20 19:33:39 +00:00
wiz
0ebd8f8b30
Fix xrefs.
2005-02-20 19:30:51 +00:00
wiz
f0d89116f5
Add RCS Id.
2005-02-20 19:27:58 +00:00
heas
ace2071bfa
Add sysctl node hw.tweN.driver_version whose value is FreeBSD's driver version
...
number for now. This is used by 3ware's FreeBSD version of their CLI to find
controllers and check the driver version.
2005-02-20 19:01:47 +00:00
jdolecek
204eefc34d
add ti(4), vge(4)
2005-02-20 18:58:34 +00:00
jdolecek
e60805c699
add ciphy(4) and vge(4)
2005-02-20 18:49:26 +00:00
heas
414f9692f9
Note gem & hme hardware checksumming
2005-02-20 18:46:20 +00:00
jdolecek
77fddac557
note some driver issues (hopefully would be handled soon)
2005-02-20 18:45:29 +00:00
heas
952103f512
Note hardware checksum support & bump date
2005-02-20 18:42:54 +00:00
jdolecek
dff4ca397a
add vge(4) manpage, obtained from FreeBSD
2005-02-20 18:41:14 +00:00
jdolecek
44e0823c0b
add vge(4), ciphy(4)
2005-02-20 18:39:41 +00:00
jdolecek
1aca3f1349
note vge(4) addition
2005-02-20 18:36:55 +00:00
jdolecek
81abc346eb
Add device driver support for the VIA Networking Technologies VT6122
...
gigabit ethernet chip and integrated 10/100/1000 copper PHY.
Obtained from: FreeBSD
2005-02-20 18:34:33 +00:00
heas
9bcc8b955c
Have the MAC strip the ethernet FCS on rx so it is not included in the hardware
...
checksum and add code to support IPv4 TCP/UDP hardware checksums.
2005-02-20 18:29:00 +00:00
jdolecek
d39b670320
regen: change the VIATECH VT61XX to VT612X
2005-02-20 18:07:29 +00:00
jdolecek
19501c2f29
change the VIATECH VT61XX to VT612X
2005-02-20 18:06:17 +00:00
jdolecek
d416a40f8a
regen: add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:57:39 +00:00
jdolecek
7b8c1ad3eb
add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:57:02 +00:00
jdolecek
989b421981
add nsmb(4) for NetBSD/amiga
...
Fixes PR port-amiga/29066 by Florian Stoehr
2005-02-20 17:49:49 +00:00
christos
03b16f4fe5
Put back exit on warning for lint.
2005-02-20 17:06:33 +00:00
christos
595789382e
Fix lint on 64 bit machines.
2005-02-20 17:06:16 +00:00
jdolecek
3e2c744d33
add ciphy(4)
2005-02-20 16:58:59 +00:00
jdolecek
4805ad6f16
add ciphy(4) manpage
2005-02-20 16:53:10 +00:00
jdolecek
517e5bf2be
regen: Cicada PHY addition
2005-02-20 16:37:10 +00:00
jdolecek
f8cfdfba75
Add driver for 10/100/1000 copper PHY integrated on VIA Networking Technologies
...
VT6122 gigabit ethernet chips
From FreeBSD
2005-02-20 16:35:56 +00:00
jdolecek
b1370d628b
claim vge
2005-02-20 16:29:50 +00:00
martin
bf9e950197
This needs work to pass lint - whic I'm not going to invest.
...
Make lint not treat warnings as errors.
2005-02-20 16:20:36 +00:00
jdolecek
2a0d290c56
use VLAN_* macros for VLAN tag extraction/addition
2005-02-20 15:56:03 +00:00
jdolecek
2bba43d247
use VLAN_* macros for VLAN tag extraction/addition
...
XXX the HW VLAN tagging code stays disabled, same as before
2005-02-20 15:55:54 +00:00
manu
4194bac041
Remove KAME racoon, we switched to ipsec-tools
2005-02-20 15:54:02 +00:00
manu
a7d348371a
Remove KAME racoon distribution, which is not used anymore
2005-02-20 15:50:02 +00:00
jdolecek
dc8941eb32
use VLAN_* macros for VLAN tag extraction/addition
...
also restructure and simplify input VLAN ID code handling somewhat, to not use
local have_vlan/vlan_tag variables, and use the appropriate cur_rx condition
on the one place where it's needed
2005-02-20 15:48:35 +00:00
jdolecek
4c60443769
expose the new VLAN macros only within kernel
2005-02-20 15:41:48 +00:00
jdolecek
8b0dfe8d52
add several VLAN tagging related macros, to reduce code duplication
...
in various ethernet adapter drivers and improve code consistency; mostly
FreeBSD-compatible, with exception of VLAN_OUTPUT_TAG(), which takes
(struct ethercom *) rather than (struct ifnet *) as first parameter
since the information cannot be extracted via (struct ifnet)
also add VLAN_ATTACHED(ec), which tests if any VLAN is attached to the
ethernet device
2005-02-20 15:29:03 +00:00
grant
196c8f5e9b
initialise a variable before using it. pkg_info binpkg.tgz would pass
...
garbage on the command line to tar(1).
2005-02-20 14:41:05 +00:00
taca
694db424b0
Update Berkeleys DB's version (4.3.27).
2005-02-20 14:30:04 +00:00
tsutsui
d3dc0553bb
Use ANSI function decls.
2005-02-20 13:59:27 +00:00
cube
d9e01c8989
Note import of pppd-2.4.3.
2005-02-20 11:17:01 +00:00
cube
44a5931b78
Add the compile hook for passwordfd plugin.
2005-02-20 11:14:37 +00:00
cube
f0a7dc0094
Make this use the new pppd version.
...
A few notes:
o pppd/sys-bsd.c, pppdump/pppdump.h are local file, they're kept
here. It is the case for the status plugin, too.
o tdb.[ch] is the TDB implementation we will use, from previous
pppd versions.
2005-02-20 11:12:42 +00:00
cube
bd797f6b31
We don't want README.sol2 next time.
2005-02-20 10:51:52 +00:00
cube
d62a80864e
Add a helper script for future pppd import.
2005-02-20 10:51:07 +00:00
cube
2b974d094e
Bring in the diffs we had against the previous versions of pppd.
...
That includes:
o Manpage fixes
o to{lower,upper,whatever} fixes
o strl* use
o use of getopt() in chat(8)
o use of NetBSD's md5 and sha1 APIs
o support for utmp and utmpx
o a slightly different way of handling active and pass filters, to
avoid depend on "inbound" and "outbound" keywords of libpcap
o addition of plug-in hooks for LCP
o use of the former TDB code (ppp-2.4.3 uses a GPL version, which
was removed prior to the import)
o changes in the compressor API.
2005-02-20 10:47:16 +00:00