joel
ffa1fe108a
Be more specific about supported chipsets.
...
Approved by: brueffer (mentor)
2005-08-18 19:12:14 +00:00
keramida
4153589b7d
Change the modem description of the previous commit to something that is
...
more likely to match the product name, as seen by the user on product
listings.
Suggested by: blackend, brueffer
2005-08-18 15:05:28 +00:00
keramida
bd2b16a1ff
Add ELSA MicroLink 56k USB to the list of supported umodem devices.
...
PR: docs/85079
Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
MFC after: 3 days
2005-08-18 13:04:13 +00:00
keramida
ead946f89d
Typo: s/adverisement/advertisement/.
...
Submitted by: Fredrik Lindberg <fli+freebsd@shapeshifter.se>
PR: docs/85050
2005-08-17 18:43:07 +00:00
joel
f8d92d59db
Bump .Dd before someone notice.
...
Approved by: brueffer (mentor)
2005-08-17 16:45:54 +00:00
joel
2903564136
Be more specific about supported chipsets.
...
Approved by: brueffer (mentor)
2005-08-17 16:36:07 +00:00
joel
f7017f60f4
Remove a few items from the hardware list. This support is already
...
covered in the manual pages for each bridge device driver.
Approved by: brueffer (mentor)
2005-08-17 16:24:57 +00:00
keramida
3e1de19087
Add a small paragraph that describes how the current environment
...
settings can be displayed, near the end of the DESCRIPTION section,
immediately after the paragraph that describes how they can be set.
Add a reference to printenv(1) too (and the ``printenv'' csh builtin).
Submitted by: Gary W. Swearingen <garys@opusnet.com>
PR: docs/85008
2005-08-17 13:02:47 +00:00
joel
49cd513ac9
* Be more specific about supported ALI-chipsets.
...
* Add two missing dots.
Approved by: brueffer (mentor)
2005-08-16 14:28:03 +00:00
joel
4b982c274d
Xref snd_t4dwave(4).
...
Approved by: brueffer (mentor)
2005-08-15 17:56:04 +00:00
joel
34de5b0fcf
Add manual page for snd_t4dwave(4).
...
Approved by: brueffer (mentor)
2005-08-15 17:07:37 +00:00
joel
179d553747
Update hardware section:
...
* Document existing support for:
- CMD 646U2
- Highpoint HPT372N
- Intel 6300ESB
- Intel ICH7
- Nvidia nForce2 MCP
- Nvidia nForce3 MCP
- Nvidia nForce3 Pro
- Nvidia nForce4
- Promise PDC20571
- Promise PDC20575
- Promise PDC20579
- Promise PDC20580
- Promise PDC20621
- Promise PDC20622
- Promise PDC40518
- Promise PDC40519
- SIS 180
- SIS 181
- SIS 182
- SIS 965
- VIA VT6410
- VIA VT6420
- VIA VT6421
* Remove HPT366 duplicate
Approved by: brueffer (mentor)
2005-08-15 15:07:47 +00:00
pjd
a2b7d69791
Add scripts for GELI device configuration on boot.
...
rc.d/geli - configures encryption (ask for passphrases, etc.);
rc.d/geli2 - is called after file systems are mounted and mark devices for
detach on last close.
Sponsored by: Wheel Sp. z o.o.
http://www.wheel.pl
MFC after: 3 days
2005-08-14 18:02:22 +00:00
brueffer
44f0d8ab4f
Promise PDC4071[89] support.
2005-08-12 23:05:48 +00:00
markus
7c459235b2
- Clarify how events are used and how the different event sysctl correlate
...
- Document how an event looks like that is received by devd(8) from acpi_ibm(4)
- Document the event codes as they occur on a T41p
- Add a note about sysctl.conf and an Xref to it
- Add an example section providing an example script and an entry for
devd.conf. This is an adapted version of the one in acpi_fujitsu(4).
- s/Fn-F4/Fn+F4/ for consistency sake
- Add a button description where refering to a T41p, remove it otherwise,
since it might vary from model to model
- Bump .Dd
Thanks for improvements to: brueffer, ru
Approved by: brueffer
2005-08-11 15:51:11 +00:00
ceri
1bf9bda084
Correct some grammar.
2005-08-11 10:32:05 +00:00
imp
1807c01bb1
Document methods people use to load linux shared libraries in FreeBSD
...
binaries. A very neat trick.
2005-08-10 21:44:26 +00:00
murray
ff8809a260
Grammar improvements.
...
PR: docs/84619
Submitted by: Gary W. Swearingen <garys@opusnet.com>
MFC after: 3 days
2005-08-09 14:11:57 +00:00
murray
c6c34e3df0
Fix typo.
...
PR: docs/84660
Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de>
MFC after: 3 days
2005-08-09 13:55:21 +00:00
brueffer
3bf39f5b5e
nForce3 and nForce4 are supported as well.
...
MFC after: 3 days
2005-08-09 13:32:45 +00:00
brueffer
8747fe5de7
Sort the list of supported hardware.
...
MFC after: 3 days
2005-08-09 13:25:34 +00:00
brian
ee00ecfc99
Fix a typo
2005-08-09 11:55:18 +00:00
brian
cf2dc60e17
Mention how to ensure that a device hasn't already been identified
2005-08-09 11:14:21 +00:00
brian
b9e940b3cc
Fix a couple of typos
2005-08-09 10:30:25 +00:00
cperciva
7d8af51fdc
Add portsnap to the base system. This is a secure, easy to use,
...
fast, lightweight, and generally good way for users to keep their
ports trees up to date.
This is version 0.9.4 from the ports tree (sysutils/portsnap) with
the following changes:
1. The experimental pipelined http code is enabled. No seatbelts
in -CURRENT. (^_^)
2. The working directory has moved from /usr/local/portsnap to
/var/db/portsnap (as discussed on -arch two days ago).
3. Portsnap now fetches a list of mirrors (distributed as DNS SRV
records) and selects one randomly. This should help to avoid the
uneven loading which plagues the cvsup mirror network.
4. The license is now 2-clause BSD instead of 3-clause BSD.
5. Various incidental changes to make portsnap fit into the base
system's build mechanics.
X-MFC-After: 6.0-RELEASE
X-MFC-Before: 5.5-RELEASE
X-MFC-To: RELENG_6, RELENG_5, ports
discussed on: -arch and several other places
"yes please" from: simon, remko, flz, Diane Bruce
thinks this is a great idea: bsdimp
Hopes he didn't forget any files: cperciva
2005-08-08 20:10:06 +00:00
brueffer
14b00c9e59
Remove stray comma
2005-08-08 18:24:04 +00:00
brian
cf88fe399f
Remove a bogus word
2005-08-08 12:16:53 +00:00
sam
3060bdb672
describe m_align
2005-08-08 00:50:25 +00:00
hmp
f2028e439d
Give credit to Vinod Kashyap and Paul Saab for their work on the
...
twe(4) driver.
2005-08-06 13:05:45 +00:00
phk
e9468c6553
Put hesiod.conf(5) under build option YES_HESIOD
2005-08-06 06:57:25 +00:00
pjd
0c7478173c
Teach rc.d/encswap script how to use geli(8) for swap encryption.
...
MFC after: 3 days
2005-08-05 23:38:51 +00:00
phk
35e5541bb2
Introduce NO_LOCALES build option.
2005-08-05 14:59:50 +00:00
brueffer
656649f204
Document ITE IT8211F support.
2005-08-05 14:07:39 +00:00
tobez
b9184129f8
Mention D-Link DGE-528(T) Gigabit Ethernet.
...
Reminded by: sem, simon
2005-08-05 13:21:11 +00:00
phk
404af3a8b5
Don't install ${LIB}_pic.a if NO_TOOLCHAIN
2005-08-05 09:55:04 +00:00
phk
f67cb9e323
Remove the map3270 file, tn3270 was retired long ago.
2005-08-05 09:52:25 +00:00
pjd
33360c772d
rc.conf(5) update - gbde_swap_enable variable has been removed.
...
Reminded by: dougb
2005-08-05 07:09:53 +00:00
brueffer
94bbef20db
Remove Xref to non-existant usb(3) manpage.
...
Obtained from: DragonFly BSD (swildner)
MFC after: 3 days
2005-08-04 21:26:38 +00:00
ru
507b64e047
Add missing "not" in rev. 1.34.
...
Submitted by: Jeremie Le Hen
2005-08-03 20:11:39 +00:00
ru
d89945e379
Make delete-old* and friends useable for cross-builds.
2005-08-03 20:09:59 +00:00
phk
7a7a209869
Don't install includes if NO_TOOLCHAIN
2005-08-03 09:26:01 +00:00
phk
99df49e41e
Add NO_SYSCONS.
...
Respect NO_MAN and NO_EXAMPLES
Make NO_GROFF prevet me installation.
2005-08-03 09:24:39 +00:00
obrien
50b149d376
Document 'kernel-toolchain'.
...
Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
2005-08-03 03:26:57 +00:00
brueffer
a41814db5e
Mention that the softc is zeroed after allocation.
...
Noticed by: sam
MFC after: 3 days
2005-08-02 13:54:52 +00:00
brooks
e3316aaa7d
- Document network_interfaces=auto (the default!).
...
- Remove documentation of pccard_ifconfig as it is now gone.
- Document pccard_ifconfig's replacement ifconfig_DEFAULT.
2005-08-02 02:24:47 +00:00
phk
05cc0ffa4e
The Berkeley pascal implementation for the VAX 11/780 has only
...
historical relevance these days, stow it in the attic instead of
on millions of FreeBSD computers.
2005-08-01 12:14:53 +00:00
phk
5820671281
Remove the \*(DY at the end of the document, it makes the installed
...
file differ for each install.
2005-08-01 12:10:14 +00:00
netchild
73cf59dc55
Document 2 new sysctl's.
...
Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my>
Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (implicit)
2005-07-31 13:27:52 +00:00
keramida
ac7c9f771d
Fix all the spelling mistakes I could find in the man pages for words
...
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
2005-07-31 03:30:48 +00:00
jkoshy
8d407835a8
Document two new diagnostic messages in hwpmc(4).
2005-07-30 09:03:57 +00:00