wpaul
13504cf93e
Mention that the LinkSys LNE100TX v4.0/4.1 is supported.
2000-08-23 00:44:23 +00:00
wpaul
1404edb368
Mention that the Netgear FA311 is supported as well as the FA312.
2000-08-23 00:41:44 +00:00
nsayer
988a836b1e
Remove the warning about recording on the Solo. The workarounds appear
...
to clear up the hwptr problems.
2000-08-17 18:30:59 +00:00
sheldonh
65591065a0
Fix nit in previous delta: trailing punctuation arguments to mdoc
...
macros must be whitespace separated.
2000-08-15 07:36:08 +00:00
archie
9542d4a68d
Document three new control messages.
2000-08-15 01:17:44 +00:00
ume
d3b79934ef
Add output of per battery information to apm(1).
...
New ioctl APMIO_GETPWSTATUS is introduced.
Reviewed by: -mobile and -current folks (no objection)
2000-08-13 17:05:27 +00:00
grog
6c5be643d4
Correct path name.
...
Submitted-by: Crist J. Clark <cjclark@alum.mit.com>
2000-08-13 07:48:32 +00:00
sheldonh
a02562823e
Fix hard sentence break and inappropriate use of the Pa macro in
...
the previous delta.
2000-08-11 08:12:44 +00:00
billf
562b7d21d4
1000bassT -> 1000baseT
2000-08-10 19:47:32 +00:00
nsayer
a8dda559a0
Document support for the Solo 1.
...
Requested by: sheldonh
2000-08-10 15:01:01 +00:00
msmith
b6f59ef446
Update to mention support for 6x000 series controllers.
2000-08-08 18:50:33 +00:00
archie
ae670ada8b
Insert missing word 'that'.
2000-08-08 16:26:03 +00:00
archie
69f47a0a2a
Document three new control messages.
2000-08-07 18:53:42 +00:00
archie
4107ac6e87
Missed one misspelling in previous commit.
2000-08-06 19:25:59 +00:00
archie
03d498eb80
Fix misspelling.
2000-08-05 20:17:04 +00:00
wpaul
02e133ec1a
Add support for the Netgear GA620T copper gigabit card.
2000-08-02 18:49:17 +00:00
nsayer
72460d1dc9
Minor man page corrections and fixups to document the difference between
...
tap and vmnet style devices.
Submitted by: Vladimir
2000-08-02 17:27:39 +00:00
n_hibma
cf7c041ce2
Support for the Panasonic / Matshita USB FDD.
...
Submitted by: SAKIYAMA Nobuo <sakichan@lares.dti.ne.jp>
PR: kern/20300
2000-07-31 12:40:26 +00:00
sheldonh
75cb2c66dc
Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay
...
and kern.metadelay, thanks to mckusick's feedback.
2000-07-26 08:51:58 +00:00
sheldonh
db75df9d9c
Add an EXAMPLES section with an example of how to mount a
...
malloc(9)-backed md(4) device on /tmp .
2000-07-24 14:23:47 +00:00
sheldonh
85976e9542
Rework the FILES section to cover the list of common symbolic links
...
in the /dev directory. Also cover this driver's quirky relationship
with the MAKEDEV script.
2000-07-22 10:23:06 +00:00
sheldonh
8acfef55ff
Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
...
discussed with bp.
2000-07-21 14:54:13 +00:00
ache
7afdc348e8
Describe Reset
2000-07-21 14:28:08 +00:00
sheldonh
aac8cde86f
Move the netgraph-related manual pages into share/man/man4/, as
...
discussed with archie.
2000-07-21 10:46:58 +00:00
sheldonh
117993c6a6
Cosmetic:
...
Convert to one file per line in the MAN4 list. This will make future
deltas easier to read.
2000-07-21 10:13:46 +00:00
wpaul
e27e3e14e3
Minor formatting tweak: compact the supported adapter list.
2000-07-20 22:41:26 +00:00
wpaul
b371b56ee9
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
...
cards. This basically involves switching to the 12.4.13 firmware, plus
a couple of minor tweaks to the driver.
Also changed the jumbo buffer allocation scheme just a little to avoid
'failed to allocate jumbo buffer' conditions in certain cases.
2000-07-20 22:24:43 +00:00
nsayer
8ee4b8fcbe
Oops. Activate tap in man4 and modules makefiles
2000-07-20 20:29:03 +00:00
ache
364abbc47f
Describe newly implemented SGR 22,24,25,27
2000-07-20 18:50:12 +00:00
nsayer
14503a8247
Add the tap driver.
...
The tap driver is used to present a virtual Ethernet interface to the
system. Packets presented by the network stack to the interface are
made available to a character device in /dev. With tap and the bridge
code, you can make remote bridge configurations where both sides of
the bridge are separated by userland daemons.
This driver also has a special naming hack to allow it to serve a similar
purpose to the vmware port.
Submitted by: myevmenkin@att.com , vsilyaev@mindspring.com
2000-07-20 17:01:10 +00:00
mjacob
b7fd852ec4
Update isp man page, add ispfw man page.
2000-07-20 16:11:23 +00:00
sheldonh
2cef6835da
Add an MLINKS entry which makes snd(4) a link for pcm(4).
...
Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-20 15:47:45 +00:00
sheldonh
2bbfbcee9b
Add a FILES section which, as a side-effect, just so happens to
...
give device node creation instructions.
PR: 20060
Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
2000-07-20 14:19:17 +00:00
sheldonh
20d503002f
Fix a typo and mark ``update'' up consistently in the HISTORY section.
...
Reported by: des
2000-07-20 13:05:41 +00:00
sheldonh
a749dd3647
Clear the extraneous Os argument, which survived rev 1.3.
2000-07-20 11:46:51 +00:00
sheldonh
3f3bfa3efb
General clean-up [1/1]: whitespace
2000-07-20 11:45:56 +00:00
sheldonh
4f3a6e9659
General clean-up [0/1]: content
...
Clear extraneous Nm arguments.
Clarify some English.
Mark netgraph and ifconfig up as a cross-reference.
Remove apostrophe from a genitive ``its''.
2000-07-20 11:43:40 +00:00
sheldonh
c95a6d8116
Include a comment explaining the usual delay between writes and syncs.
2000-07-20 07:31:52 +00:00
n_hibma
471997687f
Typo.
...
Submitted by: Mike Meyer <mwm@mired.org>
2000-07-19 23:07:42 +00:00
sheldonh
01a450a566
Remove mention of SYNCER_MAXDELAY and "thirty seconds", using more
...
general terms instead. This follows a discussion with alfred,
in which it became clear that I had misunderstood sched_sync().
2000-07-19 11:47:16 +00:00
sheldonh
672d736d95
Replace the obsolete update(4) manual page with syncer(4). I was
...
not abble to solicit review from <freebsd-hackers>.
2000-07-19 07:15:32 +00:00
wpaul
d6d5b813b3
Add the PCI IDs for the Macronix 98727 and 98732 parts. These are
...
3.3volt PCI/cardbus chipsets similar to the 98715 (and they have
512-bit hash tables). Also update the man page to mention the 98727/98732
and the SOHOware SFA110A Rev B4 card with the 98715AEC-C chip.
2000-07-17 19:27:41 +00:00
wpaul
d5347042f6
kue(4) and cue(4) do not need miibus.
2000-07-17 19:04:58 +00:00
sheldonh
263ffe32d1
Rename MDNSECT to MD_NSECT and declare it as something that isn't
...
default in NOTES.
Requested by: bde
Approved by: phk
2000-07-17 13:13:04 +00:00
itojun
61ae82c8a8
sync with latest kame doc. wording changes and updates
2000-07-17 02:37:26 +00:00
itojun
fc84997194
bring in latest kame doc. talk about ah tunnel caveat.
2000-07-17 02:22:18 +00:00
sheldonh
62dee1d507
Actually allow ``options MDNSECT=<numsects>'' in kernel configs to
...
specify the default maximum size of malloc(9)-backed md(4) devices
and complete the documentation of this option.
2000-07-14 12:14:13 +00:00
obrien
ef18034ac1
Revert rev 1.24.
...
Facts verfied by: mckusick
2000-07-13 22:40:50 +00:00
mckay
0a01ca3918
Spelling.
2000-07-13 13:49:36 +00:00
nbm
e16a57d0c9
Update the st(4) and sd(4) references to sa(4) and da(4) respectively,
...
maintaining order, were the references ordered already.
PR: reminded by 19647
Submitted by: reminded by Jens Schweikhardt <schweik@noc.dfn.de>
2000-07-12 15:19:39 +00:00