brueffer
b5287ea13c
Add a missing 'the'
2003-11-10 16:04:48 +00:00
fanf
168e47de63
Clarify the rule about structure typedefs being discouraged, following
...
a discussion on src-committers.
2003-11-10 14:32:13 +00:00
hmp
70d3e8a871
Mdoc Janitor:
...
* Add MLINKS for:
-> Soundblaster emu10k1(4) Driver [points to pcm(4)]
-> Avance Logic ALS400 Driver [points to pcm(4)]
We should not need separate manual page for each of these
drivers; instead, linking them to pcm(4) manual page is
simpler, and new device lists can be easily added to the
said manual page.
* While I am here, sort out mdoc(7) entries in ${MAN}.
2003-11-10 12:45:10 +00:00
des
acf177087d
RB_EMPTY() applies to red-black trees, not splay trees.
2003-11-10 10:35:06 +00:00
harti
addfc2e6e8
Add a define for libbsnmp.
2003-11-10 09:07:30 +00:00
bmah
884c83264a
Add some pc98-specific devices from the hardware notes.
2003-11-09 22:53:58 +00:00
simon
cb53ca4d12
Add two PC-98 devices, from the hardware notes, which was missed in
...
the last commit.
MFC after: 1 week
2003-11-09 22:36:04 +00:00
simon
c6917e1a41
- Sync the list of supported device with the hardware notes and the
...
driver source code.
- Use a mdoc list for the list of supported devices.
MFC after: 1 week
2003-11-09 22:21:21 +00:00
simon
81bc6553de
Sync the sym(4) manual page with the hardware notes, and change the
...
list of supported controllers into a list.
Note that the 53C875A has not been included in the list of supported
devices, since this controller does not seem to be supported by the
version of the sym(4) driver currently in FreeBSD.
PR: docs/55557
Submitted by: Lukas Ertl <l.ertl@univie.ac.at> (original version)
MFC after: 1 week
53C875A omission reviewed by: silence from -scsi and groudier
2003-11-09 14:58:28 +00:00
brueffer
32946a73bf
Add the 'package-recursive' option
...
PR: 57838
Submitted by: Alexander Haderer <alexander.haderer@charite.de>
MFC after: 5 days
2003-11-09 09:30:39 +00:00
imp
fde6659142
Update list of supported devices for ahb
2003-11-09 01:52:13 +00:00
imp
bf5f2bc451
Complete the variants of 1522/1520 cards
2003-11-09 01:46:28 +00:00
imp
e01b0dbfd1
AHA-1505 also alegedly supported
2003-11-09 01:44:16 +00:00
imp
7253a0e9b9
Flesh out the list of supported devices for this driver.
...
Add bugs that describe the current state of this driver.
# Note: Don't ask me about the driver: I can't get it to work well either :-)
2003-11-09 01:41:11 +00:00
imp
c1acbaa576
o Update to closer to the official names for these cards.
...
o Remove entries for 1510, 152x and 1535. These are supported, for some value
of supported, by the aic driver.
o Add notes about 1542-CP being plug and play, but it can still conflict with
other resources because all the resources it uses are set with the onboard
BIOS.
2003-11-09 01:30:46 +00:00
bmah
5834e9c712
Synchronize list of supported cards with hardware notes, reformat
...
as a bullet list.
2003-11-09 00:50:55 +00:00
bmah
19f44f7c26
Mention Olicom OC2220, which is listed in the hardware notes and
...
driver source.
2003-11-09 00:31:41 +00:00
bmah
6de0467052
Capitalize "Fast Ethernet" and "Ethernet" consistently.
2003-11-09 00:27:45 +00:00
bmah
bd97315991
Synchronize manual page with hardware notes and reformat list of
...
supported devices.
2003-11-09 00:26:55 +00:00
bmah
2514456ec9
Mention Cisco and Xircom devices supported by an driver.
2003-11-08 22:48:23 +00:00
rwatson
db66506d6c
Add /usr/share/security to reflect recent hookup of Makefile and
...
mtree entry for share/security/lomac-policy.contexts.
Pointed out by: ru
2003-11-08 18:01:44 +00:00
rwatson
e6cd16ae51
Makefile.inc wasn't needed; this is a left-over of other files present
...
in share/security in the trustedbsd_sebsd branch that are not present
in the main tree. Also, .include Makefile.inc from the parent directory
so that BINDIR is set right.
Pointed out by: bde
2003-11-08 17:56:53 +00:00
bmah
e3f64cfae1
Remove trailing commas from device list.
2003-11-08 17:31:49 +00:00
bmah
063e1864e7
Add SOHO(PRAGMATIC) UE-1211C from the pc98 hardware notes.
2003-11-08 17:30:42 +00:00
bmah
cdd9e859d5
Capitalize "Ethernet" and "Fast Ethernet" consistently. No other
...
content changes.
2003-11-08 17:29:58 +00:00
bmah
07ab6b455e
Sort devices. In the process, remove a duplicate entry for the Accton
...
EN1207D. No other content changes.
2003-11-08 17:28:31 +00:00
gshapiro
da1521e658
People are blindly coping this example refuse file. Doing so breaks
...
buildworld as src/etc/sendmail/freebsd.mc is missing. That example
was added 3 years ago, before the /etc/mail/ infrastructure was in
place for customized configurations. It is time to remove this example.
Noticed by: Robert Gray <bob@boulderlabs.com> in freebsd-stable
MFC after: 1 day
2003-11-08 17:19:50 +00:00
jkoshy
296d11f9a1
Cross-reference pgfind(9) and pfind(9) from each others manual pages.
2003-11-08 13:41:22 +00:00
rushani
2f419f2b30
Add manpage link wd.4 -> wdc.4
2003-11-08 10:28:31 +00:00
rwatson
dfe2864ae7
When lomac-policy.contexts was merged from the TrustedBSD MAC branch,
...
the Makefiles were not committed.
2003-11-08 00:40:25 +00:00
simon
a0082f8fd3
Change FreeBSD.ORG to FreeBSD.org.
2003-11-07 21:05:31 +00:00
hmp
14bdef732c
Mdoc Janitor:
...
* add SEE ALSO section.
2003-11-07 19:08:13 +00:00
hmp
9004d3b438
Mdoc Janitor:
...
* use the appropriate include file macros (.In)
* add necessary stuffing to the AUTHORS section
for consistency.
2003-11-07 18:26:54 +00:00
imp
0725614a31
Better description of the device supported
2003-11-07 18:09:56 +00:00
imp
74fa446124
bare-bones and kinda sucky ufm man page
2003-11-07 17:58:30 +00:00
hmp
3b945798f0
Add manual page for LSI Fusion-MPT SCSI/Fibre Channel driver.
...
Originally obtained from NetBSD, but modified to fit FreeBSD's
mpt driver history, and device list.
Reviewed by: Matt Jacob (mjacob@) -- Old version.
2003-11-07 17:33:52 +00:00
simon
d3cefae2c6
Synchronize the list of support devices with the driver source code.
2003-11-07 11:43:05 +00:00
simokawa
e1af13b22a
Add sbp_targ.4.
2003-11-07 09:41:42 +00:00
simokawa
6fe109aff0
Add minimal manpage for sbp_targ(4).
2003-11-07 09:39:53 +00:00
harti
95fb3f9279
The man page for the layer 3 (signalling) netgraph node of NgATM.
2003-11-07 09:12:07 +00:00
davidxu
62eecd357e
Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks to
...
zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way,
but I havn't done this change since these files already exists.
2003-11-06 23:43:40 +00:00
des
bf689a07a0
device_get_name(9) and device_get_nameunit(9) return const char *, not int.
2003-11-06 15:54:32 +00:00
davidxu
09e99681c0
Enable GB2312 locale.
2003-11-05 23:39:03 +00:00
davidxu
61546cc5ad
Add GB2312 locale files.
2003-11-05 22:59:02 +00:00
davidxu
5365264be8
Add GB2312 encoding file.
2003-11-05 22:54:54 +00:00
trhodes
d28f0c552b
Fix Scott's email address.
...
Noticed by: an email discussion with bmah
2003-11-05 18:43:54 +00:00
trhodes
dd3c3c1e89
The my(4) drivers require miibus(4) to function properly.
2003-11-05 16:54:32 +00:00
ume
1c2b839e59
- refrect recent changes.
...
- add table of contents.
- add section 4.8 - Operations with IPsec tunnel mode.
- add section 9 - Policy on technology with intellectual property
right restriction
- more about KAME's codeing style.
Obtained from: KAME
2003-11-05 12:00:32 +00:00
sos
8d2743b3bb
Update.
2003-11-05 10:08:34 +00:00
imp
6e26b88350
Remove the file
2003-11-05 04:36:44 +00:00