brueffer
83cdc2ae52
Mention the module in the synopsis.
2006-04-01 09:55:37 +00:00
marcel
a2e65a6e4e
o Add scc(4) to the build.
...
o Add the scc(4) manpage to the build.
o Update the uart(4) manpage to account for scc(4).
o Update the uart(4) module build to include support for scc(4).
2006-03-30 18:39:24 +00:00
marcel
0215f8085c
Add scc(4), a driver for serial communications controllers. These
...
controllers typically have multiple channels and support a number
of serial communications protocols. The scc(4) driver is itself
an umbrella driver that delegates the control over each channel
and mode to a subordinate driver (like uart(4)).
The scc(4) driver supports the Siemens SAB 82532 and the Zilog
Z8530 and replaces puc(4) for these devices.
2006-03-30 18:33:22 +00:00
jmg
9dd1a6be31
document the tty files that uart(4) provides like sio(4) and pty(4) both
...
do.. This copies only part of the FILES section from sio(4)....
We might want to make tty(4) document the files provided, and have each of
these document the characters that it uses...
Pointed out by: Yasholomew Yashinski
MFC after: 3 days
2006-03-30 02:27:25 +00:00
brueffer
2f87ec6922
Mention that MegaRAID SAS controllers are supported by mfi(4).
2006-03-29 21:02:35 +00:00
brueffer
f846dc70fe
Mention that amr(4) supports older MegaRAID hardware and clean up the
...
last vestiges of example.4.
2006-03-29 20:53:42 +00:00
scottl
e5e7eeb18d
Add a manual page for mfi(4).
2006-03-29 07:35:39 +00:00
pav
b0d9b0dc3b
- Be explicit about libmap32.conf only working on amd64
...
Requested by: ru
2006-03-27 14:37:54 +00:00
pav
c47627184e
- Document libmap32.conf
...
MFC after: 1 week
2006-03-27 00:53:11 +00:00
emaste
37bf7d3702
The removal of CIRCLEQ left four queue macros. One sentence was missed
...
in the man page update.
PR: docs/94938
Submitted by: Ed Schouten <ed@fxq.nl>
MFC After: 3 days
2006-03-25 23:11:10 +00:00
mjacob
851b87ce3b
Move the check for non-ATIO_CMD ahead of the cache chech so that
...
completion for unsupported commands doesn't abort.
Reviewed by: nate
MFC after: 2 weeks
2006-03-25 18:18:26 +00:00
ru
3175cb1853
Revert last delta, it breaks cross-compiles.
2006-03-25 06:37:36 +00:00
mckusick
ca00a0da03
Typesetting fix for -r1.137.
...
If a tail queue is empty the return value of TAILQ_LAST is not
undefined, it is NULL.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
2006-03-24 07:41:12 +00:00
ru
b152fc672a
Option MK_LIB32 only exists on amd64.
2006-03-24 06:14:31 +00:00
des
2abf6145b0
Add proper dependencies for the version map, and make sure 'make clean'
...
removes it if it was generated.
Reviewed by: ru
2006-03-23 20:37:04 +00:00
mjacob
c44d0b867f
Make scsi_target actually compile after a structure member
...
change.
Obtained from: Either Scott, Nate, Ken or A. Nagy
2006-03-22 17:00:14 +00:00
mckusick
49444cf98e
If a tail queue is empty the return value is not
...
undefined, it is NULL.
2006-03-22 02:40:38 +00:00
mjacob
ae57ffa860
At least respond to REPORT LUNS with an ILLEGAL COMMAND response.
...
This keeps us from dumping core when modern OS' like Windows and Linux
see us.
2006-03-22 01:30:07 +00:00
ru
5788f4caf7
Remove mentions of old compat options from here; equivalents are
...
now provided in src.conf(5).
2006-03-21 09:49:05 +00:00
ru
09e5f15cc0
Install the autogenerated src.conf(5) manpage.
2006-03-21 09:10:35 +00:00
ru
11e33ba6db
Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.
2006-03-21 09:00:51 +00:00
ru
09fb328353
Desupport the *_COLLECT2 no-op.
2006-03-21 08:59:36 +00:00
wkoszek
7c3f5f4c32
Keep references sorted alphabetically.
...
Spotted by: brueffer
Approved by: cognet (mentor)
2006-03-20 17:10:09 +00:00
wkoszek
b2f358b530
Add reference to conscontrol(8).
...
Reviewed by: ru
Approved by: cognet (mentor)
2006-03-20 16:53:00 +00:00
ru
270427ac5b
Extend coverage of the MK_IPX build option to the following:
...
- <netipx> headers [1]
- IPX library (libipx)
- IPX support in ifconfig(8)
- IPXrouted(8)
- new MK_NCP option
New MK_NCP build option controls:
- <netncp> and <fs/nwfs> headers
- NCP library (libncp)
- ncplist(1) and ncplogin(1)
- mount_nwfs(8)
- ncp and nwfs kernel modules
User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP.
[1] <netsmb/netbios.h> unconditionally uses <netipx> headers
so they are still installed. This needs to be dealt with.
2006-03-20 14:24:58 +00:00
ru
97bfff6a70
Document the requirement to run rpc.lockd(8) on both client
...
and server when installing onto an NFS file system.
2006-03-20 12:27:08 +00:00
mux
b20083fef6
Also refer to csup in the example SUP setting.
2006-03-19 15:54:45 +00:00
ru
01d9272164
Commit a forgotten part of NO_PROFILE/NO_LIB32 conversion.
2006-03-19 06:14:07 +00:00
brd
eed2164c02
s/ifconfig tunnel greN/ifconfig greN tunnel/
...
Submitted by: ankon@#bsddocs
Approved by: ceri@
2006-03-19 05:52:35 +00:00
phk
1ecca3635c
Add default for MK_PROFILE
2006-03-19 04:39:42 +00:00
ru
5f8b6d3c5a
Convert NO_PROFILE and NO_LIB32 to new style.
2006-03-18 21:37:05 +00:00
ru
1e14ebad23
Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s can
...
handle it as well.
2006-03-18 10:54:09 +00:00
ru
388e590f95
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
des
10c4f678df
Correct the requirements for g_new_consumer().
...
Approved by: phk
2006-03-17 13:13:18 +00:00
brueffer
98b89e9688
Adapt for the new firmware ports.
...
MFC after: 3 days
2006-03-16 22:39:17 +00:00
brueffer
7c4cc1d173
Document JMicron JMB361, 365 and 366 support.
...
MFC after: 3 days
2006-03-16 22:20:39 +00:00
deischen
d0b5f73259
Add version_gen.awk to the installed files.
2006-03-16 15:20:27 +00:00
deischen
f015ed90ef
Teach bsd.lib.mk to auto generate a version map file based on
...
a set of symbol definitions (VERSION_DEF) and symbol mappings
(SYMBOL_MAPS).
Add an awk script to generate the version map.
Suggested by: ru
Helped by: ru
Reviewed by: ru
2006-03-16 15:12:26 +00:00
sam
bf44b23991
promote fast ipsec's m_clone routine for public use; it is renamed
...
m_unshare and the caller can now control how mbufs are allocated
Reviewed by: andre, luigi, mlaier
MFC after: 1 week
2006-03-15 21:11:11 +00:00
ru
37ead6889b
Fix the spelling of MAN to a modern syntax.
2006-03-15 15:49:38 +00:00
ru
bc07d46c76
Style.
2006-03-15 10:40:01 +00:00
andre
4cc825f6d4
Import OpenBSD's manual page to the sys/sys/hash.c functions imported two
...
days earlier.
Obtained from: OpenBSD
2006-03-14 17:19:09 +00:00
jcamou
b0ee391aa7
Add link:
...
rc.conf.local.5->rc.conf.5.
PR: docs/87698
Reported by: Marian Cerny <jojo@matfyz.cz>
Submitted by: Daniel Gerzo <danger@rulez.sk>
Approved by: trhodes (mentor)
MFC after: 3 days
2006-03-14 17:05:00 +00:00
damien
d66779832b
swap Bus and MAC/BBP columns.
...
add more devices (RT2561S and RT2661) to the list of supported hardware.
2006-03-13 21:24:28 +00:00
damien
c70008cd76
Remove duplicate .Pp
...
Submitted by: Christian Brueffer
2006-03-13 21:00:53 +00:00
damien
7db292621e
typo
2006-03-13 20:42:37 +00:00
damien
fe178ce14a
sync w/ reality.
2006-03-13 20:36:55 +00:00
imp
7570cde46b
Revert last change, per ru@'s objection. I misunderstood consensus
2006-03-09 16:24:58 +00:00
imp
5b9c942eb7
Now that we now spell NO_MAN=xxx MAN=, update the docs.
...
Submitted by: John Hein
2006-03-09 01:33:38 +00:00
matteo
c968fe97f5
Fix spelling error
...
MFC after: 1 day
2006-03-08 14:10:38 +00:00