Commit Graph

10958 Commits

Author SHA1 Message Date
jkoshy
8806426e05 Cross-reference src.conf(5). 2006-06-11 08:30:38 +00:00
brueffer
aebc3016ce Be explicit about which chips support jumbo frames.
Suggested by:	Brad Smith
Obtained from:	OpenBSD
MFC after:	3 days
2006-06-10 15:14:12 +00:00
njl
00c07c3991 Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makes
more sense than under hw.acpi.  Also, document this in the man page.
2006-06-10 08:06:16 +00:00
maxim
6384ee9143 o Catch up v_flag split and replace VSYSTEM by VV_SYSTEM.
Inspired by:	jkoshy's commit to vgone.9
2006-06-08 04:39:02 +00:00
jkoshy
ddc3e83891 Catch up with the rename of symbol VDOOMED to VI_DOOMED in revision
1.198 of "sys/sys/vnode.h".  Remove a cross-reference to a manual
page that never existed.

---------------------------------------------------------------------- CVS:
PR:              Fill this in if a GNATS PR is affected by the
change.  CVS: Submitted by:    Fill this in if someone else sent
in the change.  CVS: Reviewed by:     Fill this in if someone else
reviewed your modification.  CVS: Approved by:     Fill this in if
you needed approval for this commit.  CVS: Obtained from:   Fill
this in if the change is from third party software.  CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS:    Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log.  Lines beginning with `CVS:' are removed automatically
2006-06-07 16:51:54 +00:00
glebius
8ec3e70ee9 Add section describing how ARP load balancing works and its
limitations:
  - Can't load balance behind router
  - ARP balancing + pfsync probably won't work

PR:		kern/93829
Wording by:	scottl
2006-06-07 10:26:51 +00:00
flz
dc95de3e71 Reflect latest changes in rc.subr wrt prefix/etcdir variables being set
automatically by load_rc_config.

With help from:	ru (mdoc-fu)
Reviewed by:	brueffer
Approved by:	cperciva
2006-06-07 10:20:57 +00:00
delphij
2540a38c42 Cleanups for mailwrapper(8):
- K&R -> ANSI prototype [O]
 - Do not bother to do free right before exit() or execve() [O]
 - Remove some dead code in addarg()
 - Make additional parameters specified in mailer.conf(5)
   actually work and document the fact. [N]
 - Avoid using __progname but instead use getprogname()
   and setprogname() to provide more sensible messages. [O, N]
 - Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
   have sync'ed with their code.
 - WARNS=6

Obtained from/Inspired by:	OpenBSD [O], NetBSD [N] (partially)
2006-06-06 05:01:12 +00:00
brueffer
2007942da5 Some mdoc and wording improvements. 2006-06-05 20:29:31 +00:00
maxim
50ddaeffca o Add missed comma. 2006-06-05 19:55:44 +00:00
mjacob
37c3cf9522 Just a very quick update to get *close* to reality. 2006-06-05 19:46:55 +00:00
brueffer
c56d3e4138 my(4) provides support now as well. 2006-06-05 18:02:36 +00:00
joel
12e9888924 Fix minor typos. 2006-06-05 16:31:57 +00:00
pjd
904500481a - Document that padlock(4) pretends to accelerate HMAC algorithms.
- Remove "device cryptodev" as it is not needed for compiling padlock(4)
  into the kernel. Actually it is not advisable, because padlock
  instructions can be used directly from userland, so passing the work
  through the kernel is a bad idea.
2006-06-05 16:24:31 +00:00
rwatson
3b3f1e138b Break out description of the audit pipe facility from audit.4 into a new
man page, auditpipe.4, which describes the behavior of audit pipes, the
ioctls, preselection, etc.

Obtained from:	TrustedBSD Project
2006-06-05 15:26:09 +00:00
pjd
894360e76c Document more bits.
Reviewed by:	brd
2006-06-03 23:39:13 +00:00
kris
9257695685 Strengthen wording; the KTR_ENTRIES value *must* be a power of two since
the code depends on this.

MFC after:	1 week
2006-06-03 23:20:45 +00:00
motoyuki
ee159d095f doc fix: option MFS is obsolete. use MD_ROOT instead.
PR:	conf/93878
2006-06-02 15:01:11 +00:00
thompsa
0a5ee5e4db Add rc.d/bridge which is invoked when a new interface arrives and can
automaticly add it to an Ethernet bridge. This is intended for applications
such as qemu, vmware, openvpn, ... which open tap interfaces and need them
bridged with the hosts network adapter, the user can set up a glob for
interfaces to be automatically added (eg tap*).
2006-06-01 11:01:54 +00:00
matteo
54eed11bfc Add jail_<jname>_exec_afterstart<N> rc.conf variable, where <N> is
1,2 and so on.
It specifies the command to be run as Nth after jail startup.

sh(1)-fu by: Dario Freni
PR: 	conf/97697
MFC after: 2 weeks
Reviewed by: ru@ (man page)
2006-05-30 16:20:48 +00:00
phk
971888ff99 Remove mention of minor number construction. 2006-05-27 10:20:17 +00:00
maxim
bd396137c6 s/2005/2006/ for FreeBSD 6.1 and 5.5. 2006-05-26 13:19:46 +00:00
maxim
401d20187f o FreeBSD 5.5 added. 2006-05-25 18:16:16 +00:00
ceri
2309bc6b91 Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether,
since it isn't actually #defined.

Discussed with:	phk
2006-05-25 13:39:27 +00:00
ceri
a98047b96c Clean up the grammar in here some. 2006-05-24 11:01:16 +00:00
wollman
7ac887231b The (British) Crown Dependencies now have their own codes. 2006-05-23 23:20:25 +00:00
imp
b187a35955 Add a stub man page for device_get_sysctl{_ctx,tree}. Needs some
work, but is better than nothing.  Any help appreciated.
2006-05-23 22:11:20 +00:00
pjd
a219cfbd3e Document missing CRYPTO_F_ flags. 2006-05-23 08:43:28 +00:00
mlaier
f92608f263 Remove stale altq instructions. They don't belong to the driver manpage
anyhow.
2006-05-20 21:12:06 +00:00
mlaier
344107bff0 ALTQ-ify nve(4).
Submitted by:	Chris Dionissopoulos
Tested by:	Chris Dionissopoulos
MFC after:	4 weeks
2006-05-20 21:08:09 +00:00
brueffer
eb6278122a Fix a formatting issue. 2006-05-20 10:19:53 +00:00
brueffer
efe16a4faf Make this example more real world usable: When the manpage first appeared
is not interesting, when the driver appeared is.  Most people who use this
example leave the manpage appearance date in and the driver date out.

MFC after:	3 days
2006-05-20 09:49:05 +00:00
brueffer
7c38545a74 Convert to use a SYNPOSIS section that mentions kernel modules.
Also add "device scbus" where needed.

MFC after:	3 days
2006-05-20 09:39:28 +00:00
maxim
f4dd4705d0 o Sort .Xrs, touch .Dd. 2006-05-20 06:58:46 +00:00
brueffer
e0f0752b46 Minimal manpage for the acpi_dock driver. This needs to be fleshed out
by someone in the know about this driver.
2006-05-20 06:21:42 +00:00
ume
a8b26079aa Add description how to use caching.
Submitted by:	Michael Bushkov <bushman__at__rsu.ru>
2006-05-20 03:29:09 +00:00
sobomax
ef5a765dcc We don't have d_maj field in cdevsw structure anymore. 2006-05-19 20:02:44 +00:00
rodrigc
99b97186f2 Remove reference to mount_procfs, which is no longer used by mount(8).
Add an example using "mount -t procfs".
2006-05-19 00:23:29 +00:00
rodrigc
4516fb6dc1 Remove reference to mount_linprocfs, which is no longer used by mount(8).
Add an example using "mount -t linprocfs".
2006-05-19 00:22:45 +00:00
flz
3d58ab6ef3 Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
scripts. These scripts handle vnode backed md(4) devices.

Old ramdisk{,-own} scripts will stay a bit in CVS to allow some time for
migration since variable names have changed (ramdisk_* -> mdconfig_*).

Two new variables have been introduced to be able to populate the md(4)
device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd).

Use should be as easy as:

mdconfig_md0="-t malloc -s 10m"
mdconfig_md1="-t vnode -f /var/foo.img"

See rc.conf(5) for more information and description of the additional
variables.

Approved by:	cperciva
2006-05-18 15:29:27 +00:00
rodrigc
8cc17894fe Remove reference to mount_devfs(8), since mount(8) no longer
invokes this mount_devfs when mounting devfs file systems.
2006-05-18 13:37:13 +00:00
rodrigc
df3a262e80 Add a man page for ext2fs. 2006-05-17 23:25:52 +00:00
pjd
fbc4e2cc40 Update HMAC algorithms. 2006-05-17 18:58:25 +00:00
pjd
7ec29a3365 Update manual page: cri_rnd field is gone, cri_mlen field was added. 2006-05-17 18:44:37 +00:00
csjp
26dc0858d5 Fix typo in device hint variable 2006-05-17 13:17:02 +00:00
maxim
7dbcaa9a39 o Replace alpha-specific DESTDIR to a sparc64 one.
Spotted by:	Gennady Proskurin
2006-05-17 11:31:24 +00:00
phk
537a82e24b Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +00:00
keramida
955080c0be Consistently use `superuser privileges' instead of its singular
form here and its plural there.

Submitted by:	Rostislav Krasny <rosti.bsd@gmail.com>
MFC after: 	3 days
2006-05-16 22:58:43 +00:00
rodrigc
051bc9bd7f Add reiserfs.5 man page to build. 2006-05-16 22:08:38 +00:00
rodrigc
69cb5ca68b Add man page for ReiserFS.
Reviewed by:	dumbbell
2006-05-16 22:06:47 +00:00
matteo
434ba872a4 Close a "(" I left open. 2006-05-16 17:10:16 +00:00
wilko
815d2ff3a4 Remove reference to Alpha architecture. 2006-05-15 20:58:05 +00:00
wilko
1b065f00e8 Remove reference to Alpha 2006-05-15 20:55:36 +00:00
maxim
3b1f2df0f9 o In the cross-build example replace alpha by sparc64. 2006-05-15 20:53:00 +00:00
wilko
f18a315fe9 Remove reference to the Alpha architecture. 2006-05-15 20:51:53 +00:00
wilko
4abe044f86 Remove reference to Alpha. 2006-05-15 20:48:18 +00:00
wilko
833dc2dde2 Remove reference to Alpha machine 2006-05-15 20:42:42 +00:00
marius
9bddf4cc14 Now that lnc(4) is removed from the source tree, replace lnc0 in an example
with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in
other man pages and as it has good grep(1)'ability).
2006-05-15 20:28:18 +00:00
marius
b3c4948947 Now that lnc(4) is removed from the source tree, remove it from the list
of drivers supporting ALTQ.
2006-05-15 20:16:42 +00:00
matteo
497e9819df Update README.examples according to the current state of the examples/etc directory
PR:	conf/97232
2006-05-15 17:43:51 +00:00
mux
8bc28d95c0 Refer to csup in the make.conf(5) manpage.
Insta-MFC to follow.

Reminded by:	ru (some time ago)
2006-05-15 14:08:41 +00:00
wilko
3cfda041c5 With the demise of Alpha, remove Alpha specific diagnostic. 2006-05-14 22:19:11 +00:00
brueffer
b5c59e6fbf Add if_* MLINKS for bce(4) and le(4).
MFC after:	3 days
2006-05-14 15:45:44 +00:00
bms
28c1069b5c Don't quote IP_MAX_MEMBERSHIPS as 20 any more. 2006-05-14 14:13:30 +00:00
gnn
55c0f1d722 Remove the documentation from the Makefile as well. 2006-05-14 02:01:59 +00:00
gnn
30f565b7a6 Remove documentation for the deprecated lnc driver.
Reviewed By: simon
2006-05-14 01:55:20 +00:00
mlaier
23ea781ace Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.
Since ipfw2 now does dual-stack, statistics for IPv6 come from the ipfw
scripts as well.
2006-05-12 19:17:34 +00:00
keramida
69574dfc7d Fix the web-appearance of Hardware notes, in the simplest way
possible; by re-arranging a couple of sentences in the ath(4)
HARDWARE section.

Clue by:	bmah
MFC after:	1 week
2006-05-12 17:58:11 +00:00
keramida
77351a04fc apropos(1) does not expand *roff macros that should appear in .Nd
text and, as a result, 'FreeBSD' is not visible in apropos output
when security(7) is displayed.  Fix this buglet by using a
literal 'FreeBSD' string in .Nd

PR:		docs/85986
Submitted by:	Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>
MFC after:	1 week
2006-05-12 17:42:48 +00:00
keramida
b5d9042424 After a mini-discussion with Sam Leffler, remove the hardcoded
list of Atheros-based cards from ath(4).  The online list is
always more up to date, anyway.

This invalidates:

PR:		docs/95360
Submitted by:	Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>
2006-05-12 12:55:56 +00:00
keramida
1fe559753b The 'device fd' line became obsolete some years ago, when the transition
to device hints was committed.  The GENERIC kernel configuration lost
its 'device fd' line at revision 1.260, committed by peter@ on
2000/06/13 22:28:46 UTC.

Delete the reference to 'device fd', to avoid kernel build breakage like
the one described in the PR audit trail.

PR:		docs/91448
Submitted by:	Eugene Grosbein <eugen@grosbein.pp.ru>
MFC after:	1 week
2006-05-11 17:23:03 +00:00
ambrisko
d502b8db32 Remove the dependency on procfs since it isn't used.
Noticed by:	des
2006-05-11 15:27:58 +00:00
flz
76e07854c3 - Change the "jail_" prefix for internal script variables. This fixes an
issue where some global jail_* variables were overriden in the script. [1]
- Change "jid" to "jname" in rc.conf(5), since it's more a jail name than a
jail id. [1]
- Update examples and comments in defaults/rc.conf to advertise new
variables and the fact that some of the jail-specific variables may be made
jail-global. [2]

Reported by:	pjd [1], clsung [2]
Approved by:	cperciva
X-MFC after:	i got sufficient testing from people using rc.d/jail
2006-05-11 14:23:43 +00:00
wollman
20f01e3400 Merge from vendor branch.
Updates to historic rules only for: part of Alaska, Algeria, Bulgaria,
Colombia, Easter Island, Italy, Malta, Mexico, Mongolia, Montserrat,
Puerto Rico, Poland, Russia, South Korea, Spain, part of North Dakota,
United Kingdom, Uruguay, Uzbekistan

Updates to current and future rules for: Guatemala, Haiti, Honduras,
part of Indiana, Iran, Nicaragua, Palestinian Territories, Sri Lanka,
Tunisia,

Updates to future rules only for: Canada, Thule AFB in Greenland
2006-05-11 04:50:25 +00:00
wollman
e414882468 This commit was generated by cvs2svn to compensate for changes in r158417,
which included commits to RCS files with non-trunk default branches.
2006-05-11 04:28:59 +00:00
wollman
de934427d3 Vendor import tzdata2006g. Too many changes to summarize here; of
particular importance to those living in the Western Hemisphere as
many non-U.S. zones will be changing DST rules next year to match the
U.S.

Obtained from:	Arthur David Olson, ftp://elsie.nci.nih.gov/
2006-05-11 04:28:59 +00:00
marcus
a585030ace Add a /media to FreeBSD. /media is a directory designed to contain
subdirectories that will be used for removable media mount points (i.e.
mount points for CDs, floppy disks, USB drives, etc.).  While the primary
purpose of /media is to provide a location for HAL
(http://www.freedesktop.org/wiki/Software_2fhal) to mount volumes, it could
be used by any application that needs to manage removable media volumes.

Discussed on:	arch@
Approved by:	mux
MFC after:	1 week
2006-05-10 18:53:15 +00:00
ambrisko
f7d4a6b03b Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
LSI MegaRAID SAS utility.

Sponsored by:		IronPort Systems
Man page help from:	brueffer
2006-05-09 22:27:01 +00:00
maxim
e46f79dc35 o FreeBSD 6.1 added. 2006-05-09 09:04:03 +00:00
jmg
87a18c121f match w/ prototype...
MFC after:	3 days
2006-05-08 04:25:35 +00:00
maxim
3ebbdee3b1 o OpenBSD 3.9 added. 2006-05-01 20:44:52 +00:00
brueffer
9c3fa60f2b Correct the interrupt override information.
PR:		93429
Submitted by:	Michaël Grünewald <michael.grunewald@laposte.net>
MFC after:	3 days
2006-05-01 11:56:18 +00:00
matteo
f1060e5ffe Backout my last changes. ISO-8859-15 does not specify ACS graphics.
Requested by: ache
2006-04-30 09:05:56 +00:00
matteo
f2c5013e89 Add curses ACS line graphics support for iso15 fonts
Now ncurses-based programs such as sysinstall and mc will display the
correct font for graphical lines instead of "-" and "+" characters.

Correct two special characters for cons25l1 in termcap: use real
arrows instead of ">>" and "<<".
Add a lot of additional symbols for line drawing which are taken from
the CP437 font.
Almost all of the ACS symbols are now implemented.

PR: conf/90082
Submitted by: Oliver Fromme <olli@secnetix.de>
MFC after:	1 week
2006-04-29 12:34:19 +00:00
thompsa
a3815ff8a1 Correct sentence, forwarding non IP packets is now an option. 2006-04-29 01:19:08 +00:00
keramida
717d157010 Typo. 2006-04-29 00:43:23 +00:00
keramida
713f37c123 Fix a couple of typos and other minor nits
Reviewed by:	rwatson
2006-04-28 23:21:36 +00:00
keramida
5c892289cb Minor improvements after last revision.
Reviewed by:	thompsa
2006-04-28 22:37:16 +00:00
maxim
bd6b3ab411 o Borrow from if_bridge.4: note that the bridge interface need to be upped.
PR:		docs/94545
Submitted by:	thompsa
2006-04-28 21:45:08 +00:00
rwatson
4bbacc2510 Fix typo.
MFC after:	1 month
Submitted by:	Antoine Brodin <antoine dot brodin@laposte dot net>
2006-04-28 19:43:44 +00:00
brueffer
349541001e Minor wording and formatting fixes. 2006-04-28 13:12:40 +00:00
ume
e14f1c3b3b - Extend the nsswitch to support Services, Protocols and Rpc
databases.
- Make nsswitch support caching.

Submitted by:	Michael Bushkov <bushman__at__rsu.ru>
Sponsored by:	Google Summer of Code 2005
2006-04-28 12:03:38 +00:00
thompsa
ec08531153 - use ath(4) in the wireless examples rather than the aging wi(4)
- make the packet filtering its own section and clarify a few points
 - note that the interfaces need to be upped [1]

PR:	docs/94545 [1]
2006-04-28 11:48:53 +00:00
rwatson
900c1aa177 Add a basic man page for the sysctl(9) macro interfaces. Previously man
pages existed only for the dynamic sysctl interfaces.  There's probably
more complete and accurate content, better advice, etc, that could be added
here.

Per scottl's suggest, add a small piece of moralizing text regarding the
fact that sysctl names quickly get embedded in system configuration files,
libraries, third party applications, and even books, so renaming and
removing names after they've been published is a tricky issue.

MFC after:	1 month
2006-04-28 10:45:27 +00:00
scottl
28ddd4c0ac Add a section about locking protocol for busdma. 2006-04-28 08:36:49 +00:00
brueffer
accf0051b8 Oops, forgot to remove the old entry in the last revision. 2006-04-28 06:23:42 +00:00
brueffer
ce8a76cd15 Install rr232x.4 only on i386 and amd64. 2006-04-28 06:13:19 +00:00
scottl
26d83c14a5 Add a manpage for the rr232x driver. 2006-04-28 04:26:00 +00:00
mr
0ba8cb5552 document the new tunable. 2006-04-25 16:52:54 +00:00
brueffer
e5341c464f Mention VIA VT8251 support. 2006-04-25 15:07:10 +00:00
marcel
e3ef44f73d Remove the sab(4) manpage. 2006-04-24 21:42:28 +00:00
jmg
83319e2271 document the various bus_space_*_stream_? functions... 2006-04-22 03:58:41 +00:00
jkoshy
9b5e82f535 Spelling/grammar fixes.
MFC after:	1 week
2006-04-21 01:33:04 +00:00
brueffer
985c22cddc - ipmi is a device, not an option (1)
- use standard formatting for authors

Submitted by:	Pawel Worach <pawel.worach@gmail.com> (1)
2006-04-20 18:29:59 +00:00
ache
7fa30b3b9c Fix x.fmt
PR:     88222
Submitted by:   Anders Lindquist <andersl@saaf.se>
2006-04-20 11:00:52 +00:00
jhb
173aa256de Add MLINKS for rwlock(9). 2006-04-19 21:09:39 +00:00
jhb
23bed816e2 Document rw_try_upgrade() and rw_downgrade(). 2006-04-19 21:09:17 +00:00
jhb
aa021f0145 Various nits and fixups so that the text reads smoother in several places.
Also, more closely match the prototypes in sys/rwlock.h and add a BUGS
section.
2006-04-19 20:43:35 +00:00
jhb
a74c12c708 Trim a couple of xrefs. 2006-04-19 20:41:56 +00:00
flz
b1851f7c4d - Add new ntpd_config variable so that people can override it in rc.conf.
- Add default value in /etc/defaults/rc.conf.
- Add documentation bits to rc.conf(5).

Approved by:	cperciva (mentor)
MFC after:	1 week
2006-04-18 15:02:24 +00:00
jhb
d989c9d478 - Sleep/wakeup operate on threads now, not processes.
- Describe msleep() as the primary sleep function now rather than tsleep()
  and describe tsleep() and msleep_spin() as variations.
- Try to make the description of msleep() a bit closer to English
  (sentences with actual subjects, etc.)
- Document that a priority of 0 now prevents the thread's priority from
  being altered.
- Add a history note for wakeup_one().
2006-04-17 19:11:12 +00:00
maxim
ca4a49d5e9 o Document /dev/fido.
PR:		docs/85425
Approved by:	phk
MFC after:	2 weeks
2006-04-15 17:52:02 +00:00
maxim
e3ccf599d5 o Fix prototype for SYSCALL_MODULE(9): the third argument
is a pointer to struct sysent.  Correct its description.

PR:		docs/84790
Submitted by:	Dirk Gouders
MFC after:	2 weeks
2006-04-15 12:04:18 +00:00
ru
97c4cd6d34 Fix markup and some typos. 2006-04-14 09:20:25 +00:00
cracauer
452517900b Make CCD be able to read and write Linux software raids.
Supported for raid-0 with <n> disks, raid-1 with 2 disks.

Manpages have examples, warnings etc.

Test scripts on
http://www.cons.org/cracauer/ccdconfig-linux/
Reviewed by:	alfred
2006-04-13 20:35:31 +00:00
brooks
054ff1b467 Spell synchronous with required silent 'h'.
Reported by:	ru, ceri
Pointy hat:	brooks
2006-04-13 18:34:14 +00:00
brueffer
38305ead8b bce(4) does polling too.
MFC after:	3 days
2006-04-13 17:44:40 +00:00
ru
0337714208 Regen. 2006-04-13 10:38:43 +00:00
brooks
1f100dedee Commit the various network interface configutation updates I've been
working on.
  1) Make it possible to configure interfaces with certain characters in
     their names that aren't valid in shell variables.  Currently supported
     characters are ".-/+".  They are converted into '_' characters.
  2) Replace nearly all eval statements in network.subr with a new
     function get_if_var which substitues an interface name (after the
     translations above) for "IF" in a variable name.
  3) Fix list_net_interfaces() in the nodhcp case.
  4) Allow the administrator to specify if dhclient should be started
     when /etc/rc.d/netif configures the interface or only by devd.
     This can be set on both a per interface and system wide basis.

PR:	conf/88974 [1,2], conf/92433 [1,2]
2006-04-13 06:50:46 +00:00
brueffer
b9f45ae81a Document the bluetooth/, rc.d/, security/ and ssh/ etc subdirectories.
Prodded by:	markus
MFC after:	3 days
2006-04-12 18:41:25 +00:00
mjacob
8ecd1bb434 If we end up with a CTIO completing with CAM_REQUEUE_REQ,
be obliging and just redo the request instead of squawking
and dying.
2006-04-11 21:36:43 +00:00
brueffer
02cd847e4f Fix typo.
PR:		95620
Submitted by:	Stephane Bortzmeyer <bortzmeyer@nic.fr>
MFC after:	3 days
2006-04-11 15:30:13 +00:00
flz
be9a006308 - Add support for the Acer Acerscan 640BT.
- Add documentation bits.

PR:		usb/95616
Submitted by:	Matthieu Guegan <lesaint@gcu.info>
Approved by:	cperciva (mentor)
MFC after:	3 days
2006-04-11 10:44:31 +00:00
brueffer
5b564b95be Add bce(4). 2006-04-10 20:33:42 +00:00
brueffer
33ee29e03e - Correct some typos
- New sentence, new line
2006-04-10 20:12:17 +00:00
ps
cc2c59e66f Hook bce up to the build 2006-04-10 20:04:22 +00:00
ps
c2fa353e65 Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)
PCI/PCIe Gigabit Ethernet adapeter.

Submitted by:	David Christensen
2006-04-10 19:55:23 +00:00
pjd
65ac7dfb9e Remove redundant 'from'. 2006-04-10 18:19:29 +00:00
pjd
fcb4685f26 Document CRD_F_KEY_EXPLICIT flag. While here more flags description more
readable.

MFC after:	2 weeks
2006-04-10 18:17:43 +00:00
flz
551b3c3b20 - Mention the Epson Stylus Photo RX425 scanner in uscanner(4), missed in my
latest commit.

Reminded by:	simon
Approved by:	cpercival (mentor, implicit)
MFC after:	3 days
2006-04-10 11:00:25 +00:00
philip
fc05f0ee1c Sync acpi_asus(4) manual with the code.
Reminded by:	brueffer
X-MFC after:	3 days (or so)
2006-04-09 17:05:17 +00:00
flz
04498a993a - Add following global jail options, used if no jail-specific options are
set:
 * jail_mount_enable
 * jail_devfs_ruleset
 * jail_devfs_enable
 * jail_fdescfs_enable
 * jail_procfs_enable
 * jail_fstab
 * jail_flags
- Add a jail_interface / jail_<jid>_interface option. An ip alias will be
created (jail_<jid>_ip) on jail_interface or jail_<jid>_interface if set.
This is not a mandatory option.
- Document all missing jail_* options in rc.conf(5).

Approved by:	cperciva (mentor)
MFC after:	2 weeks
2006-04-08 12:15:36 +00:00
dd
4170173ab0 Fix typo/pasto: Make NGM_FEC_MODE_* match set_mode_*. 2006-04-06 00:32:28 +00:00
brueffer
22d79ef7da Revert the backout in the last revision, it was committed to the wrong branch.
Pointy hat to:  brueffer
2006-04-05 21:51:40 +00:00
brueffer
77c154d78d Back out the fan control changes that were merged in revision 1.2.2.5.
The necessary changes to the driver haven't been merged yet, which won't
happen before 6.1-RELEASE.

Submitted by:	markus
Approved by:	re (scottl)
2006-04-05 21:40:14 +00:00
jmg
7ad8a72278 add links for the functions documented in bus_space.9... 2006-04-04 22:56:08 +00:00
flz
c728727d1b - Sync rc.subr with NetBSD.
- Merge some documentation bits.

Reviewed by:	brooks, simon (doc)
Approved by:	cperciva (mentor)
Obtained from:	NetBSD
MFC after:	3 days
2006-04-04 10:52:15 +00:00
scottl
03aec348ee The MFI driver appears first in FreeBSD 6.1 2006-04-04 04:11:55 +00:00
peter
3be39fdbda Update pmap_remove_pages(9) doc. 2006-04-03 21:17:36 +00:00
phk
7b5362e652 Have WITHOUT_BIND_MTREE imply WITHOUT_BIND_ETC 2006-04-01 18:11:42 +00:00
brueffer
6b3805592d Convert the SYNOPSIS section to look like the ones used in other driver
manpages, mention module support.

MFC after:	3 days
2006-04-01 11:21:00 +00:00
brueffer
952b01bba9 Convert the SYNOPSIS section to look like the ones used in other driver
manpages, mention module support.
Also add the crypto and cryptodev devices as the drivers are kind of useless
without them.

MFC after:	3 days
2006-04-01 10:56:36 +00:00
brueffer
1621c9cdaa Convert the SYNOPSIS section to look like the ones used in other driver
manpages.

MFC after:	3 days
2006-04-01 10:55:00 +00:00
brueffer
296027ed52 Convert the SYNOPSIS section to look like the ones used in other driver
manpages.  Don't mention the include file, it's not important for the
operation of this driver.

MFC after:	3 days
2006-04-01 10:37:35 +00:00
brueffer
7426a2a8f4 Add a standard boilerplate to the SYNOPSIS section that mentions how
to load a kernel module.

MFC after:	3 days
2006-04-01 10:10:36 +00:00
brueffer
83cdc2ae52 Mention the module in the synopsis. 2006-04-01 09:55:37 +00:00
marcel
a2e65a6e4e o Add scc(4) to the build.
o  Add the scc(4) manpage to the build.
o  Update the uart(4) manpage to account for scc(4).
o  Update the uart(4) module build to include support for scc(4).
2006-03-30 18:39:24 +00:00
marcel
0215f8085c Add scc(4), a driver for serial communications controllers. These
controllers typically have multiple channels and support a number
of serial communications protocols. The scc(4) driver is itself
an umbrella driver that delegates the control over each channel
and mode to a subordinate driver (like uart(4)).
The scc(4) driver supports the Siemens SAB 82532 and the Zilog
Z8530 and replaces puc(4) for these devices.
2006-03-30 18:33:22 +00:00
jmg
9dd1a6be31 document the tty files that uart(4) provides like sio(4) and pty(4) both
do..  This copies only part of the FILES section from sio(4)....

We might want to make tty(4) document the files provided, and have each of
these document the characters that it uses...

Pointed out by:	Yasholomew Yashinski
MFC after:	3 days
2006-03-30 02:27:25 +00:00
brueffer
2f87ec6922 Mention that MegaRAID SAS controllers are supported by mfi(4). 2006-03-29 21:02:35 +00:00