Commit Graph

10081 Commits

Author SHA1 Message Date
netchild
f9769978fd - document powerd_flags too
- add a reference to powerd(8)

Approved by:	mentor (joerg)
2005-05-01 08:34:01 +00:00
sam
bb48409bdc update for recent api changes 2005-05-01 02:12:44 +00:00
brooks
0b7b34c28d Remove the Netgear WG311 from the list. The v1 card is supported, but
the v2 card is a TI.  Since we're not attempting to keep this list
complete, removing this is best.

Reported by:	Brian Candler <B dot Candler at pobox dot com>
		Evan Dower <evantd at hotmail dot com>
MFC After:	1 day
2005-04-29 15:07:44 +00:00
harti
19149abcb8 Toggle on warnings. This resolves the problem with building old releases
(getting zillions of warnings). Building an old release uses that release's
sys.mk which does not switch on these warnings, so make will be silent.
They can be switch on on the command line with the -x option to make.
This has been tested by building RELENG_5_4 on CURRENT.
2005-04-29 14:44:10 +00:00
darrenr
851bb6e47a IPFIlter problems that prevented building should all now be resolved so
remove this temporary measure.
2005-04-28 23:29:00 +00:00
scottl
ee7aa06495 Disable the IPFILTER bits until they compile again. This can be overriden
by adding WANT_IPFILTER to /etc/make.conf.  Note that this is only a partial
hack and only works when building the world and kernel the 'sanctioned' way.
I hope that this hack is only temporary and can be reverted soon.
2005-04-27 14:13:55 +00:00
mlaier
7f5254d43a Typeo.
Submitted by:	Emil Mikulic
2005-04-25 10:14:26 +00:00
bz
f72efae30d Document sysctl introduced with if_sk.c rev. 1.101.
Add D-Link DGE-530T to list of supported hardware.

Reviewed by:	ru (initial version), simon (updated version)
Approved by:	pjd (mentor)
2005-04-24 20:26:09 +00:00
bz
afe9be0373 Add note to remove nis entries when compiling with NO_NIS.
Reviewed by:	ru (initial version), simon (updated version)
Approved by:	pjd (mentor)
2005-04-24 20:24:59 +00:00
njl
161ef1aa29 Document the debug.acpi.max_threads tunable. 2005-04-22 23:21:09 +00:00
brueffer
7606f5bd6d Add the short but important word 'software' to the title. 2005-04-21 14:58:26 +00:00
suz
179d9b52dd FAITH's base spec has already been an RFC
Obtained from: KAME
MFC after: 1 day
2005-04-21 13:27:13 +00:00
ache
8d982f811b Comments correction
Submitted by:   Yury Tarasievich <spytar@yahoo.com>
2005-04-21 09:15:19 +00:00
glebius
c63211e314 Manpage for unit allocator functions.
Reviewed by:	phk
2005-04-20 19:11:05 +00:00
brueffer
f6adf15431 Fix typo.
PR:		80133
Submitted by:	Zheyu Shen <free.bsd@gmx.net>
2005-04-20 10:41:09 +00:00
simon
ba47014ecf Cross reference ehci(4).
Suggested by:	Flemming Jacobsen
MFC after:	3 days
2005-04-20 07:33:09 +00:00
njl
6a8edfc773 Add a driver for SMI-based SpeedStep. The hardware supports two frequency
settings and is an older version of the same design used for ICH SpeedStep.
It is only known to be available on PIIX4 chipsets.

Many thanks to Bruno Ducrot for writing the driver and Jon Noack for
testing.

Submitted by:	Bruno Ducrot
2005-04-19 16:38:24 +00:00
jkoshy
50bb346b1a Bring API documentation for sleepqueue(9) in sync with the code
in -current.

Reviewed by:	ru
2005-04-19 16:30:25 +00:00
jkoshy
091f09070c Document taskqueue_run_fast(). Markup 'Giant' with ".Va".
Reviewed by:	ru
2005-04-19 16:23:00 +00:00
jkoshy
8561b9852a Bring a working snapshot of hwpmc(4), its associated libraries, userland utilities
and documentation into -CURRENT.

Bump FreeBSD_version.

Reviewed by:	alc, jhb (kernel changes)
2005-04-19 04:01:25 +00:00
damien
bc7fd9c1fc Initial import of ipw, iwi, ral and ural drivers:
ipw  - Intel PRO/Wireless 2100
iwi  - Intel PRO/Wireless 2200BG/2225BG/2915ABG
ral  - Ralink Technology RT2500
ural - Ralink Technology RT2500USB

Approved by:	silby (mentor)
2005-04-18 18:47:38 +00:00
glebius
bea3588968 Document bsnmpd related options.
Reminded by:	maxim
2005-04-18 07:39:53 +00:00
iedowse
f0c13f0bc0 Correct a comment about which parallel port pin is used to drive
the RS signal.

PR:		misc/20139
2005-04-17 21:55:00 +00:00
simon
f303a7e070 Catch up with new naming scheme for USB serial devices: s/ucom/cuaU/.
PR:		docs/80027
Submitted by:	Rong-En Fan <rafan@infor.org>
2005-04-17 16:08:51 +00:00
brueffer
f03084bbdd Xref ataraid(4). 2005-04-16 12:43:17 +00:00
brueffer
b078d47d0b Manual page for the ataraid(4) software RAID driver.
Reviewed by:	sos
2005-04-16 12:40:38 +00:00
rwatson
27d16a4804 Modify the alq(9) alq_open() API to accept a file creation mode, rather
than defaulting the cmode argument to vn_open() to 0.  Supply a default
argument of ALQ_DEFAULT_CMODE (0600) in current callers.

Discussed with/pointed out by:	hmp
Reveiwed by:	jeff, hmp
MFC after:	3 days
2005-04-16 12:12:27 +00:00
ru
d3fa036ebe Grr, fix another braino. 2005-04-16 05:34:48 +00:00
ru
e8712fcccf Fix braino in previous revision. 2005-04-16 05:33:42 +00:00
simon
0d87be1450 - Add Dell PERC 4ei to the list of supported devices. It's an
alias used by Dell sometimes for PERC 4e/Si. [1]
- Delete some trailing whitespace.

MFC after:	1 day
Rapported by:	Jon Kuster <kwsn@earthlink.net> [1]
2005-04-15 21:18:31 +00:00
jkoshy
d03c82d16f Add a 'SEE ALSO' section. 2005-04-15 14:46:59 +00:00
pjd
815386cca4 Add missing links.
MFC after:	2 weeks
2005-04-15 10:57:34 +00:00
phk
fb3f51f394 Add NO_DICT handle. Saves almost 3.5 MB installed. 2005-04-13 10:02:58 +00:00
mdodd
642653bef9 Provide a sysctl (net.link.tap.user_open) to allow unpriviliged
acces to tap(4) device nodes based on file system permission.

Duplicate the 'debug.if_tap_debug' sysctl under the
'net.link.tap' hierarchy.
2005-04-13 00:30:19 +00:00
mdodd
7c97e88f04 Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.
- Add unp_addsockcred() (for LOCAL_CREDS).
- Add an argument to unp_connect2() to differentiate between
  PRU_CONNECT and PRU_CONNECT2. (for LOCAL_CONNWAIT)

Obtained from:	 NetBSD (with some changes)
2005-04-13 00:01:46 +00:00
mdodd
cfc25da207 Indent structure members. 2005-04-12 23:49:57 +00:00
mdodd
51366ada5f Document the SUN_LEN macro.
Obtained from:	 NetBSD
2005-04-12 23:24:40 +00:00
sheldonh
f3cedc8862 Regen:
* Hart:		rev 517 of pcidevs.txt (2005-03-21)
* Boemler:      vendors.txt (2005-04-04)

Approved by:	re (kensmith)
2005-04-12 13:03:42 +00:00
trhodes
ba5d82592c Avoid using the word "interface" twice in a sentence. 2005-04-11 16:53:40 +00:00
harti
3278d5c44c Make sure the only thing that follows .endif or .else is a comment. 2005-04-11 07:13:29 +00:00
njl
3b0df6583a Update for verbose debugging support and add Bruno Ducrot author note. 2005-04-10 19:27:03 +00:00
maxim
ad19982130 o Add DragonFly 1.2.0.
o s/DFD/DFB/g as DragonFly people did.
2005-04-10 14:26:58 +00:00
pjd
3c11f5fd6d Create links to crypto.9 for every crypto(9) function.
OK'ed by:	sam
MFC after:	2 weeks
2005-04-09 18:38:54 +00:00
alfred
ce027b5887 Document the debug.witness.watch sysctl/tuneable. 2005-04-09 14:09:54 +00:00
joel
3662a97cf8 Fix small spelling error.
Approved by:	brueffer (mentor)
2005-04-09 08:47:38 +00:00
maxim
1b78e30805 o Document net.inet.ip.maxfragpackets and maxfragsperpacket sysctls.
Reviewed by:	ru, silby
MFC after:	1 week
2005-04-09 08:44:57 +00:00
brueffer
b187761554 Document FTDI FT2232C support. 2005-04-08 18:12:07 +00:00
joel
5150d3db5f Expand contractions.
Approved by:	brueffer (mentor)
2005-04-08 10:38:12 +00:00
sobomax
ffccab6cf0 Backout previous diffs - this functionality is already provided by the
hints to the atkbd(4).

Submitted by:   jhb
2005-04-07 23:59:38 +00:00
rwatson
5989725697 Add rudimentary man pages for kernel options sched_4bsd and sched_ule,
which document some of the sysctls available for configuring 4bsd, some
of the bullet features of ule, and that ule is considered experimental
still.

MFC after:	3 days
2005-04-07 21:57:19 +00:00