Christian Brueffer
73c294fd8b
Fix a misspelled word introduced by my last commit
...
MFC with the rest of the changes
2003-04-25 21:02:15 +00:00
Jake Burkholder
c40586c87d
Remove a stray sentence.
2003-04-25 17:08:47 +00:00
Hiten Pandya
70ce116756
device s/acpica/acpi/
...
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Approved by: des (mentor)
2003-04-24 09:54:18 +00:00
Tom Rhodes
2d93d309a7
Use .Pa for the pccard_ether file.
...
s/spppconfig/spppcontrol/
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
2003-04-22 18:53:14 +00:00
Tom Rhodes
3301bb2349
Catch this file up with ufs/ffs/fs.h.
...
PR: 51189
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-04-22 18:20:44 +00:00
Ruslan Ermilov
2244cda2bc
Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.
...
Reviewed by: bde
2003-04-22 11:04:25 +00:00
Ruslan Ermilov
8d739a3f28
Bump document date for previous revision.
...
Fix list type.
2003-04-22 09:39:10 +00:00
Doug Barton
62bb7f3301
FreeBSD has no systrace(1), and our rc.subr does not support it.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-04-22 05:13:55 +00:00
Warner Losh
bf2331bae4
Document device_set_driver(9)
...
# now all driver_* functions used outside of subr_bus.o in my kernel
# are documented.
2003-04-22 03:43:44 +00:00
Warner Losh
6e684dce35
Document device_printf(9).
2003-04-22 03:32:31 +00:00
Warner Losh
c56c6bab42
Document device_set_ivars(9) as well.
2003-04-22 03:25:14 +00:00
Warner Losh
44d993e38a
man page for device_get_parent.
2003-04-22 00:26:02 +00:00
Warner Losh
c82d43ff7a
device_is_alive already was documented in device_get_state, so remove the
...
separate man page. Document new device_is_attached there and remove that
new man page too.
Connect device_get_name to build, and install a link for
device_get_nameunit.
strangely nobody noticed this yet...
2003-04-22 00:21:28 +00:00
Warner Losh
f6bcbf520a
Add man page for device_get_name and device_get_nameunit.
2003-04-22 00:18:55 +00:00
John Baldwin
e72380dd09
- Don't highlight options APIC_IO at the top since it only applies to i386
...
and this manpage is somewhat machine independent.
- Don't redundantly say that SMP support is present for all supported
architectures. Instead, say that it is present for all Tier-1
architectures.
- Note that an SMP kernel not booting on a UP machine is an i386-only
exception.
- Add a paragraph about hyperthreading support including some docco on the
machdep.hlt_logical_cpus sysctl ps@ recently added.
- Note that SMP support for alpha, ia64, and sparc64 debuted in 5.0.
2003-04-21 20:05:33 +00:00
Christian Brueffer
a4d4bca179
Grammar and spelling fixes, improved the wording a bit
...
A slightly different patch than the one from the PR was applied
PR: 38815
Submitted by: Chris Pepper <pepper@guest.reppep.com>
MFC after: 3 days
2003-04-21 19:08:35 +00:00
Warner Losh
1f27c12a7e
Xref these two functions, since they are similar enough to cause confusion.
2003-04-21 18:27:44 +00:00
Warner Losh
41c44039c9
Simple man page for new device_is_attached.
2003-04-21 18:25:04 +00:00
Warner Losh
dd7520c9eb
Add a man page for device_is_alive.
2003-04-21 18:24:05 +00:00
David E. O'Brien
6d3138d7b2
Note that KZPSC have ancient, non-upgradable firmware and that affects
...
the driver.
Submitted by: wilko
2003-04-20 22:27:44 +00:00
David E. O'Brien
7794eb6d3b
Document the KZPCA-AA.
2003-04-20 22:13:50 +00:00
David E. O'Brien
182c9e7e1c
Note the Qlogic 1040 is a KZPBA in DEC-speak.
...
Reviewed by: wilko
2003-04-20 22:10:13 +00:00
David E. O'Brien
9d27d78bc6
Document the DEC variants.
...
Also note the model numbers for the AcceleRAID and eXtremeRAID variants.
Reviewed by: wilko
2003-04-20 22:07:38 +00:00
David E. O'Brien
f339525e76
Document the DEC variants.
2003-04-20 22:04:36 +00:00
David E. O'Brien
041616aa13
The i386-specific asr manpage has been repo copied to the MI section.
2003-04-20 22:01:37 +00:00
Murray Stokely
c50463b9b3
More terms.
2003-04-20 21:36:12 +00:00
Murray Stokely
a4c788078f
More terms.
2003-04-20 20:42:20 +00:00
Murray Stokely
66741945ce
Add more FreeBSD specific terminology to help reduce false-positives
...
when spell-checking the FreeBSD documentation.
2003-04-20 20:35:18 +00:00
Bill Paul
e5c195da55
Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based
...
devices).
2003-04-20 20:15:42 +00:00
Bill Paul
87b4a25958
Add device driver support for the ASIX Electronics AX88172 USB 2.0
...
ethernet controller. The driver has been tested with the LinkSys
USB200M adapter. I know for a fact that there are other devices out
there with this chip but don't have all the USB vendor/device IDs.
Note: I'm not sure if this will force the driver to end up in the
install kernel image or not. Special magic needs to be done to exclude
it to keep the boot floppies from bloating again, someone please
advise.
2003-04-20 19:05:33 +00:00
John Polstra
8c0d4b5f92
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
...
libthr. No changes were made to libpthread by request of deischen,
who will soon commit a real implementation for that library.
PR: standards/50848
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
MFC after: 1 week
2003-04-20 01:53:13 +00:00
Hidetoshi Shimokawa
909928b6ea
We don't need "device fwohci" in the kernel config file.
2003-04-17 03:46:09 +00:00
Mike Makonnen
600b20796f
Add new knobs for controlling jails in rc.d and document them.
...
Approved by: makrm (mentor)
2003-04-16 16:29:51 +00:00
Ruslan Ermilov
568dc1b801
There is no format(8) manual page available, but it would be really
...
nice to have, now that we have different semantics of initializing
disks on systems with BSD labels, SUN labels, and GPT partitions.
2003-04-16 12:11:01 +00:00
Ruslan Ermilov
9d05db9df5
Create the whatis(1) database in /usr/share/openssl/man.
2003-04-16 11:28:45 +00:00
Garrett Wollman
66a0371731
Update for the two most recent newsletters from ISO 3166/MA.
2003-04-16 02:13:21 +00:00
Tom Rhodes
c1e3a71e35
Catch this file up with rc.conf(5).
...
Submitted by: Simon L. Nielsen <simon@nitro.dk> (original version)
2003-04-15 21:48:40 +00:00
Maxime Henrion
4cc07f169c
Add a note about the work I did for fxp(4) here.
2003-04-15 21:21:36 +00:00
Mike Silbersack
5a00719d7b
Add a description of m_defragrandomfailures.
2003-04-15 02:26:13 +00:00
David E. O'Brien
ae7906208d
Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.
...
PR: 50801
Submitted by: Glenn Johnson <glennpj@charter.net>
2003-04-14 17:36:29 +00:00
Mike Silbersack
0e7537d0d4
Update the list of devices supported to match the driver.
...
MFC after: 2 days
2003-04-13 23:31:47 +00:00
Mike Silbersack
3cab047e0b
Add info on how to use the MBUF_STRESS_TEST options. (Only 1 option
...
at present.)
2003-04-13 23:31:06 +00:00
Max Khon
7d0de413cb
Driver for Granch SBNI16 SHDSL modem
...
Submitted by: Denis I. Timofeev <timofeev@granch.ru>
MFC after: 1 week
2003-04-13 06:27:13 +00:00
Max Khon
fcbbbd4a4b
manual page for Granch SBNI12-xx network interface driver
2003-04-13 06:13:47 +00:00
Tim J. Robbins
66d6259121
Add terse descriptions for NLSPATH and LC_*.
2003-04-12 05:20:15 +00:00
David E. O'Brien
7d40314e32
Default the userland to 486 capabilities.
2003-04-11 21:28:17 +00:00
Giorgos Keramidas
e40db2c46e
Quote authname and authkey. Some ISPs allow (or even require)
...
non-alphanumeric characters in these and this will be a hint to the
users that quotes can and should be used in such cases.
PR: docs/42292
Submitted by: Matthias Andree <matthias.andree@web.de>
MFC after: 1 week
2003-04-10 21:33:02 +00:00
Takeshi Shibagaki
a8f985e51e
NEC PK-WL001 is Lucent, not Prism-II.
2003-04-10 17:04:03 +00:00
Hartmut Brandt
7081c47416
Forced commit to fill in the fields below for the last commit. Also
...
bump the date of the man page.
PR: docs/24797
Reviewed by: bde, jake, jhb
2003-04-10 10:18:56 +00:00
Jake Burkholder
8dc6de5168
Fix non-word.
...
Noticed by: njl
2003-04-09 16:58:39 +00:00