Commit Graph

838 Commits

Author SHA1 Message Date
Sheldon Hearn
c6508ae245 Remove hard sentence breaks introduced in rev 1.9. 2000-05-04 17:30:46 +00:00
Archie Cobbs
ac4a79b0fb Formatting tweak.
PR:		docs/18292
2000-05-03 16:46:10 +00:00
Nick Hibma
bf1b6fe5ee Update my e-mail address 2000-05-02 11:58:47 +00:00
Nick Hibma
98516badc6 Include udbp.4 in the build 2000-05-01 22:58:18 +00:00
Nick Hibma
b5ea1f0c77 The USB double bulk pipe driver (Host to host cables). Currently there
are two supported chips, the NetChip 1080 (only prototypes available)
and the EzLink cable. Any other cable should be supported however as they
are all very much alike (there is a difference between them wrt
performance).

It uses Netgraph.

This driver was mostly written by Doug Ambrisko and Julian Elischer and
I would like to thank Whistle for yet another contribution. And my
aplogies to them for me sitting on the driver for so long (2 months).

Also, many thanks to Reid Augustin from NetChip for providing me with a
prototype of their 1080 chip.

Be aware of the fact that this driver is very immature and has only been
tested very lightly. If someone feels like learning about Netgraph however
this is an excellent driver to start playing with.
2000-05-01 22:48:23 +00:00
Nick Hibma
5aa6a276ed Remove some trailing zeroes. 2000-05-01 22:09:15 +00:00
Alexey Zelkin
7c5bc32c0d Make kame.4 manpage more FreeBSD specific. Replace some KAME kit directory and
file names with its FreeBSD equivalents.

Remove references to some debuging tools which would never appear in FreeBSD.

Use mdoc(7) macros in proper places.

Give a credit to Youshinobu Inoue for his efforts on KAME kit integration to
the FreeBSD main source tree.
2000-05-01 14:09:23 +00:00
Julian Elischer
ac4445057f Update the man page to reflect the recent changes to the kernel API for
netgraph.
2000-04-30 10:01:11 +00:00
David E. O'Brien
92c4078faf "r" (raw) devices aren't named the traditional way any longer. 2000-04-26 12:54:51 +00:00
Bill Paul
ab649eb7d9 Add "device miibus" to SYNOPSIS section. 2000-04-24 02:01:56 +00:00
Bill Paul
a83b508eb4 Update to include info about the 1000baseTX adapters. 2000-04-22 02:17:44 +00:00
Mike Smith
9b58ae8693 Flesh this manpage out; add a more complete list of supported controllers
and add a list of controller diagnostic messages.
2000-04-11 02:53:45 +00:00
Archie Cobbs
807a5caa14 Add ng_mppc(8) netgraph node as a KLD module.
Obtained from:  Whistle source tree
2000-04-09 21:07:39 +00:00
Boris Popov
8fc40832d5 Uncomment ETHER_II frame and remove BPF related variable. 2000-04-06 03:09:56 +00:00
Warner Losh
0d5c223da4 Awi driver, ported from NetBSD from Atsushi Once-san.
From the README:
	Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset
	with PCnetMobile firmware by AMD.
	   BayStack 650   1Mbps Frequency Hopping PCCARD adapter
	   BayStack 660   2Mbps Direct Sequence PCCARD adapter
	   Icom SL-200    2Mbps Direct Sequence PCCARD adapter
	   Melco WLI-PCM  2Mbps Direct Sequence PCCARD adapter
	   NEL SSMagic    2Mbps Direct Sequence PCCARD adapter
	   Netwave AirSurfer Plus
			  1Mbps Frequency Hopping PCCARD adapter
	   Netwave AirSurfer Pro
			  2Mbps Direct Sequence PCCARD adapter

Known Problems:
	WEP is not supported.
	Does not create IBSS itself.
	Cannot configure the following on FreeBSD:
		selection of infrastructure/adhoc mode
		ESSID
		...

Submitted by: Atsushi Onoe <onoe@sm.sony.co.jp>
2000-04-06 02:48:48 +00:00
Sheldon Hearn
fb5bdb8e1a Whitespace change:
Remove single-space hard sentence break introduced in the previous
commit.

Reviewed by:	jmb
2000-04-04 15:32:37 +00:00
Sheldon Hearn
793da78f5f Explain static numbering.
Reviewed by:	asmodai
2000-04-03 13:07:33 +00:00
Kazutaka YOKOTA
a890573afa Brush up the last commit.
- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.

Submitted by: sheldonh
2000-04-03 09:40:04 +00:00
Jonathan M. Bresler
4c9805fafa Add support for the LinkSys USB10T network adapter that
contains the ADMtek Pegasus AN986 USB chipset.  The
	adapter supports both 10BaseT and 100BaseT (including
	full-duplex).  The product code for these adapters is
	0x2206.
2000-04-02 12:43:34 +00:00
Kazutaka YOKOTA
acfa4a6152 - Reflect recent update. 2000-04-02 08:25:34 +00:00
Warner Losh
5f5d95c381 Add notes about pci support. 2000-04-01 06:46:17 +00:00
Ollivier Robert
372a968a3f Really remove all traces of wst.4 from the Makefile.
Re-broken by:	n_hibma :)
2000-03-27 15:22:18 +00:00
Nick Hibma
263dcd2e0e USB Zip 250 drives are now supported
Obtained from: Anders Andersson <anders@sanyusan.se>
2000-03-27 09:02:01 +00:00
Nick Hibma
fc560dade0 Undo the previous commit. Early morning commits are no good either. I
meant to commit umass.4
2000-03-27 08:59:53 +00:00
Philippe Charnier
46a32e616a Remove duplicate word 2000-03-26 15:24:53 +00:00
Hellmuth Michaelis
c5ee9e177f pcvt cleanup. Update the pcvt(4) manpage to reflect current state. 2000-03-26 12:41:37 +00:00
Mike Pritchard
3f7da69fb7 Fix some spelling errors. 2000-03-24 02:17:04 +00:00
Mike Pritchard
1e8b4cd2af Fix a couple of typos and make the FILES section follow mdoc style. 2000-03-24 01:57:57 +00:00
Mike Pritchard
d905b0b639 Minor style fixes: freebsd.org -> FreeBSD.org 2000-03-24 01:49:46 +00:00
Bill Fumerola
5cd7bd7381 Grammar nit ("has not got a very good recovery" -> "does not recover well") 2000-03-24 01:41:58 +00:00
Mike Pritchard
3d647f8bbb Minor style fixes: freebsd.org -> FreeBSD.org 2000-03-24 01:37:42 +00:00
Mike Pritchard
9096f97fa1 Fix a spelling error. 2000-03-24 00:47:49 +00:00
Bruce Evans
1025a2007f Fixed missing #include of <sys/types.h> in synopsis. 2000-03-23 16:20:20 +00:00
Ruslan Ermilov
a7c8373196 Refer to the correct include file for the IPTOS_XXX constants. 2000-03-22 16:02:49 +00:00
Nick Hibma
7cbbc9fc2b Remove the trailing zeroes on the entries for the kernel config.
Submitted by:  Anders Andersson <anders@sanyusan.se>
2000-03-22 10:18:43 +00:00
Yoshinobu Inoue
4c28393a52 Remove references to man pages that don't exist.
PR: docs/17506
2000-03-21 02:46:28 +00:00
Nick Hibma
8a3de5db15 Add entry for the Microtech USB to SCSI cable. 2000-03-20 20:33:09 +00:00
Sheldon Hearn
929b853066 Move the Nm macro from the middle of a sentence onto its own line.
Submitted by:	Brian Handy <handy@lambic.physics.montana.edu>
2000-03-20 14:18:31 +00:00
Nick Hibma
f21cd30bc4 Reflect the fact that we supported the Y-E Data floppy as well. 2000-03-18 17:59:27 +00:00
Robert Watson
8ed3828c3b Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or
not the current BPF device should report locally generated packets or not.
This allows sniffing applications to see only packets that are not generated
locally, which can be useful for debugging bridging problems, or other
situations where MAC addresses are not sufficient to identify locally
sourced packets.  Default to true for this flag, so as to provide existing
behavior by default.

Introduce two new ioctls, BIOCGSEESENT and BIOCSSEESENT, which may be used
to manipulate this flag from userland, given appropriate privilege.

Modify bpf.4 to document these two new ioctl arguments.

Reviewed by:	asmodai
2000-03-18 06:30:42 +00:00
Peter Wemm
686ed81847 wfd is gone (pre-ata ide floppy (ls-120, zip) driver) 2000-03-17 22:27:27 +00:00
Peter Wemm
e5dc20b694 wst is gone (pre-ata ide tape driver) 2000-03-17 22:25:55 +00:00
Chris Costello
955c4386d5 Combine two sentence fragments to form one complete sentence,
``Depending on the setting of the sysctl variable `net.inet.ipfw.one_pass'
     Packets coming from a pipe ...''

into

   ``... the sysctl variable `net.ipfw.one_pass', packets coming from ...''
2000-03-17 20:04:08 +00:00
Chris Costello
9234160831 Be consistent and use .Ql for sysctl variables, instead of inconsistent
.Bd -literal with inconsistent indenting.
2000-03-17 20:01:38 +00:00
Sheldon Hearn
1062bdf9c5 Clean up mdoc:
* Apply sentence breaking style.
* Add missing periods to the ends of sentences.
* Replace bogus use of Nm with Em and Pa as appropriate.
* Rename the EXAMPLE section to EXAMPLES.
* Tidy up wording and fix spelling errors.
* Use an Rs -> Re block instead of Xr for the SourceForge URL.
* Correct the SourceForge URL.
* Improve the compilation instructions for the SourceForge utilities.

Approved by:    n_hibma
2000-03-16 13:30:42 +00:00
Nick Hibma
bede3d120f Update the list of supported devices. 2000-03-16 09:22:46 +00:00
Nick Hibma
1839ef8fcb nclude the manpage for the urio driver in the world. 2000-03-16 09:18:30 +00:00
Nick Hibma
e2dbd15f2e Please welcome the URio driver. Written by
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00
Sheldon Hearn
ea4f32b5e2 Discourage the pathalogical practice of configuring the 3c509 in EISA
mode on non-EISA systems.

PR:		2598
2000-03-15 20:48:49 +00:00
Yoshinobu Inoue
51b62b5a6f Wording fixes and mdoc fixes.
Submitted by: sheldonh
Reviewed by: sheldonh
2000-03-15 03:38:22 +00:00