Brooks Davis
55d81cdbc0
Add missing Va in ifi_epoch entry.
2005-06-06 00:21:28 +00:00
Andrew Thompson
7afc53b8df
Connect if_bridge to the build.
...
Approved by: mlaier (mentor)
2005-06-05 03:32:53 +00:00
Andrew Thompson
31997bf223
Add if_bridge, which provides more advanced Ethernet bridging and 802.1d
...
spanning tree support.
Based on Jason Wright's bridge driver from OpenBSD, and modified by Jason R.
Thorpe in NetBSD.
Reviewed by: mlaier, bms, green
Silence from: -net
Approved by: mlaier (mentor)
Obtained from: NetBSD
2005-06-05 02:59:26 +00:00
Tai-hwa Liang
7a3afb563c
Adding note about required firmware to save others time and frustration with
...
this device.
Obtained from: imp (if_iwi)
Encouraged by: damien
2005-06-01 07:13:21 +00:00
Ruslan Ermilov
3d7f65df6e
For ${SUBDIR} targets, change the type of dependency operator from `::'
...
to `:', so that it stays compatible with a stale dependency recorded in
.depend when the type of "foo" changes from file to directory or back.
Compensate for the loss of the "If no sources are specified, the target
is always re-created" feature by marking these targets with the .PHONY
attribute. While here, fix a bug in the target's script (nobody uses
these targets apparently).
2005-05-31 07:14:51 +00:00
Christian Brueffer
3962985ba8
Add the Dell PERC 4/IM as supported.
...
Submitted by: Muthu_T@Dell.com
2005-05-30 12:26:12 +00:00
Simon L. B. Nielsen
9e56be4c64
Catch up with s/dev_t/struct cdev */.
2005-05-29 21:23:50 +00:00
Tai-hwa Liang
905ff382d1
Typo correction.
2005-05-29 14:56:51 +00:00
Christian Brueffer
cc636eb10e
Document support for the 82573 chip.
2005-05-27 04:52:21 +00:00
Eivind Eklund
64a72b2907
Baby, we are not in Kansas anymore. Nor are we in 1996 or FreeBSD 2.1.
...
Note that these papers are mostly quite old, and add a pointer to
more recent docs.
2005-05-26 23:01:30 +00:00
Christian Brueffer
d8a4b9c059
Document support for some Dell PERC adapters.
...
Submitted by: Muthu_T@Dell.com
MFC after: 3 days
2005-05-25 15:35:31 +00:00
Olivier Houchard
7b2b007e8c
Use -march=armv5te for Xscale.
2005-05-24 21:24:40 +00:00
Christian Brueffer
99c2f31565
3Com 3C2000-T reported as working.
...
Submitted by: anonymous
2005-05-24 15:42:42 +00:00
Hiten Pandya
e36734401f
Accomodate for parameter name change, 'cnp' to 'data'.
...
Submitted-by: Andrew R. Reiter <arr@watson.org>
2005-05-24 12:33:29 +00:00
Christian Brueffer
1769bce343
soundcard -> sound card
...
MFC after: 3 days
2005-05-22 16:14:55 +00:00
Christian Brueffer
24cfe4f10e
- Add a HARDWARE section based on the previous 'Supported Cards'
...
subsection and the hardware notes.
- Xref all snd_* drivers
MFC after: 1 week
2005-05-22 15:25:14 +00:00
Christian Brueffer
b1a83d0adb
BCM5789 support.
...
MFC after: 3 days
2005-05-22 10:27:51 +00:00
Tom Rhodes
846e187c43
Fix sentence structure to follow a better logic (zero is disable and
...
one is enable).
2005-05-21 17:22:12 +00:00
Maxim Konovalov
92aa3968f2
Add OpenBSD 3.7.
2005-05-20 05:13:25 +00:00
Nate Lawson
96ab794b26
Document that the returned pointer should be freed even if the number
...
of items returned is 0.
2005-05-20 05:04:22 +00:00
Christian Brueffer
e9a32efc6e
Document support for the 5714.
...
MFC after: 3 days
2005-05-20 01:20:23 +00:00
Christian Brueffer
bf7f62ef58
Add nve(4).
2005-05-20 01:19:02 +00:00
Gleb Smirnoff
fff7ff711b
Document taskqueue_drain().
2005-05-19 18:31:42 +00:00
Christian Brueffer
fed9784e38
- Connect nve(4)
...
- Correct sorting order
Suggested and reviewed by: ru
2005-05-19 14:54:48 +00:00
Christian Brueffer
0a02677cd7
Manpage for the nve NVIDIA nForce MCP Ethernet driver. The manpage is based
...
on the nvnet driver manpage by Quinton Dolan.
Especially the list of supported hardware needs some work.
2005-05-19 14:52:42 +00:00
Giorgos Keramidas
8a119ad210
The correct copyright notice for manpages that copy material from Open
...
Group's documentation is `/usr/share/examples/mdoc/POSIX-copyright',
not the one I copied from `/usr/share/examples/etc/bsd-copyright'.
Suggested by: simon
2nd pointy hat of the day: yours truly
2005-05-18 17:08:15 +00:00
Giorgos Keramidas
a3c8fc5312
Add a manpage for pthread_atfork(3). This copies a lot of the text of
...
the Open Group manpage for pthread_atfork(), available online at:
http://www.opengroup.org/onlinepubs/009695399/functions/pthread_atfork.html
which should be ok, since Daniel Eischen had mailed me about Open
Group manpages and the fact that they have granted permission to
FreeBSD to use their material. Any differences from the OG text are
my changes to the original manpage text submitted by Alex Vasylenko:
- In an effort to clean up the part that describes hooks and their
calling order, I used a list instead of a single paragraph for all the three
types of fork() hooks.
- After a short discussion with Dima Dorfman a long long time ago in a
far away galaxy, I changed the RETURN VALUES section to look more
like the rest of the pthread_xxx.3 manpages.
PR: docs/68201
Submitted by: Alex Vasylenko <lxv@omut.org>
2005-05-18 16:23:11 +00:00
Giorgos Keramidas
d854ee0742
Add manpages for devfs.conf and devfs.rules. These have been
...
initially written by Roland, but hacked for a while by me. Any
good parts are the results of Roland's hard work. Any typos or
style mistakes are mine.
Submitted by: Roland Smith <rsmith@xs4all.nl>
PR: docs/63808, docs/75433, docs/80458, docs/80459
MFC after: 2 weeks
2005-05-17 17:52:27 +00:00
David E. O'Brien
6ffd2f532c
Clarify the header.
2005-05-17 15:03:50 +00:00
Ruslan Ermilov
580325d4cf
Recover the original Berkeley RCS id, and fix the description of
...
format for source files when it comes to $FreeBSD$.
2005-05-17 14:20:42 +00:00
Jesus R. Camou
27e13edce9
Correct script path.
...
PR: docs/80948
Submitted by: anonymous coward
Approved by: trhodes (mentor)
MFC after: 2 days
2005-05-17 03:54:52 +00:00
Giorgos Keramidas
b31dd0b724
Remove a duplicate 'comment' to fix the syntax of a sentence.
2005-05-17 01:25:57 +00:00
Warner Losh
a398848137
Add note about required firmware to save others time and frustration with this device
2005-05-15 21:08:51 +00:00
Gleb Smirnoff
1771f872d5
- Document net.inet.carp.suppress_preempt MIB.
...
- Xref pfsync(4)
2005-05-15 01:58:32 +00:00
Christian Brueffer
355ff30c95
Wordsmithing.
...
PR: 80133
Submitted by: Zheyu Shen <free.bsd@gmx.net>
MFC after: 3 days
2005-05-12 16:18:58 +00:00
Gleb Smirnoff
8b39984252
Describe newly implemented bug.
2005-05-11 11:53:37 +00:00
Maxim Konovalov
2c6b324929
Add MacOS 10.4.
...
Submitted by: Jung-uk Kim
2005-05-11 11:11:29 +00:00
Maxim Konovalov
6904c47ab9
Add FreeBSD 5.4.
2005-05-10 17:51:18 +00:00
Christian Brueffer
e2f59e932f
Manual page for the "mn" Siemens Easy321-R1 E1/T1 device driver.
...
This is based on the comments in if_mn.c.
MFC after: 3 days
2005-05-10 16:48:03 +00:00
Philip Paeps
18d92cd86c
Sync with Linux acpi4asus, adding support for loads of new models.
...
MFC after: 3 days
2005-05-09 12:51:48 +00:00
Philip Paeps
5894dd7d1a
Put the time traveling machine back where I found it before anyone sees. ;-)
...
Pointy hat to: philip
2005-05-09 09:01:13 +00:00
Philip Paeps
caac49960b
Add support for Asus V6V[1] and W1N notebooks.
...
Submitted by: Jean-Sébastien Pédron <jspedron@club-internet.fr> [1]
MFC after: 3 days
2005-05-09 08:43:49 +00:00
Warner Losh
15fd13dc7c
One more variant branding of 3C574 family: the plain old 3c574
2005-05-08 22:36:10 +00:00
Dag-Erling Smørgrav
58b705b330
The Nocona may be AMD64 compatible, but it is still an Intel part.
...
Pointy hat to: trhodes
MFC after: 1 week
2005-05-08 10:11:33 +00:00
Christian Brueffer
5cd00b7223
Manual page for the acpi_ibm(4) hotkey driver.
2005-05-07 13:42:15 +00:00
Christian Brueffer
839ba87af6
Join two lines.
2005-05-07 11:02:34 +00:00
Gleb Smirnoff
17a35ce727
Manual page for ng_nat node.
2005-05-06 15:33:12 +00:00
Pawel Jakub Dawidek
a181e79248
Document 'pentium-m' CPUTYPE.
2005-05-06 13:14:48 +00:00
Wilko Bulte
6fab7ca2d7
ICH5 is also supported by ichsmb
2005-05-05 12:03:36 +00:00
Murray Stokely
fb95cd7157
Add more technical terms to reduce false positives when spellchecking
...
FreeBSD documentation.
2005-05-04 14:19:36 +00:00