Commit Graph

7863 Commits

Author SHA1 Message Date
trhodes
eb0ba4ec65 Xref sytle.Makefile(5).
PR:	51183
2003-04-26 15:37:39 +00:00
brueffer
5da716ab51 Mbits -> Mbits/s
band width -> bandwidth

PR:		39822
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
MFC after:	3 days
2003-04-26 09:30:34 +00:00
brueffer
4aace55e37 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
321397d2ac Remove a stray sentence. 2003-04-25 17:08:47 +00:00
hmp
7f88c774aa device s/acpica/acpi/
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Approved by: des (mentor)
2003-04-24 09:54:18 +00:00
trhodes
8c1c657b2b 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
trhodes
00ef1a6d38 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
ru
63e45b5e96 Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.
Reviewed by:	bde
2003-04-22 11:04:25 +00:00
ru
f762770872 Bump document date for previous revision.
Fix list type.
2003-04-22 09:39:10 +00:00
dougb
be6143e5c1 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
imp
626915efb0 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
imp
b2771b9fc1 Document device_printf(9). 2003-04-22 03:32:31 +00:00
imp
c1d7188ef6 Document device_set_ivars(9) as well. 2003-04-22 03:25:14 +00:00
imp
25b1d5b390 man page for device_get_parent. 2003-04-22 00:26:02 +00:00
imp
97289fd852 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
imp
1113ec3486 Add man page for device_get_name and device_get_nameunit. 2003-04-22 00:18:55 +00:00
jhb
24bec21a1d - 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
brueffer
48e2918866 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
imp
46fce40ba4 Xref these two functions, since they are similar enough to cause confusion. 2003-04-21 18:27:44 +00:00
imp
bf3c19d09d Simple man page for new device_is_attached. 2003-04-21 18:25:04 +00:00
imp
8135efef60 Add a man page for device_is_alive. 2003-04-21 18:24:05 +00:00
obrien
498890779e Note that KZPSC have ancient, non-upgradable firmware and that affects
the driver.

Submitted by:	wilko
2003-04-20 22:27:44 +00:00
obrien
ca40b71b3f Document the KZPCA-AA. 2003-04-20 22:13:50 +00:00
obrien
1c3ba8df6c Note the Qlogic 1040 is a KZPBA in DEC-speak.
Reviewed by:	wilko
2003-04-20 22:10:13 +00:00
obrien
affa799edd 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
obrien
6eaeabc901 Document the DEC variants. 2003-04-20 22:04:36 +00:00
obrien
f41cbd265e The i386-specific asr manpage has been repo copied to the MI section. 2003-04-20 22:01:37 +00:00
murray
bce001b31b More terms. 2003-04-20 21:36:12 +00:00
murray
7c9159033d More terms. 2003-04-20 20:42:20 +00:00
murray
887eed6a20 Add more FreeBSD specific terminology to help reduce false-positives
when spell-checking the FreeBSD documentation.
2003-04-20 20:35:18 +00:00
wpaul
89b926297c Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based
devices).
2003-04-20 20:15:42 +00:00
wpaul
7da96cde81 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
jdp
bfcb757e94 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
simokawa
d46ad63263 We don't need "device fwohci" in the kernel config file. 2003-04-17 03:46:09 +00:00
mtm
43cffcd49d Add new knobs for controlling jails in rc.d and document them.
Approved by:	makrm (mentor)
2003-04-16 16:29:51 +00:00
ru
5ee52a8d2c 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
ru
1fc07cd325 Create the whatis(1) database in /usr/share/openssl/man. 2003-04-16 11:28:45 +00:00
wollman
0cf07475b6 Update for the two most recent newsletters from ISO 3166/MA. 2003-04-16 02:13:21 +00:00
trhodes
dbc6154bcd 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
mux
1160949c0b Add a note about the work I did for fxp(4) here. 2003-04-15 21:21:36 +00:00
silby
e27fa75a25 Add a description of m_defragrandomfailures. 2003-04-15 02:26:13 +00:00
obrien
6d88ecb087 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
silby
a1e4a3bd3b Update the list of devices supported to match the driver.
MFC after:	2 days
2003-04-13 23:31:47 +00:00
silby
1f7d4cf49f Add info on how to use the MBUF_STRESS_TEST options. (Only 1 option
at present.)
2003-04-13 23:31:06 +00:00
fjoe
4401fcd5cc 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
fjoe
7d3a66763e manual page for Granch SBNI12-xx network interface driver 2003-04-13 06:13:47 +00:00
tjr
f9e2a83738 Add terse descriptions for NLSPATH and LC_*. 2003-04-12 05:20:15 +00:00
obrien
2793f041d5 Default the userland to 486 capabilities. 2003-04-11 21:28:17 +00:00
keramida
1149fd77be 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
shiba
b325ee1243 NEC PK-WL001 is Lucent, not Prism-II. 2003-04-10 17:04:03 +00:00