Luigi Rizzo
235b52974f
new entry for polling manpage
...
(wonder why the process cannot be made automatic...)
2002-02-15 08:36:06 +00:00
Luigi Rizzo
2b930ff963
Add a manpage for DEVICE_POLLING
2002-02-15 08:34:33 +00:00
Prafulla Deuskar
a59716d2d8
- Added support for receive in multiple
...
descriptors. This simplifies code for jumbo frames.
- Cleaned up coding conventions to make code more unix-like.
- Cleaned up code in if_em_fxhw.c and if_em_phy.c.
Added relevant comments.
MFC after: 1 week
2002-02-13 18:19:27 +00:00
Dima Dorfman
2f47d083f2
memrange.h is in sys/.
...
PR: 34460
Submitted by: Bruce Dang <bruce@research.teamxor.org>, roam
2002-02-10 08:52:25 +00:00
Mark Murray
04e3890675
CURRENT-tyyle updates. This document was (is?) in the dark ages.
2002-02-06 21:42:58 +00:00
Greg Lehey
984d1cc755
Remove references to raw devices.
...
Submitted by: mbr
Approved by: re
2002-01-28 04:26:29 +00:00
Josef Karthauser
a07e9d4af3
Merge from NetBSD.
...
uhub.c: revision 1.37
usb.4: revision 1.30
usb.c: revision 1.38
usb.h: revision 1.40
usb_port.h: revision 1.21
usb_subr.c: revision 1.65
usbdi.h: revision 1.40
Split the attach/detach events up into device, driver and controller
attach and detach events.
The commit message from NetBSD was:
date: 2000/02/02 07:34:00; author: augustss; state: Exp;
Change the USB event mechanism to include more information
about devices and drivers. Partly from FreeBSD.
Also rework usbd to take these new event types into account.
2002-01-28 01:03:19 +00:00
Josef Karthauser
a31999ca51
Sync with NetBSD's version.
2002-01-28 00:48:28 +00:00
John Polstra
586d7c2ef0
Add support for the Netgear GA302T 10/100/1000 adapter. Given that
...
it's a 32-bit card, it's quite nice for $75.
MFC after: 3 days
2002-01-27 01:00:16 +00:00
Jens Schweikhardt
8f2087fb45
Fix a typo and fix indenting for struct sockaddr to match other structs.
...
No content changes.
MFC after: 3 weeks
2002-01-22 21:26:15 +00:00
Mike Pritchard
5ecd6127b9
Ispell sweep of share/man/man4/man4.i386.
2002-01-21 12:36:12 +00:00
Mike Pritchard
f87717fa8b
Ispell sweep of share/man/man4.
2002-01-21 12:09:13 +00:00
Scott Long
4496239cd9
Remove very outdated comment from the Bugs section that states that
...
the driver cannot do U160.
Submitted by: ladisalv.kostal@fem.uniag.sk
MFC after: 1 day
2002-01-20 16:09:18 +00:00
Robert Watson
080c70c1b1
o Clarify that various sysctl timing values are in milliseconds.
2002-01-19 03:44:42 +00:00
Ruslan Ermilov
7b6edd044b
Introduce an interface announcement message for the routing
...
socket so that routing daemons and other interested parties
know when an interface is attached/detached.
PR: kern/33747
Obtained from: NetBSD
MFC after: 2 weeks
2002-01-18 14:33:04 +00:00
Ruslan Ermilov
757f341107
mdoc(7) police: tidy up markup and spelling.
...
PR: docs/33962
2002-01-17 08:42:31 +00:00
Doug Ambrisko
db40c1aef4
Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.
...
One to notify the system that the MTU for VLAN can be 1500 so the vlan
will automatically be configured with a 1500 MTU the other is to ignore
the error case if the received frame is to long.
The frame size notification came from code in the SIS driver, and
the support for long frames derived from the NetBSD Tulip driver.
Tested on: 4 port D-Link adapter DFE-570TX 4 Intel 21143
Netgear card with 82c169 PNIC 10/100BaseTX
Reviewed by: ru (manpage), wpaul (not objected to), archie
Approved by: imp
Obtained from: NetBSD
2002-01-16 16:33:58 +00:00
Ruslan Ermilov
491a842962
yp(4) -> yp(8).
...
PR: docs/30797
2002-01-14 16:59:03 +00:00
Ruslan Ermilov
e66767666a
mdoc(7) police: tidy up the markup.
2002-01-14 16:07:10 +00:00
Bruce A. Mah
4bd2f25749
Fix pathnames.
...
PR: 33716
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
2002-01-12 04:06:34 +00:00
Ruslan Ermilov
cc9ca450b6
mdoc(7) police: tidy up the markup.
2002-01-10 16:51:28 +00:00
Ruslan Ermilov
2d41af99ed
mdoc(7) police: markup nits.
2002-01-10 16:11:12 +00:00
Ruslan Ermilov
fb5293cf53
mdoc(7) police: tidy up previous delta.
2002-01-09 15:32:25 +00:00
Dima Dorfman
ea3d958328
Link loop(4) to lo(4). The device's name is 'loop', which is what one
...
(at least a new one) would expect the manual page to be called (even
if the device is lo#).
PR: 32453
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-01-07 06:48:30 +00:00
Dima Dorfman
4057c9f019
Assorted grammar and other mechanical fixes.
...
PR: 32941
Submitted by: <setantae@submonkey.net>
2002-01-07 06:26:37 +00:00
Joerg Wunsch
4e481b6c28
Document the change from 0.0.0.1 to 0.0.0.* as `any remote address is OK'.
...
MFC after: 1 month
2001-12-30 16:40:48 +00:00
Chris Costello
c1e7a5f1e1
Spelling/typo fix: bood' ->
boot'
2001-12-28 20:12:24 +00:00
Chris Costello
1c393056e6
Move UFS and FFS docs to section 7.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-28 17:10:13 +00:00
Bruce A. Mah
93112659d8
Fix typo in example.
...
PR: 33260
Submitted by: Dan Peterson <danp@danp.net>
2001-12-28 03:59:19 +00:00
Joerg Wunsch
41a95e09c1
Document that we now implement VJ header compression.
2001-12-27 16:49:54 +00:00
Chris Costello
abd9fb4454
Document UFS and FFS options and features.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-12-27 03:05:44 +00:00
Ruslan Ermilov
273d3375f0
mdoc(7) police: removed duplicate xref.
2001-12-21 08:40:52 +00:00
Bill Paul
b1b636d1da
Mention that the Xircom and Conexant chips are supported in
...
the dc(4) man page.
2001-12-20 00:02:13 +00:00
Ruslan Ermilov
8dc4780698
mdoc(7) police: markup, spelling, and grammar fixes.
...
PR: docs/32955
2001-12-18 09:40:22 +00:00
Ruslan Ermilov
0dba3dc10c
Now that the driver has been MFC'ed, fix the first appearence info.
2001-12-17 11:13:51 +00:00
Joerg Wunsch
9b8f90ce35
Part #1 of the promised floppy driver documentation update.
2001-12-16 22:49:57 +00:00
Brooks Davis
601404ecef
Better document gif interface cloning intrastructure.
...
MFC After: 2 days
2001-12-14 22:55:10 +00:00
Ruslan Ermilov
e21a315ec5
s/sysctl -w/sysctl/
2001-12-11 08:29:10 +00:00
Ruslan Ermilov
2e3a6736b2
mdoc(7) police:
...
- kill empty lines
- kill whitespace at EOL
- kill hard sentence breaks
- fix document date
- fix markup
- sort xrefs
- first appeared in 5.0, not 4.4
2001-12-08 18:07:29 +00:00
Ruslan Ermilov
c5afebadb2
mdoc(7) police: bump document date, fix markup.
2001-12-08 16:40:19 +00:00
Archie Cobbs
597600ee1b
Document the 'enableAlwaysAck' field in the config structure.
2001-12-07 02:50:39 +00:00
John Hay
8c992b7f0d
Note sis(4) VLAN support.
...
MFC after: 7 days
2001-12-05 09:34:49 +00:00
Prafulla Deuskar
1ac88dc08f
Adding man page for the em driver.
...
Submitted by:Prafulla Deuskar
Reviewed by:Paul Saab
MFC after:1 week
2001-12-02 07:45:22 +00:00
John Polstra
dcd183a935
The fxp driver depends on device miibus now.
2001-11-27 18:51:08 +00:00
Dima Dorfman
a48060a2f7
Spelling police: sucessful -> successful.
2001-11-24 23:41:32 +00:00
Dima Dorfman
0987daa1f8
Remove the stuff about only the superuser being able to use this (see
...
snp.c 1.64), and add a note to the BUGS section warning the reader
that this manual page is stale and may be inaccurate.
2001-11-24 17:06:20 +00:00
Dima Dorfman
d3573aab8e
Talk about what the user needs to do to get the snp devices, and how
...
watch(8) will try to help them by loading the module.
PR: 25420
2001-11-24 17:02:58 +00:00
Ruslan Ermilov
e71efe6446
Install pnpbios(4) manpage.
...
Submitted by: Alexander Leidinger <Alexander@leidinger.net>
2001-11-22 13:05:54 +00:00
Ruslan Ermilov
908ca4edad
mdoc(7) police: general cleanup.
2001-11-22 11:56:54 +00:00
Ruslan Ermilov
3448dac344
mdoc(7) police: minor markup and misc fixes.
2001-11-22 11:36:29 +00:00