Tom Rhodes
b88ca5c03e
Bring in a 90% rewrite of the pcm.4 manual page. This adds tunables, loader
...
options, information on VCHANs, and more.
Based on content submitted by: Mathew Kanner <mat@cnd.mcgill.ca> && Cameron Grant
Update requested by: ru, and I think hmp
2003-11-15 06:08:57 +00:00
Bruce M Simpson
69d9a82eb9
Add a manual page for the IDT NICStAR driver, and hook it up to the build.
2003-11-14 20:29:12 +00:00
Warner Losh
b35ee63d8a
Amplify the reboot requirement
2003-11-14 16:55:00 +00:00
Warner Losh
614e1f02e8
Add required reboot into single-user mode step.
...
# mdoc janitors should make sure I did the markup right
Inspired by: recent problems in this area
2003-11-14 06:24:20 +00:00
David E. O'Brien
9f067574ba
Document this driver works for the Billionton 10/100 FastEthernet USBKR2
...
"thumb" adaptor.
2003-11-13 21:01:58 +00:00
Simon L. B. Nielsen
2e76d77fd0
Add cross reference to the em(4) driver, which also supports the NICs
...
supported by the gx(4) driver.
2003-11-13 20:35:13 +00:00
Simon L. B. Nielsen
9e151be8fd
Add a few more devices from the hardware notes.
2003-11-13 17:01:08 +00:00
Simon L. B. Nielsen
ad76688d59
- Add Linksys EG1032 and SMC 9452TX to the list of supported devices.
...
- Sort the device list.
2003-11-13 16:23:00 +00:00
Simon L. B. Nielsen
98277d1788
Sync the list of supported devices in the manual page with the hardware
...
notes and the driver source.
2003-11-12 14:13:36 +00:00
Hartmut Brandt
8c736ee23c
Document that the length of a command string is now 32. Also change all
...
occurences of the old *LEN definitions to the new *SIZ definitions.
Correct the example how to compare a nodename.
strncmp(name, "fred", NG_NODELEN) may step behind "fred" if the node
name is really fred.
Reminded by: ru
2003-11-12 13:24:03 +00:00
Tony Finch
f004a9739c
Better English usage.
...
Submitted by: wollman
2003-11-12 10:53:52 +00:00
Christian Brueffer
7b93590403
Correct the on-disc path to the porters-handbook
2003-11-12 08:26:08 +00:00
Christian Brueffer
515ba752bd
Document the 'fetch-recursive-list' and 'deinstall-all' targets.
...
No MFC reminder, I'll sync this page with the one in -stable in
a couple of days.
PR: docs/46181
Patch submitted by: Sergey Matveychuk <sem@ciam.ru>
2003-11-12 08:06:35 +00:00
Hiten Pandya
727119d5cd
Mdoc Janitor:
...
* cleanup hard sentence breaks.
* sprinle some .Dq macros.
2003-11-12 02:35:20 +00:00
Hiten Pandya
7106962038
Mdoc Janitor:
...
* Add missing `utility' word to sentence describing
ips(4) card configuration.
* Remove extraneous use of .Pp, and describe the tunable
hw.ips.0.disable in a better way.
* Replace wrongly used .Op mdoc macros with the .Bq macro.
The .Op macro should only be used when describing a
``usage'' line of a utility/command.
* Add .Er, for marking errno defines (ENOMEM etc etc)
2003-11-12 02:26:47 +00:00
Tom Rhodes
9e2d6c362a
Attach ips.4 to the build.
2003-11-11 18:48:02 +00:00
Tom Rhodes
6856090898
Add a manual page for the ips(4) driver.
...
Requested by: obrien
Reviewed by: scottl (older version)
2003-11-11 18:47:01 +00:00
Simon L. B. Nielsen
8f7c50a225
Sort the device lists alphabetically to make it simpler to add new
...
devices to the lists in the appropriate places. This also makes it
easier to find devices in the lists.
OK'ed by: ceri, silby
2003-11-11 13:34:53 +00:00
Scott Long
f27ec812b6
Note support for the Adaptec 2410SA in the aac.4 manpage.
2003-11-11 08:40:43 +00:00
Maksim Yevmenkin
3a08bb88ed
Fix SYNOPSIS section in Bluetooth man pages
...
Reviewed by: imp, julian, ru
Approved by: ru
2003-11-11 03:27:08 +00:00
Hiten Pandya
dab12c8eba
Manual page for Asynchronous Logging Queues (ALQ) facility.
...
The manual page contains enough information to get someone started
with ALQ.
MLINKS have been added appropriately.
Approved by: jeff, des
Reviewed by: des, jeff, sam, brooks, rwatson, mtm
2003-11-10 22:45:09 +00:00
Tom Rhodes
2c85cbd9b5
Score one 'duh' point for me and replace all instances of scott@ with
...
rsm@.
2003-11-10 21:56:47 +00:00
Hiten Pandya
ea90c53786
Add MLINK net(4), which points to netintro(4).
...
Requested by: dwhite@
2003-11-10 21:26:52 +00:00
Hiten Pandya
5dec156e2b
Add a manual page for the USB Audio support in FreeBSD,
...
interfaced via the PCM framework.
This manual page was obtained from NetBSD, and the required
changes were made to adapt it to our uaudio driver.
Pre-cursor review: joe@
2003-11-10 20:25:40 +00:00
Christian Brueffer
3c33520372
Add a missing 'the'
2003-11-10 16:04:48 +00:00
Tony Finch
e19cd0127b
Clarify the rule about structure typedefs being discouraged, following
...
a discussion on src-committers.
2003-11-10 14:32:13 +00:00
Hiten Pandya
2195d6af9f
Mdoc Janitor:
...
* Add MLINKS for:
-> Soundblaster emu10k1(4) Driver [points to pcm(4)]
-> Avance Logic ALS400 Driver [points to pcm(4)]
We should not need separate manual page for each of these
drivers; instead, linking them to pcm(4) manual page is
simpler, and new device lists can be easily added to the
said manual page.
* While I am here, sort out mdoc(7) entries in ${MAN}.
2003-11-10 12:45:10 +00:00
Dag-Erling Smørgrav
309e4b9b6d
RB_EMPTY() applies to red-black trees, not splay trees.
2003-11-10 10:35:06 +00:00
Bruce A. Mah
f7cc717f50
Add some pc98-specific devices from the hardware notes.
2003-11-09 22:53:58 +00:00
Simon L. B. Nielsen
65e6e73035
Add two PC-98 devices, from the hardware notes, which was missed in
...
the last commit.
MFC after: 1 week
2003-11-09 22:36:04 +00:00
Simon L. B. Nielsen
2c791fac5c
- Sync the list of supported device with the hardware notes and the
...
driver source code.
- Use a mdoc list for the list of supported devices.
MFC after: 1 week
2003-11-09 22:21:21 +00:00
Simon L. B. Nielsen
9fc9f23603
Sync the sym(4) manual page with the hardware notes, and change the
...
list of supported controllers into a list.
Note that the 53C875A has not been included in the list of supported
devices, since this controller does not seem to be supported by the
version of the sym(4) driver currently in FreeBSD.
PR: docs/55557
Submitted by: Lukas Ertl <l.ertl@univie.ac.at> (original version)
MFC after: 1 week
53C875A omission reviewed by: silence from -scsi and groudier
2003-11-09 14:58:28 +00:00
Christian Brueffer
8c3bfd6934
Add the 'package-recursive' option
...
PR: 57838
Submitted by: Alexander Haderer <alexander.haderer@charite.de>
MFC after: 5 days
2003-11-09 09:30:39 +00:00
Warner Losh
c4bc6c8ccd
Update list of supported devices for ahb
2003-11-09 01:52:13 +00:00
Warner Losh
917f3a3222
Complete the variants of 1522/1520 cards
2003-11-09 01:46:28 +00:00
Warner Losh
3ebc19328e
AHA-1505 also alegedly supported
2003-11-09 01:44:16 +00:00
Warner Losh
3a86eb3747
Flesh out the list of supported devices for this driver.
...
Add bugs that describe the current state of this driver.
# Note: Don't ask me about the driver: I can't get it to work well either :-)
2003-11-09 01:41:11 +00:00
Warner Losh
56b9aeaeda
o Update to closer to the official names for these cards.
...
o Remove entries for 1510, 152x and 1535. These are supported, for some value
of supported, by the aic driver.
o Add notes about 1542-CP being plug and play, but it can still conflict with
other resources because all the resources it uses are set with the onboard
BIOS.
2003-11-09 01:30:46 +00:00
Bruce A. Mah
cabcc122c7
Synchronize list of supported cards with hardware notes, reformat
...
as a bullet list.
2003-11-09 00:50:55 +00:00
Bruce A. Mah
f8206c33ec
Mention Olicom OC2220, which is listed in the hardware notes and
...
driver source.
2003-11-09 00:31:41 +00:00
Bruce A. Mah
f3389dd879
Capitalize "Fast Ethernet" and "Ethernet" consistently.
2003-11-09 00:27:45 +00:00
Bruce A. Mah
43263d5d44
Synchronize manual page with hardware notes and reformat list of
...
supported devices.
2003-11-09 00:26:55 +00:00
Bruce A. Mah
56fe73c36e
Mention Cisco and Xircom devices supported by an driver.
2003-11-08 22:48:23 +00:00
Robert Watson
2d633fc879
Add /usr/share/security to reflect recent hookup of Makefile and
...
mtree entry for share/security/lomac-policy.contexts.
Pointed out by: ru
2003-11-08 18:01:44 +00:00
Bruce A. Mah
2979b13acd
Remove trailing commas from device list.
2003-11-08 17:31:49 +00:00
Bruce A. Mah
32fc2ffd63
Add SOHO(PRAGMATIC) UE-1211C from the pc98 hardware notes.
2003-11-08 17:30:42 +00:00
Bruce A. Mah
e25d92c441
Capitalize "Ethernet" and "Fast Ethernet" consistently. No other
...
content changes.
2003-11-08 17:29:58 +00:00
Bruce A. Mah
abe008a0c9
Sort devices. In the process, remove a duplicate entry for the Accton
...
EN1207D. No other content changes.
2003-11-08 17:28:31 +00:00
Joseph Koshy
b684398248
Cross-reference pgfind(9) and pfind(9) from each others manual pages.
2003-11-08 13:41:22 +00:00
Hideyuki KURASHINA
f6aff0f329
Add manpage link wd.4 -> wdc.4
2003-11-08 10:28:31 +00:00