Olivier Houchard
fc0c46e313
Document the "files" directive.
...
Reminded by: jmg
2004-05-13 21:55:53 +00:00
Warner Losh
1c1bc2f7f7
Add some verbage over the difference between BUS_ADD_CHILD and
...
device_add_child. The former calls the latter.
Pointed out by: jhb
2004-05-13 20:54:49 +00:00
Warner Losh
a1013c5773
o Add cautions about multiple adds of the device
...
o Remove setting the description of the device (that is more properly done in
probe).
o Remove setting the driver, as it is unnecessary
o Add pseudo code to ensure that the device isn't added to the tree already.
o remove some now unreferenced routines
2004-05-13 20:31:05 +00:00
Warner Losh
cf39dca90c
Add caveats about adding devices in the IDENTIFY context.
2004-05-13 20:29:40 +00:00
Warner Losh
aebc6093f9
The DEVICE_IDENTIFY man page refers to this, create a dummy one
...
directing people to device_add_child.
2004-05-13 20:28:18 +00:00
Joerg Wunsch
8d975d4f7c
Add a reference to the URL of the SMBus specification, so the
...
terminology used in these drivers will become more transparent.
MFC after: 1 week
2004-05-13 19:31:31 +00:00
Ken Smith
43f5a160a5
Some mdoc fixes.
...
mdoc help from: ru
MFC after: 5 days
2004-05-13 13:09:47 +00:00
Dag-Erling Smørgrav
287fa6ba95
mdoc police.
...
Submitted by: ru
2004-05-11 20:47:17 +00:00
Dag-Erling Smørgrav
cbb58e9c9a
Man page for the ichwd driver.
2004-05-11 18:36:38 +00:00
Ruslan Ermilov
b3eaeb0b24
mdoc(7): EXAMPLES is the standard section name.
2004-05-11 18:18:31 +00:00
Hiten Pandya
2db6331792
Add a comma after `e.g.', so that mdoc does not add two whitespaces
...
automatically.
Noticed by: Ruslan Ermilov <ru at FreeBSD.org>
2004-05-11 14:13:52 +00:00
Hiten Pandya
2b55fc2e9c
Document the 'fdidx' argument of VOP_OPEN(9).
...
PR: 56911
Noticed by: Jun Su <junsu@m-net.arbornet.org>
2004-05-10 23:17:09 +00:00
Hiten Pandya
7e1b2808d5
Remove duplicated explanations and text.
...
PR: 24869
Submitted by: Staffan Ulfberg <staffanu@nada.kth.se>
2004-05-10 23:02:00 +00:00
Simon L. B. Nielsen
67da07abb3
- Remove duplicate words.
...
- Fix a spelling nit.
PR: docs/66482
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:12:02 +00:00
Bruce Evans
b37af785fb
Fixed mispelling of SCRIPTS as SCRIPT.
2004-05-10 13:17:08 +00:00
Simon L. B. Nielsen
0a848b66c5
- Sync with Hardware Notes.
...
- Spell adapter names more like Intel do.
- Make the page title reflect reality a bit better.
- Spell Fast Ethernet correctly.
2004-05-09 21:25:49 +00:00
Pawel Jakub Dawidek
3bdf3cd7ba
Don't confuse "GEOM" with "geom".
...
Approved by: phk
2004-05-09 16:16:10 +00:00
Roman Kurakin
80d4e2ed6d
Add manual page for Cronyx Tau-PCI adapters.
...
It is PCI family, but we never test it on other than i386 arch.
2004-05-07 16:28:30 +00:00
Christian Brueffer
912467dc98
o fix a typo
...
o remove stray word
o add missing words
PR: 66293
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
MFC after: 3 days
2004-05-07 13:00:01 +00:00
Dag-Erling Smørgrav
9caaab800b
Document SHLIB, kind of.
2004-05-07 09:59:03 +00:00
Nate Lawson
ccc09458fa
Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,
...
C2, ... Update power_profile to use the new format. Update the
man page to reflect this and give more info on Cx states.
2004-05-07 05:22:38 +00:00
Maxim Konovalov
d0946241ac
o IFNAMSIZ does include the trailing \0.
...
Approved by: andre
o Document net.inet.icmp.reply_src.
2004-05-07 01:24:53 +00:00
Joerg Wunsch
469873ca5b
Mention that hme(4) natively supports oversized frames.
2004-05-06 13:38:53 +00:00
Hiten Pandya
b188a3eb74
Correct misinformation, vm_map_remove(9) is the `exported' version of
...
vm_map_delete(9), not vm_map_remove(9).
2004-05-05 10:59:50 +00:00
Hiten Pandya
d5a8819cb7
mdoc(7) police:
...
* correctly place parenthisized sentences
* remove hard sentence breaks
* use .Vt instead of .Fn
2004-05-05 10:47:19 +00:00
Hiten Pandya
34e82feb02
Make the manual page consistent and add a cross-reference to wakeup(9).
2004-05-05 10:01:06 +00:00
David Schultz
0cedc1338e
Support for dynamic adjustment of FPU precision is only available on
...
i386 and amd64, so fp[gs]prec(3) don't exist on other platforms.
PR: 52882
2004-05-05 09:53:29 +00:00
Maxim Konovalov
6c0137067b
o Document m_getcl(9).
...
Submitted by: Gleb Smirnoff
MFC after: 2 weeks
2004-05-04 14:53:34 +00:00
Doug Ambrisko
a00d3e6140
Remove new options and my prevention of system freeze when the sio probe
...
returns okay when HW probe fails. This happens when comconsole flag is
set but VGA console is used instead.
Back out requested by: bde (He will be looking at other solutions from scratch)
2004-05-03 22:35:28 +00:00
Thomas Quinot
2c55d0fe37
Add 'device ata' to the kernel configuration excerpt in EXAMPLE section.
...
Update mount example to use /dev/cd0 instead of /dev/cd0c.
Update copyright notice.
2004-05-03 12:03:15 +00:00
MIHIRA Sanpei Yoshiro
ec0a06b8b3
add support BUFFALO(Melco INC.) LPC-CB-CLX(CardBus)
...
http://buffalo.melcoinc.co.jp/products/catalog/item/l/lpc-cb-clx/index.html
(in Japanese)
2004-05-03 09:54:51 +00:00
Marius Strobl
f0674822a7
Update URL of the FEPS PDF at sun.com.
2004-05-02 19:14:13 +00:00
Jens Schweikhardt
73cf3e3dab
Correct minor glitches.
...
Okayed by: scottl.
2004-05-02 17:17:19 +00:00
Scott Long
a81f558254
Update the device list for asr, remove a nonsense paragraph, and fix up the
...
wording in a few others.
2004-05-02 15:48:00 +00:00
Jens Schweikhardt
07ffcae9b4
Oops, the 2120S is not supported by this driver.
...
Clue bat kindly provided by: scottl
2004-05-02 15:31:58 +00:00
Jens Schweikhardt
8acafdf5e7
Added the 2120S to the list of supported cards.
2004-05-02 14:22:39 +00:00
Jens Schweikhardt
08795b0c79
Correct a grammo.
2004-05-02 12:38:02 +00:00
Doug Ambrisko
33c5911242
Some enhancements and bug fix.
...
- Define option FORCECONSPEED to force the serial console to
be CONSPEED. I've run into a lot of boards in which
the detect for prior speed doesn't work and ends up with
broken console since it is at the wrong speed.
- If a serial port is marked as a console, but console=vidconsole
and if the serial ports doesn't exist it will be probed and
attached at a 8250 chip. Then writes to that will freeze the
system.
- Add an option flags 0x400000 to mark this as a potential
comconsole in-case the one flaged with 0x10 does not exist
in the system.
This makes it easier to deploy on systems with one or two serial ports.
Obtained from: IronPort
2004-04-30 21:16:52 +00:00
Ken Smith
4f27387d5c
Sorry for doing this backwards, but as with most release related stuff
...
we only pay attention to it during release time and at the moment it's
a -stable release in progress.
This is a MFS I guess, moving rev 1.536.2.113 to HEAD. I ran out of
time to follow through with doing this last night. Sorry for the delay.
Adding a couple of variables to make tweaking the CD-ROM label and .iso
filenames easier.
2004-04-30 13:52:09 +00:00
Sean Kelly
22741fd063
Add more .Dv markup.
2004-04-29 08:33:12 +00:00
Sean Kelly
79eade1a88
Add missing .Dv markup and a comma.
2004-04-29 08:27:38 +00:00
Simon L. B. Nielsen
18f00b8a19
Bump manual page date for last update.
...
Suggested by: ru
2004-04-28 23:16:06 +00:00
Tom Rhodes
36df40b469
Spelling: s/Unlinke/Unlike/
...
PR: 66063
2004-04-28 22:25:47 +00:00
Sean Kelly
e35b01929d
Fix up a little language. Remove reference to sysctl(9). Fix reference to
...
watchdog(9) (was watchdogd(9)).
2004-04-28 21:42:36 +00:00
Maxim Konovalov
01e7fdafa7
o Add a missed description for m_free(9).
...
Optained from: NetBSD
MFC after: 1 week
2004-04-28 14:53:49 +00:00
Maxim Sobolev
20ca274581
Add LinkSys USB100M into list of supported devices and reformat list of those
...
devices to be similar to other USB ethers.
2004-04-28 02:52:13 +00:00
Poul-Henning Kamp
500ae5be17
Document that '.' stops repetition of 's..." sequences.
...
This is useful in order to get visual indication that something did
not succeed:
# Give it 5 seconds to run
echo 'sjjjjjA.' > /dev/led/error
random_program
echo '0' > /dev/led/error
If random_program takes more than 5 seconds or if it hangs, the LED
will be turned on.
2004-04-27 13:11:20 +00:00
Archie Cobbs
922ee196d9
Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.
...
Submitted by: Michael Bretterklieber <mbretter@a-quadrat.at>
MFC after: 2 weeks
2004-04-26 14:26:54 +00:00
Simon L. B. Nielsen
a8abffed54
- Update description of watchdogd_enable to reflect current reality.
...
- Document watchdogd_flags.
2004-04-25 17:13:22 +00:00
MIHIRA Sanpei Yoshiro
67f266bab9
Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)
2004-04-25 11:39:47 +00:00