mlaier
61e73d53e0
Bring in some examples (and create space for future work here):
...
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)
- Tweak the pointer to fit the FreeBSD default location share/examples/pf
- Account for the new directory in BSD.usr.dist (no hier(7) change required
as share/examples is an opaque item there).
Obtained from: OpenBSD
Reminded by: Thomas T. Veldhouse
PR: docs/71691
MFC after: 2 days
2004-09-14 01:07:19 +00:00
wpaul
df7b8c318b
Oops. ZX1701 and ZX1702 are the chip designations (ZyXEL rebadged the
...
the VIA chips with their own numbers). The actual card names are
GN650-T (64-bit) and GN670-T (32-bit). Also capitalize ZyXEL correctly.
2004-09-13 17:05:07 +00:00
wpaul
9a90ff5517
Add the Zyxel ZX1701 and ZX1702 adapters to the HARDWARE list. Clean up
...
a few small things.
2004-09-13 16:49:36 +00:00
dd
b24004cdef
Remove a broken URL reference. The submitter reports that the
...
"documentation on the AceNIC cards are no longer after Nortel acquired
Alteon".
PR: 71600
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
2004-09-13 13:18:27 +00:00
brueffer
817a6c2181
- add a HARDWARE section
...
- grammar fixes
- wording improvements
- bump document date
MFC after: 3 days
2004-09-13 10:36:44 +00:00
brueffer
99ed22864d
- fix capitalization
...
- add HARDWARE section based on the hardware notes
- bump document date
MFC after: 3 days
2004-09-13 10:35:29 +00:00
brueffer
1cdf0823cb
- remove device count
...
- add a HARDWARE section
- bump document date
MFC after: 3 days
2004-09-13 10:33:53 +00:00
brueffer
959f00b832
- start new sentences on new lines
...
- misc fixes
2004-09-12 22:37:37 +00:00
brueffer
1611e496d3
- add vge(4)
...
- bump document date
2004-09-12 22:03:38 +00:00
simon
d70a385414
- Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-09-12 19:39:09 +00:00
simon
674995be68
- Change DESCRIPTION section to a HARDWARE section.
...
- Sync list of supported devices with source code.
MFC after: 3 days
2004-09-12 19:11:28 +00:00
simon
3e43ae7ebd
- Add a HARDWARE section which lists supported devices based on the
...
FreeBSD Hardware Notes, source code and cvs comments from
FreeBSD and NetBSD.
- Update page title and DESCRIPTION section to reflect the fact that
this driver supports much more than Handspring Visor now.
MFC after: 3 days
2004-09-12 17:03:47 +00:00
simon
9c0f14449b
- Move HARDWARE section to after DESCRIPTION like in the other FreeBSD
...
section 4 manual pages.
MFC after: 3 days
2004-09-12 15:53:37 +00:00
simon
0f77f16f29
- Move HARDWARE section to after DESCRIPTION like in the other FreeBSD
...
section 4 manual pages.
- Sort device list.
MFC after: 3 days
2004-09-12 15:46:15 +00:00
simon
a9462c121f
Change DESCRIPTION section to a HARDWARE section.
...
MFC after: 3 days
2004-09-12 15:23:36 +00:00
simon
b328f0bc73
Add a HARDWARE section which lists supported devices.
2004-09-11 15:00:07 +00:00
wpaul
76cce8b362
Add a manual page for the vge(4) driver.
2004-09-10 20:58:38 +00:00
trhodes
44506a9b68
Remove the debugging tunable, it was not being used.
...
Enable first match by default.[1]
We should: rwatson [1]
2004-09-10 15:14:50 +00:00
brueffer
ab156e0204
Remove spare ")"
...
MFC after: 3 days
2004-09-10 07:54:05 +00:00
brueffer
63cdb29c62
- grammar fixes
...
- fix path to a source file
MFC after: 3 days
2004-09-10 00:47:43 +00:00
brueffer
d1f50bce62
Connect cnw.4 to the build.
...
MFC after: 5 days
2004-09-10 00:07:00 +00:00
brueffer
0e0810e3be
Add a manpage for the cnw(4) driver, adopted from NetBSD.
...
MFC after: 5 days
2004-09-09 23:49:19 +00:00
brueffer
f09507d8c7
- add a HARDWARE section based on the driver README
...
- capitalization fixes
- bump document date
MFC after: 3 days
2004-09-09 23:41:03 +00:00
yar
b6d3857ae6
Improve the description of "timeout" and "attempts" resolver
...
options to avoid user confusion from now on.
PR: bin/62139 (inspired by)
2004-09-09 17:19:27 +00:00
alfred
a581fa78d9
Plug an fd leak by using autoh_freeall(3).
...
Refuse to run unless root.
Check in /etc, /usr/local/etc and ./ for the "autotab" configuration
file.
Add more debug statements.
2004-09-09 01:26:11 +00:00
alfred
8337118014
sync with private code:
...
fix a 5.x'ism that 4.x needs protection from.
make this code compile standalone.
2004-09-08 08:44:14 +00:00
ru
2a75d95823
Update sound-related manpages to account for the recent change in
...
device and module naming. The following files were repo-copied:
csa.4 -> snd_csa.4
gusc.4 -> snd_gusc.4
maestro3.4 -> snd_maestro3.4
sbc.4 -> snd_sbc.4
uaudio.4 -> snd_uaudio.4
The pcm(4) manpage wasn't renamed to sound(4) as there are nearby
plans to rename "device sound" to "device snd", to address the
ambiguity in naming, so pcm.4 is linked to sound.4 for the moment.
(We also mumble something about the future plans in the manpage.)
Removed links from pcm.4 to als4000.4 and emu10k1.4 -- they now
have their own snd_*.4 manpages.
Fixes for recent snd_*.4 manpages: added missing "device sound"
to the SYNOPSIS, fixed hints (they are still "hint.pcm.<unit>"
in most cases).
MT5 after: 3 days
2004-09-08 08:28:02 +00:00
brueffer
ea20bc06f4
We don't need device counts anymore. Also remove device.hints entries
...
for ie1, to be in line with the other manpages.
MFC after: 3 days
2004-09-08 00:30:30 +00:00
brueffer
dd783d4160
We don't need device counts anymore
...
MFC after: 3 days
2004-09-08 00:28:53 +00:00
imp
e088e43c3d
Although 'Unanimous Consent' appears to be a well defined and used in
...
the US Senate, Canadian Parliament and Australian Senate, it was
causing some confusion. After some consultation with Mark Murray,
change this to 'without objection' since often times a plain-speaking
term is preferable to a regionally used term.
Also, clarify that this procedure is to be used when for more mundane
matters that need a sanity check, but don't need the whole, ponderous
voting proceedure that more difficult issues require. Core members
that read email in any given 48 hour period are trusted enough to know
the difference and to provide the sanity check as necessary.
Reviewed by: markm
2004-09-07 15:19:40 +00:00
des
9abf65de5d
Fix markup of HARDWARE section.
...
Submitted by: brueffer
2004-09-07 05:23:28 +00:00
jmg
3db8b85883
document the recent change to debug.witness.*
...
fix spelling of debug.witness.kdb
MFC after: 5 days
2004-09-06 23:37:17 +00:00
brueffer
a6328c2900
- move list of supported devices into a HARDWARE section
...
- fix a device name
- various language fixes
- bump document date
MFC after: 3 days
2004-09-06 22:00:50 +00:00
brueffer
a6346268e0
Add a missing 's'
...
MFC after: 3 days
2004-09-06 20:02:14 +00:00
ru
0818c3dd0f
There can be up to three bootable ISO images (bootonly, miniinst,
...
and disc1). The exact number depends on a couple of parameters,
so don't give a specific number here.
Pointed by: wilko
2004-09-06 18:59:59 +00:00
simon
dbe0ec28e6
Bump document date for last commit.
2004-09-05 22:53:58 +00:00
simon
22fa50880e
Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-09-05 22:44:26 +00:00
simon
ea34006e3e
Reword/reorganize a bit to make it more clear that all OHCI v1.0
...
compliant controllers are supported.
MFC after: 3 days
2004-09-05 22:31:03 +00:00
simon
daa69ab372
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-09-05 22:09:53 +00:00
brueffer
c035678963
- add a HARDWARE section
...
- some capitalization fixes
- bump document date
MFC after: 3 days
2004-09-05 15:05:26 +00:00
brueffer
0f3f2da116
ixgb(4) supports polling as well
...
MFC after: 3 days
2004-09-05 14:47:10 +00:00
brueffer
219a115271
Remove dublicate words
...
MFC after: 3 days
2004-09-05 12:17:06 +00:00
des
bd5665cec3
Man page for the newly added ucycom(4) driver.
2004-09-05 10:01:24 +00:00
brueffer
17cf5cc2a1
- move list of supported devices into a HARDWARE section
...
- sort the hardware list
- misc fixes
- bump document date
MFC after: 3 days
2004-09-05 01:31:44 +00:00
brueffer
2920ee3f7b
- add a HARDWARE section
...
- misc fixes
- bump document date
MFC after: 3 days
2004-09-05 01:30:30 +00:00
brueffer
c06b6d951a
- add a HARDWARE section
...
- bump document date
MFC after: 3 days
2004-09-05 01:28:50 +00:00
brueffer
e59a3d9c99
Refine the entry for the SMC card
...
MFC after: 3 days
2004-09-05 00:19:32 +00:00
brueffer
9eda20f597
- move list of supported devices into a HARDWARE section
...
- mention which chip the devices use (where known)
- bump document date
MFC after: 3 days
2004-09-04 23:56:56 +00:00
brueffer
4158c03480
- move list of supported devices into a HARDWARE section
...
- fix spacing in the Corega entry
- bump document date
MFC after: 3 days
2004-09-04 23:54:41 +00:00
brueffer
c473823aba
- the NEC PC-9801N-25 is supported as well
...
- really sort the device list this time
MFC after: 3 days
2004-09-04 23:07:28 +00:00