smkelly
7d7ce7e28f
Yield to ru's ninja-like manpage skills and update watchdog(4) to
...
look more like other manpages. Move some content around, use an EXAMPLES
section, etc.
Submitted by: ru
2004-06-19 21:17:07 +00:00
imp
9a6c1ed4f4
The 3C3SH573BT looks like the Xircom RealPort cards to the naked eye,
...
but it appears to have a 3CxFE575BT under the hood (and is identified
as such by the xl driver). Add it to the list of supported cards. No
driver changes are required or necessary to support this card.
2004-06-19 19:46:13 +00:00
des
624eaa574a
Update the description of struct ifreq, and document SIOC[SG]IFCAP.
2004-06-18 13:07:18 +00:00
ru
0479585a9d
Assorted markup, spelling, and grammar fixes.
2004-06-17 19:51:17 +00:00
fjoe
885650db5e
Change remaining references to "arlconfig" to "arlcontrol".
...
MFC after: 0 days
2004-06-16 21:31:05 +00:00
ru
aa52a5a900
Assorted markup, spelling, and grammar fixes.
2004-06-16 08:33:57 +00:00
bms
9756fdf768
Document the behaviour of IP_ADD_MEMBERSHIP as per RFC 1724.
...
PR: bin/51927
2004-06-16 05:04:17 +00:00
bms
e9a675dec9
mdoc(7) police
...
Submitted by: ru
2004-06-15 16:48:42 +00:00
bms
32557ff0fd
Add an MLINKS entry, rawip, to make the raw socket userland documentation
...
somewhat easier to find.
PR: docs/30873
Requested by: Douglas De Couto
2004-06-15 01:18:56 +00:00
bms
dbea17bc83
Add a paragraph about the importance of byte order when using raw
...
sockets with the IP_HDRINCL option.
Add a list entry about the errors which IP_HDRINCL can return.
Bump .Dd.
PR: docs/30873
Submitted by: Douglas De Couto
Obtained from: BSD/OS (byte order), some old libnet stuff I did years ago.
2004-06-15 01:08:09 +00:00
simon
aa5653471f
Add HP Smart Array 6422 and V100 to the list of supported controllers.
2004-06-14 22:10:56 +00:00
dfr
dfa52c169f
Fixes from the mdoc(7) police.
...
Submitted by: ru
2004-06-14 14:12:29 +00:00
dfr
e0216af91b
Fix formatting of AUTHORS section.
2004-06-14 12:16:43 +00:00
dfr
26b5b685d1
Add manpage for fwip driver.
2004-06-14 10:55:03 +00:00
obrien
05af3d5b81
Note when this driver 1st appeared in FreeBSD besides NetBSD.
2004-06-13 22:46:32 +00:00
julian
dc9a24e5fa
Add the capacity for the rfc1490 node to handle cisco style encasulation
...
which is often used alongside rfc1490 in frame relay links.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
2004-06-13 15:44:00 +00:00
cperciva
c374a1a910
s/mbps/Mbps/
...
We don't support any 10 millibit-per-second network cards.
PR: docs/67719
Submitted by: Linh Pham
MFC after: 1 week
2004-06-12 21:41:41 +00:00
brueffer
3e25fbee0d
Fix typo
...
Obtained from: DragonFly BSD
MFC after: 3 days
2004-06-08 17:36:17 +00:00
njl
ed0911a65e
Rework acpi_cpu_idle() to select the next idle state before sleeping, not
...
after. Unify the paths for all Cx states. Remove cpu_idle_busy and
instead do the little profiling we need before re-enabling interrupts.
Use 1 quantum as estimate for C1 sleep duration since the timer interrupt
is the main reason we wake.
While here, change the cx_history sysctl to cx_usage and report statistics
for which idle states were used in terms of percent. This seems more
intuitive than counters. Remove the cx_stats structure since it's no
longer used. Update the man page.
Change various types which do not need explicit size.
2004-06-05 07:02:18 +00:00
roam
bec65ce5d9
Fix a grammatical mistake: the PC3 character sequences *are* also supported.
...
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 1 week
2004-06-04 15:20:12 +00:00
julian
14e22ae790
Add a new netgraph method to allow restoration of some
...
behaviour lost in the change from 4.x style netgraph tee nodes.
Alter the tee node to use the new method. Document the behaviour.
Step the ABI version number... old netgraph klds will refuse to load.
Better than just crashing.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
2004-05-29 07:21:46 +00:00
simon
c788ceacac
Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the list
...
of supported devices.
2004-05-28 21:16:13 +00:00
tackerman
99a46e61be
Adding ixgb(4) for Intel 10GbE Adapters
2004-05-28 00:27:31 +00:00
yar
618c3ddad0
Touch .Dd because the content of the manpage has been updated.
...
Pointed out by: ru
2004-05-27 11:12:07 +00:00
yar
ff1f6d8a76
Update the status of VLAN support in interface drivers.
2004-05-26 11:34:51 +00:00
bde
870705e025
Removed a garbage reference to i386's.
...
Submitted by: ru
2004-05-23 16:27:40 +00:00
bde
9f92506d5d
Fixed misspelling of "cy".
...
Submitted by: ru
2004-05-23 16:15:25 +00:00
bde
3ac81538b3
Updated for removal of the "count" arg in device lines.
...
Organized the synopsis for PCI cards better.
2004-05-23 15:22:53 +00:00
bde
7a996c680d
Remove man4/man4.i386/cy.4 and adjust makefiles after repo-copying cy.4 up
...
to man4.
2004-05-23 15:02:08 +00:00
dwmalone
6707e287ca
Add a man page for the kernel part of bpf. I made some edits to the
...
man page after Orla, so the mistakes are probably mine. Leave a
note on the door welcoming the mdoc police.
Submitted by: Orla McGann <orly@cnri.dit.ie>
2004-05-19 20:39:22 +00:00
ru
63a58dc2d2
Maintain statistics about the received frames.
2004-05-19 11:26:33 +00:00
joerg
d07b18d4db
Now that I learned about how all this is working together, quickly
...
document it for anyone else who might be interested in it.
MFC after: 2 weeks
2004-05-17 20:17:39 +00:00
pjd
de894751b4
NG_ONE2MANY_XMIT_ALL algorithm should also be listed here.
...
Submitted by: Michel Lavonds <fox@vader.aacc.cc.md.us>
Approved by: archie
2004-05-17 19:35:40 +00:00
rik
099e2870c8
Connect Cronyx Tau-PCI to the system.
2004-05-17 14:24:52 +00:00
archie
9282ae7aa1
Update man page date for yesterday's change.
2004-05-17 14:21:00 +00:00
archie
1eee96e5b1
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
...
Reviewed by: julian
PR: kern/63317
2004-05-16 19:31:35 +00:00
ru
fe85f009b8
Kill DOS newline breaks.
2004-05-16 14:41:20 +00:00
simon
43cdffed14
Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)
...
hyphen) is meant.
Mdoc(7) clue by: ru
Reviewed by: ru
2004-05-14 20:07:49 +00:00
joerg
7bd09af44a
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
des
1692d2821f
mdoc police.
...
Submitted by: ru
2004-05-11 20:47:17 +00:00
des
0af4c58446
Man page for the ichwd driver.
2004-05-11 18:36:38 +00:00
simon
ba357600aa
- 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
simon
0457db4498
- 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
pjd
52fd45ee97
Don't confuse "GEOM" with "geom".
...
Approved by: phk
2004-05-09 16:16:10 +00:00
rik
79864ee9b7
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
njl
055815ed7e
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
5839c11830
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
66ff2a693e
Mention that hme(4) natively supports oversized frames.
2004-05-06 13:38:53 +00:00
ambrisko
15b2afd48d
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
0e0892f300
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