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