imp
db0bbfe1d3
Be explicit that a driver may assume softc is preserved when returning 0
2004-08-11 21:52:31 +00:00
obrien
f24c4fd00f
Add more aliases for common CPUTYPE spellings
2004-08-11 21:51:27 +00:00
obrien
de0b884134
The last commit had one too many libs.
2004-08-11 19:19:26 +00:00
jmg
f25be330cc
fix description of the macros for BUS_DMASYNC opertions. It's from the CPU's
...
point of view... Add a reference to a better description of what the ops
do...
Reviewed by: scottl
2004-08-11 14:52:33 +00:00
harti
94d7642285
Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR.
...
Requested by: kris
2004-08-11 07:14:11 +00:00
harti
6508567f41
Yet another place where we can document that MAKEOBJDIRPREFIX and
...
MAKEOBJDIR are, and have always been, environment variables.
Requested by: kris
2004-08-11 07:09:43 +00:00
simon
a3a898da38
Add a HARDWARE section which lists supported devices.
2004-08-10 22:17:01 +00:00
simon
53825244b8
Add a HARDWARE section which lists supported devices. Clean up device
...
lists a bit while I'm here anyway.
2004-08-10 21:07:27 +00:00
green
70cf64bec6
Update "documentation date" fields.
2004-08-10 16:38:19 +00:00
green
7419bfcbfb
Document exactly how vslock(9) is broken.
2004-08-10 15:01:00 +00:00
green
7ba2118516
Update contigmalloc(9)'s manpage to reflect usage of the malloc_type
...
argument and that allocation occurs from the end of the address space
backward (still first-fit).
2004-08-10 14:47:12 +00:00
ru
1e1e72482b
Describe better what the initial /usr/obj is expected to be populated with.
...
Prodded by: grehan
2004-08-10 13:25:29 +00:00
joerg
fea1ca1479
Add documentation for log(9).
...
MFC after: 1 week
2004-08-10 09:19:08 +00:00
simon
56f2053aef
- Add a HARDWARE section which lists supported devices.
2004-08-09 22:27:33 +00:00
mlaier
7f0c7f1817
mdoc(7) and english grammar makeover.
...
Submitted by: ru
2004-08-09 15:58:39 +00:00
ru
ef551a94ac
Remove another mention of "make world".
2004-08-09 13:25:06 +00:00
ru
cc5766a3d9
Fix a documentation bug: "make release" uses "make buildworld"
...
not "make world", as the first step of building the release.
While here, remove another mention of "make world", as the
latter is no longer supported by src/Makefile.
2004-08-09 13:22:44 +00:00
harti
273eef07a6
Use the '+' flag to make make recurse into sub-directories even when
...
given -n. For POLA reasons this behaviour is switched on only when
at least two -n flags are given to make. One -n flag keeps the old behaviour
of showing the shell command that would recurse into the sub-directories.
Discussed with: ru
2004-08-09 10:54:05 +00:00
obrien
cf4883977c
Bmake the library containing and processing the magic.
2004-08-09 08:48:28 +00:00
simon
771c5d4a50
Bump document date for last commit.
2004-08-08 22:27:02 +00:00
simon
b337473ecd
- Add a HARDWARE section which lists supported devices.
2004-08-08 22:19:05 +00:00
simon
39ed94c8e8
- Add a HARDWARE section which lists supported devices based on the
...
manual page and the Hardware Notes.
2004-08-08 21:47:40 +00:00
sanpei
86f0a3c971
Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)
...
PR: kern/66416
Submitted by: Fredrik Lindberg <fliREMOVEME@shapeshifter.se>
MFC after: 1 week
2004-08-08 05:21:56 +00:00
jmg
6967b9b093
rearange some code that handles the thread taskqueue so that it is more
...
generic. Introduce a new define TASKQUEUE_DEFINE_THREAD that takes a
single arg, which is the name of the queue.
Document these changes.
2004-08-08 02:37:22 +00:00
sanpei
04b83a573c
Add support for Belkin F5U409 serial-usb adapter
...
PR: kern/69804
Submitted by: Dan Nelson <dnelson@allantgroup.com>
2004-08-07 23:45:04 +00:00
mlaier
c794eed216
Add altq(9) explaining about the IFQ_* and IFQ_DRV_* macros in if_var.h and
...
how to convert drivers.
Obtained from: NetBSD (with changes)
Reviewed by: josef
2004-08-07 12:35:56 +00:00
imp
0b96114d04
It appears that cdevsw_add/remove were removed quite a while ago, so
...
remove them from here.
2004-08-07 04:59:16 +00:00
imp
251a8e93c7
Expand indirect reference to copyright file to the portion of that file
...
that is relevant.
2004-08-07 04:40:20 +00:00
trhodes
f6cdeb816b
Damn, fix the SEE ALSO section.
2004-08-06 16:08:43 +00:00
trhodes
e9d7b62f78
Add a manual page for the hfa driver.
...
Reviewed by: harti
2004-08-06 16:06:52 +00:00
ru
abfe62af0d
Bump the document date.
2004-08-06 10:05:45 +00:00
cperciva
e98b8f1445
Crypto is now part of the "base" distribution, and the old "release.3"
...
target no longer exists. Renumber the old release.[4-9] targets to
release.[3-8].
Reminded by: ru
2004-08-06 08:49:51 +00:00
cperciva
c10314dbdf
Increase the suggested minimum free space for release-building. It
...
needed slightly over 3GB when I built one yesterday.
2004-08-05 13:35:43 +00:00
pjd
0b32901632
- Add two fields to bio structure: 'bio_cflags' which can be used by
...
consumer and 'bio_pflags' which can be used by provider.
- Remove BIO_FLAG1 and BIO_FLAG2 flags. From now on new fields should be
used for internal flags.
- Update g_bio(9) manual page.
- Update some comments.
- Update GEOM_MIRROR, which was the only one using BIO_FLAGs.
Idea from: phk
Reviewed by: phk
2004-08-04 21:35:05 +00:00
blackend
5d5e3bbc55
Add Canon CanoScan LIDE 20 and Canon CanoScan LIDE 30 to the list of
...
supported devices. While I'm there add CanoScan to the names of other
Canon scanners.
MFC after: 1 week
2004-08-04 08:11:33 +00:00
simon
294f3fe462
- Add a HARDWARE section which lists supported devices.
2004-08-03 20:52:28 +00:00
simon
af1eaaafca
- Make the HARDWARE section preamble text have a call to the Nm macro,
...
so the driver name will appear in the Hardware Notes.
2004-08-03 20:46:23 +00:00
andre
b4b8091221
The inflight sysctls have moved to net.inet.tcp.inflight.*, so adjust
...
documentation accordingly.
2004-08-03 14:06:12 +00:00
andre
f1492e3a5a
o Move the inflight sysctls to their own sub-tree under net.inet.tcp to be
...
more consistent with the other sysctls around it.
2004-08-03 13:54:11 +00:00
simon
d01c3905f6
Add Wiretek UBRJ4 to the list of supported devices.
...
Submitted by: Soeren Vrist <seet@seet.dk>
2004-08-03 10:18:33 +00:00
bz
5b63f751da
Implement minimalistic L2TP sessions statistics and correct man page
...
for L2TP tunnel statistics (which do not take an argument sessionID).
Reviewed by: archie
Approved by: pjd (mentor)
2004-08-03 06:52:55 +00:00
bz
3fbdc1b5aa
add a new control message to set sequence numbers on an uninitialized node.
...
Reviewed by: archie
Approved by: pjd (mentor)
2004-08-03 06:45:38 +00:00
bz
1209ee91b6
adopt structs to reflect code change from May 2000 for
...
NGM_PPP_SET_CONFIG/NGM_PPP_GET_CONFIG.
Reviewed by: archie
Approved by: pjd (mentor)
2004-08-03 06:31:30 +00:00
marius
8cc22a6e2c
Add the PM1564 to the list of supported controllers.
...
OK'ed by: scottl
2004-08-02 23:33:15 +00:00
murray
e1dbd754dd
Improve the wording of the last commit, and update the document date. (1)
...
While here, update an example.
(1) Submitted by: ru
2004-08-02 07:28:02 +00:00
obrien
5a8f74ead8
Consistently list _CPUCFLAGS.
2004-08-02 04:19:22 +00:00
simon
44da541f41
Add a HARDWARE section which lists supported devices.
2004-08-01 19:29:21 +00:00
simon
de5e859b34
Make the HARDWARE section better suited to the upcoming auto generated
...
Hardware Notes:
- Only include text related the device listings and hardware support
in the HARDWARE section.
- Make the HARDWARE section preamble text have a call to the Nm macro,
so the driver name will appear in the Hardware Notes.
- Add the manufacturer name to each item in the device list, where
appropriate.
- Clean trailing punctuation characters from the lists.
2004-08-01 19:26:42 +00:00
simon
670aa3e991
- Add a HARDWARE section which lists supported devices.
...
- Minor cleanup of the device lists when I'm here anyway.
2004-08-01 19:08:04 +00:00
murray
b66f530bf1
Document EXTSRCDIR.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2004-08-01 06:36:03 +00:00