Sam Leffler
6e0186d5ee
add callout_schedule; besides being useful it also improves
...
compatibility with other systems
Reviewed by: ed, battlez
2008-08-02 17:42:38 +00:00
Colin Percival
cd44e09c66
Document new IDSIgnorePaths directive.
2008-08-02 00:13:51 +00:00
Warner Losh
f1345f5393
Add a few clarifications to this man page. Also, add a table that
...
describes the minimum versions of each feature and each chipset type
supported by this driver. Basically, unless you have a very modern
version of firmware on a Prism card, you won't be able to use these
cards for much on modern networks that have any kind of protection
enabled, except for the few WEP-only stranglers that appear at some
conferences...
2008-07-26 18:31:39 +00:00
Pawel Jakub Dawidek
7f41115ef6
Implement the following macros for completeness:
...
SYSCTL_QUAD()
SYSCTL_ADD_QUAD()
TUNABLE_QUAD()
TUNABLE_QUAD_FETCH()
Now we can use 64bit tunables on 32bit systems.
2008-07-21 15:05:25 +00:00
Maxim Konovalov
dc5aa2110e
o Document "show conifhk", wording from r180610 commit log.
...
Reviewed by: rwatson
2008-07-21 10:03:02 +00:00
Lars Engels
fdec4b4190
Properly underline force_depend's parameter.
...
Reviewed by: brueffer
2008-07-20 10:06:14 +00:00
David Malone
167fcf0511
Add a man page for the DNS accept filter.
2008-07-18 14:46:01 +00:00
Christian Brueffer
960e10f9e9
Manpage for the et(4) driver.
...
Obtained from: DragonFly
2008-07-14 18:15:43 +00:00
Remko Lodder
1091cc09ef
More explicitly mention that we support the 2920C with the ahc driver.
...
PR: 125535
Submitted by: Bob Bishop <rb at gid dot co dot uk>
MFC after: 3 days
2008-07-13 13:56:21 +00:00
Daniel Gerzo
6b527d112c
Back-out my previous change. See the thread at
...
http://lists.freebsd.org/pipermail/cvs-all/2008-July/263779.html
2008-07-10 11:24:41 +00:00
Weongyo Jeong
f4841b5380
the driver don't support AD-HOC mode currently.
2008-07-10 08:44:02 +00:00
Daniel Gerzo
1249a78860
- nested functions are a GCC extensions and should not be used
...
Submitted by: gahr
MFC after: 3 days
2008-07-09 14:04:28 +00:00
Weongyo Jeong
4951c55c3c
remove a useless example.
...
Pointed by: imp
2008-07-08 04:15:07 +00:00
Bjoern A. Zeeb
dea0ed6690
Add a `show cpusets' DDB command to print numbered root and
...
assigned CPU affinity sets.
Reviewed by: brooks
2008-07-07 21:32:02 +00:00
David Malone
0d1532e0ef
Update man page for addition of BIOCSETFNR. Subversion didn't want
...
to commit this at the same time for some reason.
2008-07-07 09:27:02 +00:00
Weongyo Jeong
55f2aa7451
correct device name errors and wrong informations that currently malo(4)
...
don't support ad-hoc mode and there's no a man page like malofw(4).
2008-07-07 02:39:39 +00:00
Warner Losh
278324026c
Add two corega cards and annotate 8041 V2 chipset.
2008-07-06 06:24:02 +00:00
John Baldwin
a78c3ed89c
Remove the sbsh(4) driver. No one responded to requests for testing the
...
MPSAFE patches on current@ and stable@. This driver also has a fundamental
issue in that it sleeps when sending commands to the card including in the
if_init/if_start routines (which can be called from interrupt context). As
such, the driver shouldn't be working reliably even on 4.x.
2008-07-04 21:24:35 +00:00
John Baldwin
e9a31041c0
Remove the sbni(4) driver. No one responded to calls to test it on
...
current@ and stable@.
2008-07-04 21:06:57 +00:00
John Baldwin
67c58e8a6e
Remove the cnw(4) driver. No one responded to calls to test it on current@
...
and stable@. It also is a driver for an older non-802.11 wireless PC card
that is quite slow in comparison to say, wi(4). I know Warner wants this
driver axed as well.
2008-07-04 19:13:15 +00:00
John Baldwin
2c6298572e
Remove the oltr(4) driver. No one responded to calls for testing on
...
current@ and stable@ for the locking patches. The driver can always be
revived if someone tests it.
This driver also sleeps in its if_init routine, so it likely doesn't really
work at all anyway in modern releases.
2008-07-04 18:58:53 +00:00
John Baldwin
94f923b69d
Remove the arl(4) driver. It is reported to not work on 6.x or later
...
even though the driver hasn't changed since 4.x (last known working
release).
2008-07-04 18:15:36 +00:00
Nathan Whitehorn
97a04b5e19
Add manpage for Apple BMAC ethernet driver.
...
Approved by: marcel (mentor)
2008-07-04 14:51:42 +00:00
Daniel Gerzo
139ce056e6
- fix typos
...
PR: docs/125223
Submitted by: Fabian Keil <fk (a) fabiankeil.de>
MFC after: 3 days
2008-07-03 16:48:35 +00:00
Marc Fonvieille
29881a8358
Elexol USB MOD3 is also supported.
2008-07-03 12:48:13 +00:00
Ed Maste
1f56858361
Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:
...
Adaptec RAID 2045
Adaptec RAID 2405
Adaptec RAID 2445
Adaptec RAID 2805
Without this change these devices are supported by the driver's family
support, but they then appear as "Adaptec RAID Controller" in boot
messages and the dev.aac.0.%desc sysctl.
2008-06-27 19:34:47 +00:00
Ruslan Ermilov
5c1eb5ea14
Regen properly.
2008-06-25 21:42:23 +00:00
Ruslan Ermilov
5a9bc08994
Regen.
2008-06-25 21:36:25 +00:00
Simon L. B. Nielsen
44c8009459
To catch up with rev 179872: rename enable_quotas to quota_enable.
2008-06-21 13:53:35 +00:00
Daniel Gerzo
1d9fef7106
- link powerd(8) man page
...
PR: docs/123111
MFC after: 3 days
2008-06-20 23:04:34 +00:00
Andrew Thompson
131c55bc5b
Add support for the optional key in the GRE header.
...
PR: kern/114714
Submitted by: Cristian KLEIN
2008-06-20 17:26:34 +00:00
Remko Lodder
6a4c41d1bb
Document the _arg versions of the uma_zalloc and uma_zfree functions.
...
PR: docs/120357
Submitted by: gahr
MFC after: 3 days
2008-06-19 18:33:38 +00:00
Attilio Rao
4dc7ad3968
Add the option stub for the Globetrotter Max 3.6 Modem.
...
Submitted by: Greg Rivers <gcr at tharned dot org>
2008-06-18 20:50:30 +00:00
Christian Brueffer
dd76dbbb9c
Bring this up to date with regard to our other section 4 and Intel manpages,
...
also fixes a few mdoc bugs.
2008-06-17 21:14:02 +00:00
George V. Neville-Neil
d55f384033
Update to include the Camellia algorithm which is in the code but
...
which was accidentally left undocumented in the manual page.
2008-06-16 14:33:54 +00:00
Doug Barton
50ad447b90
Regenerate to add the definitions of WITHOUT_BSD_CPIO WITH_GNU_CPIO
...
and WITHOUT_GNU_GREP
2008-06-16 05:50:21 +00:00
Doug Barton
076a71a21e
Regenerate using svn $FreeBSD$ tags. There is no change in the actual
...
man page text other than the date.
2008-06-16 05:33:16 +00:00
Oleksandr Tymoshenko
10a6caea1b
It's Friday the 13th, not the 10th and I can't travel in time. Yet.
2008-06-13 19:45:12 +00:00
Oleksandr Tymoshenko
2eb30874af
Add "fast" versions of macros and functions to taskqueue(9) API
...
description: TASKQUEUE_FAST_DEFINE(9), TASKQUEUE_FAST_DEFINE_THREAD(9),
taskqueue_create_fast(9). They deal with taskqueues intended for use
in fast interrupt handlers.
Approved by: cognet (mentor)
Reviewed by: keramida
2008-06-13 19:35:17 +00:00
Remko Lodder
898779e1ef
Document more tmpfs mount options that are already
...
available.
PR: 124488
Submitted by: gahr
2008-06-12 18:49:24 +00:00
Jack F Vogel
aa15c94529
Add man page for ixgbe driver
2008-06-11 18:49:55 +00:00
Warner Losh
b7b4d1fd3f
Add Belkin F5U257 to the mix.
2008-06-10 19:33:31 +00:00
Paul Saab
160b4e6bfc
Add support for the P212, P410, P410i, P411, and P812 HP Smart Array
...
controllers.
Submitted by: Scott Benesh at HP
2008-06-10 17:51:51 +00:00
Wojciech A. Koszek
5bbaa5cf02
Mark "highaddr" and "lowaddr" appropriately. Change "dma" to "DMA".
...
Fix spelling mistage found by rodrigc@.
Reviewed by: rodrigc, danger
2008-06-09 22:13:14 +00:00
Wojciech A. Koszek
e14e342b14
Change header file references from <filename>.h to
...
path relative to /usr/include. It looks much better anyway.
Instead of referencing "socket", which is bogus, reference
'sys/socket.h', which is what should be placed here from
the beggining.
Suggested by: maxim
2008-06-08 21:08:20 +00:00
Wojciech A. Koszek
cad20b04fe
Fix the way the date must be specified (leading 0 is redundant).
...
Fix several spelling mistakes brought by my earlier commit.
Trim whitespace.
Submitted by: maxim
2008-06-08 21:01:39 +00:00
Wojciech A. Koszek
b1772905eb
Bring more commands to the ddb(4) manual page. This should be considered
...
"complete" list, but some commands might be still missing.
Reviewed by: julian
2008-06-08 09:09:08 +00:00
Attilio Rao
02c916540f
Add the missing option LK_NOWITNESS for vn_lock / VOP_LOCK operations.
2008-06-05 17:07:33 +00:00
Alexander Kabaev
e476ebf3d5
Add device ID for AnyDATA ADU-500A EV-DO modem.
...
Submitted by: Oleksandr Tatmanyants
PR: 118479
2008-06-03 03:31:53 +00:00
Giorgos Keramidas
9d031b92bb
Various mdoc style and wording fixes.
...
Reviewed by: ariff
MFC after: 3 days
2008-05-28 05:46:04 +00:00