Bill Paul
31188d61c1
Add driver support (and man page) for PCI fast ethernet cards based
...
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.
For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)
FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.
Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
Peter Wemm
77ca8b20d8
restore pcvt(4) man page
...
Reviewed by: core
1999-01-01 08:48:31 +00:00
Poul-Henning Kamp
fc47545ec3
Pre 3.0 branch cleanup casualty #6 : ft
1998-12-27 13:40:57 +00:00
Poul-Henning Kamp
11ceeec231
Pre 3.0 branch cleanup casualty #5 : nca, sea, wds, uha
...
No CAM drivers available. If somebody CAMifies one of these, they
will be welcome back in the tree
1998-12-27 13:06:44 +00:00
Poul-Henning Kamp
9034de81c2
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 12:52:46 +00:00
Poul-Henning Kamp
e86310b905
Pre 3.0 branch cleanup casualty #3 : 3c505 ethernet support
1998-12-27 12:44:57 +00:00
Greg Lehey
c7c4322f91
- Clarify the manner in which mirroring is performed
...
- Get the (tm) signal correct in nroff versions
- Correct highlighting (docs/9196)
Sigh. This is still a long way from being correct. In particular,
the states are both incorrect, and they don't format properly in
troff. But it will have to wait until I stop changing the meanings of
the states.
1998-12-27 02:55:28 +00:00
Bill Paul
6a5359cac2
Correct the name of the SMC 1211-TX: it's called the EZ Card 10/100 PCI,
...
not EtherEZ.
1998-12-24 18:52:47 +00:00
Joerg Wunsch
cd40239fe3
For whatever reason, i've thrown away this change yesterday instead of
...
committing it: include rdp.4.
Pointed out by: bde
1998-12-22 09:36:29 +00:00
Luigi Rizzo
2296e7a82a
Add manpages for dummynet and bridging
1998-12-21 22:37:53 +00:00
Joerg Wunsch
8194a57215
This is my first cut on a driver for the RealTek RTL 8002 pocket
...
ethernet driver.
The BUGS section is still impressive, but the driver seems to work for
me now. Disclaimer: i haven't been able to test this under -current
so far (but it compiles, and the notebook it's intended for can now be
updated to -current more easy than before). Don't be afraid of the
many #ifdefs on __FreeBSD_version in the imported file; i want them in
the repository on the vendor-branch so other people can also manually
integrate it into older systems. I'll clean it up on the -current
branch in a followup commit. The vendor-banch version right now
supports systems back to 2.2R.
This driver should be layered upon ppc(4), but i currently have no
idea how to do this.
Eventually i'll further develop the driver to also support the more
modern RTL 8012 success, which seems to be present in a number of
cheap pocket ethernet adapters these days. Right now, i doubt it will
run with the 8012 without any changes.
Finally a big Thanks! to RealTek for promptly providing me with
documentation and with the source code for the 8012 pocket driver upon
request. I wish all vendors were that cooperative!.
1998-12-21 18:01:15 +00:00
Joseph Koshy
c228bdde6f
Fix spelling nits.
...
PR: docs/9115
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
1998-12-18 03:08:57 +00:00
Bill Paul
f769cca5eb
Un-revert typo fix (fauled -> failed). This is what I get for not
...
keeping my local RCS files in sync with the rest of the world.
Caught red-handed by: bde
1998-12-07 18:14:30 +00:00
Bill Paul
989c9647f2
if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038
...
as a RealTek 8139
if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of
directly calling inb()/outb() etc...
rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported
by the RealTek driver
1998-12-07 00:35:06 +00:00
Robert Nordier
a4dddbe01e
Fix typos (dexktop, ot)
1998-12-05 09:36:15 +00:00
Robert Nordier
d3c1cd6fe7
Fix typo (fauled)
1998-12-05 09:31:25 +00:00
Bill Paul
726ff6a158
An early Christmas present: add driver support for a whole bunch of
...
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
Bill Fumerola
6ee42d6d78
slstats(8) --> slstat(8)
...
PR: docs/8107
Submitted by: Matthew Fuller <fullermd@futuresouth.com>
1998-12-02 23:29:25 +00:00
Bill Fumerola
f7dd6882ec
Formatting bug. What should have been "Veritas(tm)" was coming out
...
"Veritastm".
PR: docs/8733
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-11-30 21:38:06 +00:00
Robert Nordier
93a4ebf345
Refer to "da" rather than "sd" device.
1998-11-30 17:52:45 +00:00
Bill Paul
bb2ce8f34e
Mention in the man page that the Accton 1207D adapter is supported.
1998-11-18 21:05:11 +00:00
Bill Paul
c21a993fe9
Spell November correctly.
1998-11-07 17:54:11 +00:00
Bill Paul
c4f1db6648
Add man page for the RealTek 8129/8139 driver.
1998-11-07 17:40:18 +00:00
David E. O'Brien
c7ebbf37a8
Add a few HP's with on-board Ethernet controlers that are supported by
...
this driver.
1998-11-06 09:46:02 +00:00
Nicolas Souchu
f7dd354b1b
Add few declaration for the iicbus/smbus system.
1998-11-04 22:13:35 +00:00
Nicolas Souchu
c9ebdae499
Add 0s to declarations.
...
Proposed by: Dag-Erling Coid
1998-11-04 22:12:48 +00:00
Jean-Marc Zucconi
56b1692a2c
Typo.
1998-11-04 03:21:21 +00:00
Dag-Erling Smørgrav
fb46af4f6c
Back out previous commit. The bpfilter -> bpf transition will have to be a
...
flag day unless we can hack config(8) to smooth things over.
1998-11-03 22:01:22 +00:00
Dag-Erling Smørgrav
10b4ab477f
Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal
...
and will stick around for a while.
1998-11-03 21:12:20 +00:00
Greg Lehey
28045e8444
Correct name of RAID-5 version
...
Add URL for Cybernet
1998-11-03 07:02:58 +00:00
Nate Williams
6c0c35eebd
tx(4) - misspelled word
...
PR: misc/8491
Submitted by: billf@jade.chc-chimes.com
1998-10-29 22:54:14 +00:00
Bruce Evans
5eb8b44ca5
Don't install the lp.4 -> plip.4 links, since the important one of them
...
clobbers the new plip.4 non-link.
1998-10-29 09:57:40 +00:00
Bruce Evans
3a389eff91
`vector xxxintr' should cause a syntax error.
1998-10-29 09:42:05 +00:00
Bruce Evans
87ed597427
Fixed missing link and disordering in previous commit.
1998-10-29 09:35:10 +00:00
Nicolas Souchu
1284f2b273
ppc.4 moved from man4 to man4.i386: parallel port chipset driver manpage
...
pcf.4 added: Philips I2C/isa interface manpage
1998-10-28 00:51:40 +00:00
Nicolas Souchu
71023a74d1
Finally they arrive! ppbus (Parallel Port Bus framework) manpages.
1998-10-28 00:44:22 +00:00
Nicolas Souchu
eb8752d51d
More I2C framework docs. See iicbus(4) for more info.
1998-10-28 00:42:34 +00:00
Nicolas Souchu
6c5ba3a5a5
I2C framework manpages. See iicbus(4) for more info.
1998-10-28 00:40:53 +00:00
Bruce Evans
f94635b179
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Fixed some missing closing quotes.
1998-10-22 14:51:19 +00:00
Bruce Evans
14a7c8e1c4
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Quote the last few args to form 1 arg. Quoting them in pairs almost
defeated the point of quoting them, which is to reduce the arg count
to <= 9.
1998-10-22 14:49:00 +00:00
Bruce Evans
6ba4894bca
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Don't quote IO_KBD.
1998-10-22 14:36:55 +00:00
Bruce Evans
f022d6d636
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Format "irq ?" the same as in other man pages.
1998-10-22 14:32:20 +00:00
Bruce Evans
9325e354ce
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Use .Cd instead of a a home made format.
Don't quote IO_KBD.
1998-10-22 14:29:03 +00:00
Bruce Evans
c1affd9f6c
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Fixed the port name, and don't quote it. IO_NPX0 never existed.
1998-10-22 14:22:13 +00:00
Bruce Evans
7111303d00
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Fixed quoting of IO_ASC1.
1998-10-22 14:17:44 +00:00
Bruce Evans
f462839903
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
1998-10-22 14:12:55 +00:00
Bruce Evans
5985d44e83
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
Use the correct macro in configuration declarations. .Cm somehow gave
the same results as .Cm.
1998-10-22 13:01:19 +00:00
Kenneth D. Merry
a831a06cfb
Add the dpt(4) man page.
...
Reviewed by: ken
Submitted by: gibbs
1998-10-16 22:00:55 +00:00
Kenneth D. Merry
98deb70241
Update the bt(4) man page for CAM.
...
Reviewed by: ken
Submitted by: gibbs
1998-10-16 21:33:34 +00:00
Kenneth D. Merry
976f6cbd90
Add in the adv(4) and adw(4) man pages for the AdvanSys narrow and wide
...
SCSI controllers, respectively.
Once these drivers are tested on the alpha, these man pages can probably be
moved up a directory to reflect the fact that they're architecture
independent.
An mdoc guru should probably look at the AUTHORS sections in both of these
pages -- the .An macro seems to cause strange spacing problems.
Reviewed by: ken
Submitted by: gibbs
1998-10-16 21:12:07 +00:00
Justin T. Gibbs
0effaa9f7e
Update to include all supported chips.
...
Add a table comparing the features of all aic7xxx chips.
Clean up the discussion of SCB paging.
Reviewed by: Kenneth Merry <ken@FreeBSD.org>
1998-10-16 15:06:26 +00:00
Kenneth D. Merry
c88131e709
Update the aha(4) and ahb(4) man pages for CAM.
...
Reviewed by: ken
Submitted by: gibbs
1998-10-16 04:41:38 +00:00
Kenneth D. Merry
89045423f1
Update the scsi(4) man page for CAM, and add in links so that it appears
...
as cam(4) as well.
This includes a description of all the generic CAM kernel options, as
well as a description of some of the CAM debugging printf options.
1998-10-16 04:28:39 +00:00
Kenneth D. Merry
190831dd81
Update the sa(4) man page for CAM. This was repository-copied from the
...
st(4) man page.
Take out most of the sd(4) and st(4) man pages and point to the new
da(4) and sa(4) man pages.
Add sa.4 to the makefile.
Reviewed by: ken
Submitted by: gibbs
1998-10-16 04:06:21 +00:00
Kenneth D. Merry
d754856115
Add the da(4) man page.
1998-10-16 03:29:49 +00:00
Kenneth D. Merry
c70e20d81a
Update the da(4) man page for CAM. The da.4 man page was repository-copied
...
from the sd.4 man page.
This includes a discussion of write caching and its effects.
Reviewed by: ken
Submitted by: gibbs
1998-10-16 03:28:12 +00:00
Kenneth D. Merry
de336449f3
Change the worm(4) man page to note that there is no longer a worm(4)
...
driver, and point users in the right direction for similar functionality.
The functionality that used to be provided there is now provided by the
cd(4) driver and cdrecord.
Fix cross-references in a few other man pages. (i.e. delete references to
things I haven't written yet)
1998-10-16 00:26:28 +00:00
Warner Losh
068a441ad2
Add wst.4
1998-10-15 20:45:57 +00:00
Warner Losh
278f786595
Man page for the wst driver. I had planned on committing this earlier,
...
but forgot.
1998-10-15 20:43:25 +00:00
Wolfram Schneider
0e67e2031b
Added reference to ifconfig(8).
1998-10-15 20:36:55 +00:00
Wolfram Schneider
6bede6b481
Added manpage link plip.4 -> lp.4
1998-10-15 20:35:28 +00:00
Wolfram Schneider
7007efd40c
Add reference to lp(4).
1998-10-15 20:27:26 +00:00
Kenneth D. Merry
2d8eb2c034
Update the cd(4) man page for the CAM cd driver.
...
This includes a description of the changer timeout kernel options and
sysctl variables. I didn't check to make sure the ioctl descriptions are
up to date; that will come sometime later. (The ioctls haven't changed in
the CAM driver, but I'm not sure if the man page was in sync with even the
old driver.)
1998-10-12 03:27:51 +00:00
Kenneth D. Merry
979df6777e
Add a man page for the transport layer driver.... my last commit blew up in the
...
middle of adding this file...
1998-10-12 00:31:42 +00:00
Kenneth D. Merry
ce79705e73
Add man pages for the passthrough driver and the CAM transport layer
...
driver.
1998-10-12 00:26:03 +00:00
Greg Lehey
8814fd974a
Bring man page up to date
1998-09-29 10:26:02 +00:00
Greg Lehey
6d07e4c64d
Include vinum.4 in MAN4
1998-09-28 02:59:56 +00:00
Greg Lehey
ac2143fc96
Man page for vinum--initial import
1998-09-28 02:06:21 +00:00
Joseph Koshy
721df085fe
Added names of additional controller chips supported by the NCR driver
...
to the manual page.
PR: 7967
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-09-18 04:36:48 +00:00
Justin T. Gibbs
b7ae50c0d9
Document new volume tag and element status support.
1998-09-15 10:26:24 +00:00
Wolfram Schneider
acd8019083
Sort cross references.
1998-08-31 16:41:09 +00:00
Joseph Koshy
842d977707
Remove identity crisis in ispcvt(8) man page. Include reference to
...
ispcvt(8) in pcvt(4).
PR: docs/7743
Submitted by: <k-horik@yk.rim.or.jp>
1998-08-26 02:46:24 +00:00
Joseph Koshy
5a3eb871a7
Add "pcm.4" to Makefile.
...
PR: 7636
Submitted by: <Janick.Taillandier@ratp.fr>
1998-08-19 01:54:13 +00:00
Bruce Evans
e587e32f15
Fixed order and formatting.
1998-08-17 16:39:07 +00:00
Bill Paul
fc164cbc0f
Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=
...
line. *hangs head in shame*
1998-08-16 19:54:20 +00:00
Bill Paul
ffcc5b5933
Whoops... really add the man page and update the Makefile this
...
time.
1998-08-16 17:19:58 +00:00
Jordan K. Hubbard
615e5e1586
New man page for pcm(4) driver. Me, I think this is more likely
...
generic and should go one level up, but it can keep the sb(4) man
page company for now until somebody moves all the no-longer-x86-specific
driver man pages up some day.
Submitted by: luigi
1998-08-09 19:42:53 +00:00
Kenjiro Cho
8d8a81c91e
add en ATM driver manual.
1998-07-29 05:42:20 +00:00
Kenjiro Cho
149958e6a9
add Native ATM Protocol manual.
1998-07-29 05:41:20 +00:00
Mike Smith
7299385d7d
Add a section 4 manpage for the 'cs' driver.
1998-07-20 20:02:32 +00:00
Tim Vanderhoek
4a441c67ea
Fix .Ar usage. Add .Xrefs as appropriate.
1998-06-29 07:04:08 +00:00
Tim Vanderhoek
ac2acba219
A little typos and grammer fixes.
1998-06-29 06:56:40 +00:00
Joseph Koshy
bae2360789
Add mention of Intel EtherExpress 16 cards in the supported list.
...
Noticed by: Bob Van Valzah <Bob@WhiteBarn.com> on the -doc list.
1998-06-17 08:33:10 +00:00
Steve Price
0c98528507
miserable -> miserably
...
PR: 6922
Submitted by: Sue Blake <sue@welearn.com.au>
1998-06-13 19:06:49 +00:00
Joseph Koshy
68bf8f9eea
Spelling fixes.
...
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
1998-06-08 06:12:02 +00:00
Julian Elischer
9355ecfc52
Make the Man page reflect teh new reality.
1998-06-05 23:20:12 +00:00
Philippe Charnier
04d3b523cc
Use .Ar instead of .ar. Correct incorrect use of .Sm (detected by Paul (pst)).
1998-06-04 06:30:50 +00:00
Bruce Evans
78453399ec
Undocumented flags which went away a few minutes ago.
...
Undocumented auto FIFO trigger level adjustment which went away years ago.
1998-05-31 11:16:09 +00:00
Matthew Hunt
b02c53d213
Correct a minor spacing error.
1998-05-31 04:53:30 +00:00
Julian Elischer
436c7212e6
Hide the interface name in the sin_zero section of the sockaddr_in
...
passed to the user process for incoming packets. When the sockaddr_in
is passed back to the divert socket later, use thi sas the primary
interface lookup and only revert to the IP address when the name fails.
This solves a long standing bug with divert sockets:
When two interfaces had the same address (P2P for example) the interface
"assigned" to the reinjected packet was sometimes incorect.
Probably we should define a "sockaddr_div" to officially hold this
extended information in teh same manner as sockaddr_dl.
1998-05-25 08:44:31 +00:00
Joseph Koshy
c1a42f5583
Fix example in manual page.
...
PR: 5443
Submitted by: AMAGAI Yoshiji <amagai@nue.org>
1998-05-25 07:11:41 +00:00
Bill Paul
e0c56ad6a5
Add man page for ThunderLAN driver.
1998-05-21 03:20:39 +00:00
Paul Traina
25e363dff1
Add an example showing how to build a UFS floppy
1998-05-14 06:42:47 +00:00
Andreas Klemm
a2ba45e521
Fixes incorrect company and product names in uha(4) manpage and
...
LINT config file. Should be merged to -STABLE as well.
PR: closes 6447
Submitted by: Steven Plite splite@purdue.edu
1998-04-29 17:09:41 +00:00
Søren Schmidt
ca317b8277
Add the LBA addressing flag.
1998-04-09 22:31:47 +00:00
Jean-Marc Zucconi
2dc703e48c
Document the WORMIOCFIRSTWRITABLEADDR ioctl.
1998-03-31 01:55:11 +00:00
Peter Wemm
58a06cdf07
Updates for the new si driver.
...
Obtained from: Nick Sayer <nick@specialix.com>, and tweaks by me.
1998-03-23 20:24:31 +00:00
Philippe Charnier
aaf1f16e39
.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
...
Use .An/.Aq.
1998-03-12 07:31:21 +00:00
Jordan K. Hubbard
593616c9ef
Add man page for the bktr driver.
...
PR: 5954
Submitted by: wlloyd@mpd.ca (with tweaks from reviewer)
1998-03-09 10:56:22 +00:00
Poul-Henning Kamp
c544ff8a5e
Make it possible to indicate that we don't care about the remote
...
sides IP address, as long as it isn't 0.0.0.0
1998-02-28 21:01:09 +00:00
John Hay
7b3a8a7d1b
Update to reflect reality. We do support the WANic 400/405 PCI cards.
...
Fix some typos and clean it up a little.
1998-02-28 07:06:25 +00:00
Jordan K. Hubbard
b295cac018
Update docs for new stable-167 driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-02-20 18:09:28 +00:00
Tatsumi Hosokawa
d02327a118
Updated my e-mail address.
1998-02-20 07:19:51 +00:00
Mike Smith
d4e0b81b35
Remove qcam manpages
...
Submitted by: pst
1998-02-18 13:50:19 +00:00
Jordan K. Hubbard
aa97a2eac2
MF22
1998-02-04 15:05:23 +00:00
Jordan K. Hubbard
c316d71afe
MF22: Add tx.4 to build list.
1998-01-30 00:43:16 +00:00
Jordan K. Hubbard
b2369a0441
Add new man page for tx driver.
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-01-29 10:26:15 +00:00
Kazutaka YOKOTA
1f2ea3a434
Add brief note on error message from the driver.
1998-01-24 12:14:13 +00:00
Paul Traina
d806a7ad47
I wrote a poor, but better-than-nothing manual page for the wfd subdriver.
...
Obtained from: od.4
1998-01-17 05:15:01 +00:00
Joerg Wunsch
0c860bdede
Reflect reality when documenting the link-level flags for 3c509 cards.
1998-01-08 17:09:38 +00:00
Jamil J. Weatherbee
7614b43094
documentation changes.
1998-01-06 09:39:07 +00:00
Alexander Langer
e69bcfc3bc
Expanded cross references.
1998-01-02 19:22:52 +00:00
Mike Smith
bcdf3adee7
Add a manpage for the 'ppi' device, detailing its use and feeding.
1998-01-02 09:31:18 +00:00
Brian Somers
339fead651
Fix typos.
...
Xref ssc(4).
1997-12-29 21:07:49 +00:00
Brian Somers
bbb985d41c
Add ssc(4).
1997-12-29 21:07:10 +00:00
Tim Vanderhoek
dfb9495b2a
Use consistent spelling,
...
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
1997-12-25 09:36:42 +00:00
Philippe Charnier
c414c30925
Remove obsolete /etc/hostname.ep? reference.
...
PR: kern/5310
Submitted by: tom@sdf.com
1997-12-22 07:37:50 +00:00
Philippe Charnier
00e68c0d73
Use .Tn, .Bx Free and .An.
1997-12-22 07:35:40 +00:00
Jamil J. Weatherbee
270fd01214
excuse me, adding alog.4 man page now forgot to commit previously
1997-12-09 11:38:02 +00:00
Jamil J. Weatherbee
3c466c41f3
Added alog.4 man page to /usr/src/share/man/man4/man4.i386/ directory
...
Altered Makefile in that directory so that make builds the alog.4 man page
1997-12-09 11:36:36 +00:00
Bruce Evans
62a1204bb6
Added mouse.4.
1997-12-07 18:07:37 +00:00
Kazutaka YOKOTA
369a889c64
Document recent mouse code changes.
1997-12-07 08:46:56 +00:00
Kazutaka YOKOTA
e90224fed7
Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.
1997-11-11 03:06:45 +00:00
Brian Somers
36700156fc
Update the LOOP AVOIDANCE section to reflect reality.
...
Requested by: Archie Cobbs <archie@whistle.com>
1997-11-08 01:02:08 +00:00
Joerg Wunsch
af0d306722
Fix the SYNOPSIS Lnie so the entry will actually work.
...
Submitted by: Ulli Linzen <ulli@perceval.camelot.de>
1997-11-07 00:05:24 +00:00
Philippe Charnier
30d8a82fd9
/etc/sysconfig -> /etc/rc.conf.
1997-10-31 12:30:49 +00:00
Joerg Wunsch
950c80614a
Document the new fdc(4) flags.
1997-10-19 13:12:35 +00:00
Kazutaka YOKOTA
63f87bd194
Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
...
in console.h.
Pointed out by bde.
1997-10-19 10:45:18 +00:00
Peter Wemm
cc19d8867b
Update de.4 to list new media options. Hopefully this is reasonably
...
correct.
1997-10-12 02:20:54 +00:00
Joerg Wunsch
1cec8ce72a
Update to match reality. PAP/CHAP are now implemented, a number of bugs
...
fixed as well.
1997-10-11 11:27:25 +00:00
David Greenman
eb48dd32da
Updated for the new media selection mechanism.
1997-09-30 15:19:49 +00:00
Wolfram Schneider
bceb8aed9e
Sort cross refereces in section SEE ALSO.
1997-09-29 10:11:02 +00:00
Mike Smith
7f30bd2e15
Update documentation for the 'ex' driver to indicate that it supports
...
the Pro/10+ cards as well.
1997-09-26 17:16:52 +00:00
Joerg Wunsch
a5b8be1a91
Explain the newer sio(4) flag values.
...
Fogotten by: phk, bde
1997-09-14 18:55:41 +00:00
Peter Wemm
d6fd8b89df
Mention IPFIREWALL_DEFAULT_TO_ACCEPT and it's effect on rule 65535.
1997-09-10 03:11:36 +00:00
John-Mark Gurney
27495372d1
add the man page for pnp... also add activate it in the makefile
1997-09-09 12:53:38 +00:00
Joerg Wunsch
468d8299dd
Wire tun(4) into the Makefile.
...
Slightly change the way how to credit NetBSD.
1997-09-07 12:29:55 +00:00
Joerg Wunsch
6cbcc2bec9
This commit was generated by cvs2svn to compensate for changes in r29195,
...
which included commits to RCS files with non-trunk default branches.
1997-09-07 11:27:08 +00:00
Joerg Wunsch
f15d3ed0f2
Import NetBSD's tun(4) man page.
...
Obtained from: NetBSD
1997-09-07 11:27:08 +00:00
Søren Schmidt
1f7727a963
Upgrade of EIDE DMA support, Johns comments:
...
* lots of fixes to error handling-- mostly works now
* improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive
still untested
* generally improve DMA config in many ways-- mostly cleanup
* clean up boot-time messages
* rewrite PRD generation algorithm
* first wd timeout is now longer, to handle drive spinup
Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
1997-09-04 18:49:53 +00:00
Adam David
8e78364702
typo and reword
...
Submitted by: garbanzo@hooked.net (Alex)
1997-08-12 20:07:22 +00:00
Joerg Wunsch
5367882b0d
Add a man page for sb(4).
...
Submitted by: garbanzo@hooked.net (Alex)
1997-08-10 08:09:01 +00:00
Steve Passe
5efb75076f
Add SMP(4) as a link to smp(4).
1997-08-04 21:11:24 +00:00
Steve Passe
17251018d8
Added missing SMP kernel manpage.
...
Mostly a stub at this point, needs alot of work.
Noticed by: Steve Roome steve@visint.co.uk
1997-08-04 21:02:11 +00:00
Mike Smith
d28e8bd5da
New manpage for the Wavelan (wl) driver.
...
Submitted by: Jim Binkley <jrb@cs.pdx.edu>
1997-08-01 03:32:39 +00:00
Philippe Charnier
9e14ab4ed6
Document the CMD640 option.
...
PR: kern/3742
Submitted by: helbig@MX.BA-Stuttgart.De
1997-07-15 09:44:05 +00:00
David E. O'Brien
b5cca8def8
Add description of the link{0,1,2} flags
1997-07-14 23:42:57 +00:00
Steve Price
d0dff61cfb
Fix a minor nit in the .Dd macro invocation so that
...
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
Steve Price
681e5e7a09
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
Julian Elischer
2a81fd7c16
Make this file bare a small resemblance to reality again
...
Requested from: Archie Cobbs (archie@whistle.com )
1997-06-23 02:12:21 +00:00
Masafumi Max NAKANE
70a78ac914
Add Xreference to chio(1).
1997-06-02 21:01:00 +00:00
Jean-Marc Zucconi
7344a61e7b
Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.
...
These commands are required for the "Disk-At-Once" write process:
WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas
and WORMIOCWRITESESSION is used to send the table of contents of the disk.
1997-06-02 20:05:39 +00:00
Masafumi Max NAKANE
e134b4d4a9
Typo fix.
1997-05-30 15:43:36 +00:00
Peter Wemm
d8888419c5
wl.4 was missing from the MAN4 list
1997-05-23 12:07:33 +00:00
Mike Smith
6762ff9bd6
Add wl.4
...
Reminded by: joerg
1997-05-23 03:21:36 +00:00
Mike Smith
e847647398
Manpage for the 'wl' Wavelan driver.
1997-05-22 08:52:23 +00:00
Joerg Wunsch
cc04bc5fed
Add a man page for sppp(4).
1997-05-19 22:04:40 +00:00
Jean-Marc Zucconi
1ad8b2cb84
A few improvements to the worm driver.
...
- remove all calls to scsi_stop_unit(). Some drives refuse commands when
stopped. This will fix the 'device not configured' message which was
cleared after opening/closing the tray.
- Never set the logical block address in the scsi_cmd struct when writing.
The computation was bogus for block sizes not a multiple of DEV_BSIZE.
(the bug is still there in the READ case)
- reset the block size to the 2048 bytes in finalize_track() track to avoid
an error when mounting a disk after an audio write.
- remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time
(see scsiconf.c)
- change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible
to select more track options (copy bits, ISRC codes, track type,
track number)
- add an error handler to catch false errors (warnings in fact) and record
the error type.
- add an ioctl call (WORMIOERROR) to get more information on the nature of the
error when a command or a write failed.
- add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing
the device (closing the device still finalize the track if the command was
not performed)
Approved by: joerg
1997-05-19 17:30:50 +00:00
Eivind Eklund
6ad98044a1
it's'' ->
its'' where appropriate and typo fixes in time2posix.3.
...
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
Poul-Henning Kamp
6826307cf8
Mention that flags 0x10000 disables test#3
1997-05-18 21:24:04 +00:00
Paul Traina
d1ed0d3d16
Update the manual page to call more attention to the probe override flags.
1997-05-11 18:28:08 +00:00
Joerg Wunsch
4b1780a7d7
Don't xref a nonexistant pc(4).
...
PR: docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
Bruce Evans
4e3785d415
Removed ix.4.
...
Submitted by: roberto
1997-04-14 15:05:49 +00:00
Justin T. Gibbs
30e97236b1
Remove this man page now that the ie driver supports the EtherExpress16.
1997-04-14 00:31:19 +00:00
Joerg Wunsch
ab38bd50f6
Minor fixups. Mention that DDB now has a history, and understands
...
emacs-style editing (which it used to have for a long time already).
Also mention the `gdb' and `help' commands. Other commands need an
overhaul, too (like the various `show' subcommands), but i don't feel
very competent for these.
1997-04-12 21:54:48 +00:00
Mike Pritchard
d532602fe9
Fix a xref.
...
Obtained from: NetBSD-bus PR# 3464
1997-04-08 20:01:15 +00:00
Wolfram Schneider
28fb62d30e
Add manual page symlinks
...
YP.4 -> yp.4
nis.4 -> yp.4
NIS.4 -> yp.4
1997-04-03 12:32:42 +00:00
Mike Pritchard
b5d3fbf904
Add od(4). Closes PR# 3170.
...
Submitted by: Shunsuke Akiyama <akiyama@jp.freebsd.org>
1997-04-01 19:52:37 +00:00
John Polstra
93abe8fedb
Correct the name of a header file that is referenced.
1997-04-01 04:04:09 +00:00
Mike Pritchard
dd5527c607
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
...
Use the .Tn macro for generic FreeBSD references. Cleanup other
formatting problems noticed while making the above changes.
1997-03-21 20:14:15 +00:00
Mike Pritchard
fb5ce63a63
Fix a number of typos and use the .Tn macro where appropriate.
1997-03-21 20:04:21 +00:00
Bruce Evans
ddbd069887
Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
...
Reviewed by: wollman
1997-03-19 19:47:43 +00:00
Bruce Evans
c85c53625d
Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no other
...
prerequisites; previously <sys/ioctl.h> was bogus and some prerequisites
weren't documented).
1997-03-19 04:58:33 +00:00
Mike Pritchard
5f1376d7ec
Backout part of my previous change that changed MIN/TIME to VMIN/VTIME
...
throughout the man page. Only some of these were corrected.
Pointed out by: bde
1997-03-18 07:17:22 +00:00
Mike Pritchard
ed7922d368
The VMIN and VTIME c_cc values were incorrectly defined as MIN and TIME.
...
Obtained from: NetBSD PR# 3243
1997-03-14 05:01:14 +00:00
Mike Pritchard
c5cb834a27
Typo police (this one wasn't yours, Joerg :-)
1997-03-12 13:51:57 +00:00
Mike Pritchard
902c520a16
Typo police.
1997-03-12 13:51:17 +00:00
Joerg Wunsch
e48ff1868b
Document the various link-level flag for these drivers.
...
2.2 candidate (after typo police :)
1997-03-12 13:37:56 +00:00
John-Mark Gurney
c3df09bb7a
replace non-existant ioctl [GP]IO_STRMAP with what really does exist,
...
[GS]ETFKEY...
Definately a 2.2 Candidate
a clean up of this page is to follow.... but I'm not sure I'll have it
before 2.2 is to be released...
1997-03-09 20:53:20 +00:00
John-Mark Gurney
892cb98e6b
add missing cvs Id lines.
1997-03-07 02:50:01 +00:00
Bruce Evans
0b7607eaaf
Improved description of the device names.
1997-03-03 18:47:38 +00:00
Bruce Evans
3fbafe0fb2
Updated descriptions of minor numbers and files.
...
Refer to pstat.
Don't attempt to list all the model numbers.
1997-03-03 18:38:37 +00:00
Mike Pritchard
d0b67be00e
The .Fx macro doesn't know about any of the 1.* FreeBSD releases.
1997-02-28 02:20:42 +00:00
Mike Pritchard
1dcb0e4fb1
Add i386 to the .Dt line.
1997-02-22 23:35:22 +00:00
John-Mark Gurney
2c8478e177
this manpage will actually make it's first appearance in 2.2.
...
2.2 Candidate
1997-02-22 23:20:54 +00:00
Mike Pritchard
3c3fafffa5
Remove an unneeded #include line.
...
Pointed-out-by: bde
1997-02-22 21:21:13 +00:00
Mike Pritchard
e4343c4e5a
sysmouse.4 should be in man4.i386.
1997-02-22 21:19:55 +00:00
Peter Wemm
e25aeca937
Revert $FreeBSD$ back to $Id$
1997-02-22 13:26:29 +00:00
John-Mark Gurney
f79219c3ea
added man page for /dev/sysmouse. (and activate it)
...
plus add appropriate xrefs now that we have {cd,sd,st}.9
1997-02-20 15:14:59 +00:00
Justin T. Gibbs
2e3507efc7
Update to match reality. Give more indepth description of SCB paging
...
and tagged queueing. Mention the AHC_ALLOW_MEMIO option.
1997-02-18 20:27:26 +00:00
Mike Pritchard
a195100836
Oops. I accidently removed fpa.4 from the install list (it is
...
a pending change...grr)
Submitted by: bde
1997-02-14 05:18:02 +00:00
Mike Pritchard
3586b410dc
Add sl(4) and ppp(4).
...
Obtained from: NetBSD
1997-02-13 18:48:25 +00:00
Mike Pritchard
9a16c56614
Add vn(4) to document vn pseudo-devices.
...
Obtained from: NetBSD
1997-02-13 18:29:30 +00:00
Joerg Wunsch
92cc1cf79e
Update to match the new reality.
1997-02-06 22:23:59 +00:00
Brian Somers
04f36f75da
Incoming packets no longer have their ip_sum zero'd
1997-02-06 11:16:21 +00:00
Mike Pritchard
6a6c4c22d2
Fix a bunch of man pages to stop abusing the .Nm macro, along
...
with some other minor fixes for some problems I noticed
while making these changes.
Pointed out by: bde
1997-02-05 15:07:37 +00:00
Joerg Wunsch
f552063e6c
Correct the synopsis of some EISA or PCI drivers. They don't take
...
ISA-like arguments (anymore).
1997-02-01 19:54:23 +00:00
Mike Pritchard
8f20a914b6
Minor mdoc cleanup.
1997-01-31 00:38:18 +00:00
Mike Pritchard
bba323e822
Update to reflect current include files.
1997-01-31 00:05:08 +00:00
Mike Pritchard
c18460f90e
Update to reflect current include files.
1997-01-30 23:57:31 +00:00
Mike Pritchard
cb7ecbe37a
Actually remove the old netns/netiso man pages. They haven't
...
been installed for the last 9 months or so anyways.
1997-01-30 23:51:48 +00:00
Mike Pritchard
0c3a17466f
Update to reflect current include files.
1997-01-30 23:49:46 +00:00
Andrey A. Chernov
d80ace690d
Add save/restore cursor position escapes
1997-01-26 23:27:15 +00:00
Mike Pritchard
cc2c561f5e
Man page police.
1997-01-25 20:42:09 +00:00
Satoshi Asami
bee9cbfd38
Explain more about the interleave factor. Mention mirroring, and add
...
a reminder that you can't mount half of a mirrored two-disk ccd.
1997-01-25 02:10:43 +00:00
Jordan K. Hubbard
6fb16f982c
Add missing entries for de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4.
...
Now things build again.
Forgotten Again By: David E. O'Brien :-)
1997-01-21 12:25:06 +00:00
David E. O'Brien
5747fc5871
Share my poetry with the world.
...
(de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4)
Not forgetten this time by: obrien :-)
1997-01-20 09:22:23 +00:00
David E. O'Brien
44fd653298
New manpages for various Ethernet drivers, that I didn't see manpages for.
...
Manpage police??? Looking kinda bored there aren't you? Need something
to do? :-) I'm sure there's work here to be done.
Inspired by: Joerg
2.2-R candidate after Mike gets thru with them.
1997-01-20 09:18:54 +00:00
David E. O'Brien
41ed2e23cd
Added some verbage from looking at the source code.
1997-01-20 09:16:14 +00:00
David E. O'Brien
9828d8c1f2
Driver also supports the HP PC Lan+ adaptor.
...
Reviewed by: personally tested. :-)
1997-01-20 09:15:35 +00:00
Mike Pritchard
97e6cd972a
Man page police.
1997-01-19 17:24:18 +00:00
Mike Pritchard
114030361b
Actually install the new ex.4 man page.
...
Forgotten by: David E. O'Brien
1997-01-19 17:18:57 +00:00
David E. O'Brien
8d9d877fa6
Basic manpage for the ex driver (Intel EtherExpress Pro/10).
...
Desired by: Joerg
1997-01-19 11:16:43 +00:00
Alexander Langer
8abdc2eb40
Sweep through the tree fixing mmap() usage:
...
- Use MAP_FAILED instead of the constant -1 to indicate
failure (required by POSIX).
- Removed flag arguments of '0' (required by POSIX).
- Fixed code which expected an error return of 0.
- Fixed code which thought any address with the high bit set
was an error.
- Check for failure where no checks were present.
Discussed with: bde
1997-01-16 21:58:40 +00:00
Søren Schmidt
c61ba66705
Latest fixes for the psm mouse device, also updates the docs
...
to reflect the new options etc..
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 12:04:11 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Nate Williams
14acc8410d
Fix minor typo. BIOSETIF -> BIOCSETIF
1997-01-05 22:15:59 +00:00
Mike Pritchard
32c5eaa8aa
Mdoc police..
1996-12-31 22:42:00 +00:00
Wolfram Schneider
a1427df598
add 'i386' to macro .Dt
1996-12-29 20:36:04 +00:00
Mike Pritchard
4e11acf8be
Re-add devfs(5) to the xref list, since it now exists,
...
and remove mount_devfs(8), since that man page is now
really just a pointer to the various section 5 man pages.
1996-12-26 22:16:06 +00:00
Wolfram Schneider
0b992c1d66
Sort cross references.
1996-12-26 16:16:37 +00:00
Mike Pritchard
46a1272500
Convert to mdoc format.
1996-12-21 23:54:30 +00:00
David E. O'Brien
0dfb02eb79
Added $Id$.
...
Added more verbage about the card, and documented the driver's bugs.
2.2-R candidate.
1996-12-18 01:35:20 +00:00
Garrett Wollman
b4ccb10ee3
Add cross-references to ifnet(9).
1996-12-17 20:23:34 +00:00
Mike Pritchard
6737d445c1
Remove trailing whitespace.
...
Don't worry, this is the only one of these I plan on doing :-).
1996-12-16 20:31:40 +00:00
Mike Pritchard
5086890eb9
Remove a bad xref, and reference a couple of more useful ones
...
instead. Closes PR# 1141.
1996-12-14 21:13:22 +00:00
Mike Pritchard
ceb83c2c9b
Update the list of include files listed in the man
...
so that a program using the examples will actually
compile. Closes PR# 2143.
1996-12-14 18:47:42 +00:00
Jordan K. Hubbard
cd484a3441
Close PR#2211 - ypserv is no longer GPL'd.
...
Submitted-By: Faried Nawaz <nawaz921@cs.uidaho.edu>
1996-12-14 11:20:49 +00:00
Mike Pritchard
aab5e1b6d0
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00
Nate Williams
7ffe15380f
Added psm manpage.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1996-12-06 01:58:14 +00:00
Jordan K. Hubbard
7ee8a29399
fimib.4 -> ifmib.4
1996-11-16 03:06:25 +00:00
Garrett Wollman
93194d3707
Start to document how the interface MIB stuff is supposed to work.
1996-11-15 19:49:41 +00:00
Satoshi Asami
286fe46c4b
Remove comment about offset, it is no longer necessary. Add mention
...
of partition types in disklabel. Add disklabel(8) to "see also" section.
Reminded by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
1996-11-07 04:10:55 +00:00
Julian Elischer
a77a7ee010
After prodding, add a BSD style copyright to those man pages I think
...
I probably originally wrote. Also take my name OUT of the ddb
man page.. I did NOT port it from mach.
1996-10-18 20:22:31 +00:00
Garrett Wollman
a3821fcd37
Delete stale rt_metrics and route flag descriptions and replace them with
...
a cross-reference to rtentry(9). Add SEE ALSO and HISTORY sections.
1996-10-08 20:37:24 +00:00
Wolfram Schneider
e627b39bac
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 18:37:31 +00:00
Paul Traina
bcb3240507
Add a warning about SCB paging.
...
Suggested by: gibbs
1996-10-01 03:54:16 +00:00
Wolfram Schneider
e0e5145ce6
add missing comma(s) in .Xr macros
1996-09-23 22:24:39 +00:00
Mike Pritchard
46f84fcb84
Use the .Fx macro to specify FreeBSD version where appropriate.
1996-08-22 23:51:58 +00:00
Mike Pritchard
21421932f5
Use the .Bx macro where appropriate.
1996-08-22 23:39:32 +00:00
Mike Pritchard
400d45a39a
Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions.
1996-08-21 22:01:49 +00:00
Poul-Henning Kamp
bba48fb88d
Document the flags.
1996-07-21 09:29:25 +00:00
Mike Pritchard
b805452cc8
A *QUICK* pass through this man page to make it conform to mdoc
...
standards and to clean up some of the English. The job is
nowhere complete.
This man page would be a good project for someone who knows
something about the firewall software, and would like to
contribute to the documentation effort. Many of the things
in this man page are out of date and do not reflect reality.
1996-07-11 02:37:59 +00:00
Mike Pritchard
09b4b08649
Fix some spelling errors.
1996-07-11 02:08:31 +00:00
Mike Pritchard
adcdb5c26b
Add divert.4 to the list of man pages that are installed.
1996-07-11 01:52:46 +00:00
Mike Pritchard
836760b9f4
Fix a spelling error.
1996-07-11 01:20:45 +00:00
Mike Pritchard
7ed2691105
Add a man page for the "aic" deive (Adaptec AIC 6260/6360 SCSI controller
...
chips).
Obtained from: NetBSD
1996-07-11 01:11:12 +00:00
Mike Pritchard
69bf862ef8
Add a man page for the "wt" device (Archive/Wangtec QIC-02 & QIC-36
...
interface boards).
Submitted by: NetBSD
1996-07-11 00:37:13 +00:00
Mike Pritchard
ae828f7be5
Minor style fixup.
1996-07-11 00:31:57 +00:00
Mike Pritchard
0ee08fdda0
Add a man page for the "ncr" device (NCR 53C810 & 5C825 SCSI controllers).
...
Obtained from: NetBSD
1996-07-11 00:30:51 +00:00