Ceri Davies
ef7da08509
Add the ports/arabic category to the examples.
...
MFC After: 4 days
2003-11-16 17:55:54 +00:00
Simon L. B. Nielsen
f72375e102
mdoc(7) janitor:
...
- Use .Aq macro instead of <foo>.
- Kill EOL whitespace.
2003-11-16 15:16:19 +00:00
Simon L. B. Nielsen
a013513add
Add the following devices to the list of supported devices, to sync
...
manual page with the source code:
- HAL Corporation Crossam2+USB IR commander
- RATOC REX-USB60
- SOURCENEXT KeikaiDenwa 8 (with and without charger)
2003-11-16 14:02:37 +00:00
Shunsuke Akiyama
6ee806e35e
Add rue(4) into list of miibus-using drivers and reference.
...
MFC after: 1 week
2003-11-16 11:52:26 +00:00
Tom Rhodes
4008aa4cd2
Minor word tweaks.
...
Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
2003-11-15 19:53:22 +00:00
Nate Lawson
6b74f9b7f5
Implement Cx CPU idle states and updated throttling support.
...
* Use the cpu_idle_hook() to do idling for C1-C3.
* Use both _CST and the FADT to detect Cx states.
* Use both _PTC and P_CNT for controlling throttling.
* Add a notify handler to detect changes in _CST and _PSS
* Call the _INI function for each processor if present. This will be
done by ACPI-CA in the future.
* Fix a bug on SMP systems where CPUs will attach multiple times if the
bus is rescan.
* Document new sysctls for controlling idling.
2003-11-15 19:26:06 +00:00
Hartmut Brandt
89624a3490
Replace all uses of the old netgraph constants NG_*LEN by the new
...
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
2003-11-15 15:26:35 +00:00
Tom Rhodes
53b2520d01
Remove an extra 'for' in the HISTORY section.
2003-11-15 14:23:48 +00:00
Tom Rhodes
b88ca5c03e
Bring in a 90% rewrite of the pcm.4 manual page. This adds tunables, loader
...
options, information on VCHANs, and more.
Based on content submitted by: Mathew Kanner <mat@cnd.mcgill.ca> && Cameron Grant
Update requested by: ru, and I think hmp
2003-11-15 06:08:57 +00:00
Bruce M Simpson
69d9a82eb9
Add a manual page for the IDT NICStAR driver, and hook it up to the build.
2003-11-14 20:29:12 +00:00
Warner Losh
b35ee63d8a
Amplify the reboot requirement
2003-11-14 16:55:00 +00:00
Warner Losh
614e1f02e8
Add required reboot into single-user mode step.
...
# mdoc janitors should make sure I did the markup right
Inspired by: recent problems in this area
2003-11-14 06:24:20 +00:00
David E. O'Brien
9f067574ba
Document this driver works for the Billionton 10/100 FastEthernet USBKR2
...
"thumb" adaptor.
2003-11-13 21:01:58 +00:00
Simon L. B. Nielsen
2e76d77fd0
Add cross reference to the em(4) driver, which also supports the NICs
...
supported by the gx(4) driver.
2003-11-13 20:35:13 +00:00
Simon L. B. Nielsen
9e151be8fd
Add a few more devices from the hardware notes.
2003-11-13 17:01:08 +00:00
Simon L. B. Nielsen
ad76688d59
- Add Linksys EG1032 and SMC 9452TX to the list of supported devices.
...
- Sort the device list.
2003-11-13 16:23:00 +00:00
Simon L. B. Nielsen
98277d1788
Sync the list of supported devices in the manual page with the hardware
...
notes and the driver source.
2003-11-12 14:13:36 +00:00
Hartmut Brandt
8c736ee23c
Document that the length of a command string is now 32. Also change all
...
occurences of the old *LEN definitions to the new *SIZ definitions.
Correct the example how to compare a nodename.
strncmp(name, "fred", NG_NODELEN) may step behind "fred" if the node
name is really fred.
Reminded by: ru
2003-11-12 13:24:03 +00:00
Tony Finch
f004a9739c
Better English usage.
...
Submitted by: wollman
2003-11-12 10:53:52 +00:00
Christian Brueffer
7b93590403
Correct the on-disc path to the porters-handbook
2003-11-12 08:26:08 +00:00
Christian Brueffer
515ba752bd
Document the 'fetch-recursive-list' and 'deinstall-all' targets.
...
No MFC reminder, I'll sync this page with the one in -stable in
a couple of days.
PR: docs/46181
Patch submitted by: Sergey Matveychuk <sem@ciam.ru>
2003-11-12 08:06:35 +00:00
Hiten Pandya
727119d5cd
Mdoc Janitor:
...
* cleanup hard sentence breaks.
* sprinle some .Dq macros.
2003-11-12 02:35:20 +00:00
Hiten Pandya
7106962038
Mdoc Janitor:
...
* Add missing `utility' word to sentence describing
ips(4) card configuration.
* Remove extraneous use of .Pp, and describe the tunable
hw.ips.0.disable in a better way.
* Replace wrongly used .Op mdoc macros with the .Bq macro.
The .Op macro should only be used when describing a
``usage'' line of a utility/command.
* Add .Er, for marking errno defines (ENOMEM etc etc)
2003-11-12 02:26:47 +00:00
Tom Rhodes
9e2d6c362a
Attach ips.4 to the build.
2003-11-11 18:48:02 +00:00
Tom Rhodes
6856090898
Add a manual page for the ips(4) driver.
...
Requested by: obrien
Reviewed by: scottl (older version)
2003-11-11 18:47:01 +00:00
Simon L. B. Nielsen
8f7c50a225
Sort the device lists alphabetically to make it simpler to add new
...
devices to the lists in the appropriate places. This also makes it
easier to find devices in the lists.
OK'ed by: ceri, silby
2003-11-11 13:34:53 +00:00
Scott Long
f27ec812b6
Note support for the Adaptec 2410SA in the aac.4 manpage.
2003-11-11 08:40:43 +00:00
Maksim Yevmenkin
3a08bb88ed
Fix SYNOPSIS section in Bluetooth man pages
...
Reviewed by: imp, julian, ru
Approved by: ru
2003-11-11 03:27:08 +00:00
Hiten Pandya
dab12c8eba
Manual page for Asynchronous Logging Queues (ALQ) facility.
...
The manual page contains enough information to get someone started
with ALQ.
MLINKS have been added appropriately.
Approved by: jeff, des
Reviewed by: des, jeff, sam, brooks, rwatson, mtm
2003-11-10 22:45:09 +00:00
Tom Rhodes
2c85cbd9b5
Score one 'duh' point for me and replace all instances of scott@ with
...
rsm@.
2003-11-10 21:56:47 +00:00
Hiten Pandya
ea90c53786
Add MLINK net(4), which points to netintro(4).
...
Requested by: dwhite@
2003-11-10 21:26:52 +00:00
Hiten Pandya
5dec156e2b
Add a manual page for the USB Audio support in FreeBSD,
...
interfaced via the PCM framework.
This manual page was obtained from NetBSD, and the required
changes were made to adapt it to our uaudio driver.
Pre-cursor review: joe@
2003-11-10 20:25:40 +00:00
Christian Brueffer
3c33520372
Add a missing 'the'
2003-11-10 16:04:48 +00:00
Tony Finch
e19cd0127b
Clarify the rule about structure typedefs being discouraged, following
...
a discussion on src-committers.
2003-11-10 14:32:13 +00:00
Hiten Pandya
2195d6af9f
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
Dag-Erling Smørgrav
309e4b9b6d
RB_EMPTY() applies to red-black trees, not splay trees.
2003-11-10 10:35:06 +00:00
Hartmut Brandt
1c67439671
Add a define for libbsnmp.
2003-11-10 09:07:30 +00:00
Bruce A. Mah
f7cc717f50
Add some pc98-specific devices from the hardware notes.
2003-11-09 22:53:58 +00:00
Simon L. B. Nielsen
65e6e73035
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 L. B. Nielsen
2c791fac5c
- 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 L. B. Nielsen
9fc9f23603
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
Christian Brueffer
8c3bfd6934
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
Warner Losh
c4bc6c8ccd
Update list of supported devices for ahb
2003-11-09 01:52:13 +00:00
Warner Losh
917f3a3222
Complete the variants of 1522/1520 cards
2003-11-09 01:46:28 +00:00
Warner Losh
3ebc19328e
AHA-1505 also alegedly supported
2003-11-09 01:44:16 +00:00
Warner Losh
3a86eb3747
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
Warner Losh
56b9aeaeda
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
Bruce A. Mah
cabcc122c7
Synchronize list of supported cards with hardware notes, reformat
...
as a bullet list.
2003-11-09 00:50:55 +00:00
Bruce A. Mah
f8206c33ec
Mention Olicom OC2220, which is listed in the hardware notes and
...
driver source.
2003-11-09 00:31:41 +00:00
Bruce A. Mah
f3389dd879
Capitalize "Fast Ethernet" and "Ethernet" consistently.
2003-11-09 00:27:45 +00:00
Bruce A. Mah
43263d5d44
Synchronize manual page with hardware notes and reformat list of
...
supported devices.
2003-11-09 00:26:55 +00:00
Bruce A. Mah
56fe73c36e
Mention Cisco and Xircom devices supported by an driver.
2003-11-08 22:48:23 +00:00
Robert Watson
2d633fc879
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
Robert Watson
418ada78f4
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
Bruce A. Mah
2979b13acd
Remove trailing commas from device list.
2003-11-08 17:31:49 +00:00
Bruce A. Mah
32fc2ffd63
Add SOHO(PRAGMATIC) UE-1211C from the pc98 hardware notes.
2003-11-08 17:30:42 +00:00
Bruce A. Mah
e25d92c441
Capitalize "Ethernet" and "Fast Ethernet" consistently. No other
...
content changes.
2003-11-08 17:29:58 +00:00
Bruce A. Mah
abe008a0c9
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
Gregory Neil Shapiro
6b66b61faa
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
Joseph Koshy
b684398248
Cross-reference pgfind(9) and pfind(9) from each others manual pages.
2003-11-08 13:41:22 +00:00
Hideyuki KURASHINA
f6aff0f329
Add manpage link wd.4 -> wdc.4
2003-11-08 10:28:31 +00:00
Robert Watson
7d8061c0c1
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 L. B. Nielsen
5701d7c7e0
Change FreeBSD.ORG to FreeBSD.org.
2003-11-07 21:05:31 +00:00
Hiten Pandya
b34711a92d
Mdoc Janitor:
...
* add SEE ALSO section.
2003-11-07 19:08:13 +00:00
Hiten Pandya
9c16fb477c
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
Warner Losh
eaf97bf6ae
Better description of the device supported
2003-11-07 18:09:56 +00:00
Warner Losh
e611a320a6
bare-bones and kinda sucky ufm man page
2003-11-07 17:58:30 +00:00
Hiten Pandya
3bb4fddf3e
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 L. B. Nielsen
15d25d32ea
Synchronize the list of support devices with the driver source code.
2003-11-07 11:43:05 +00:00
Hidetoshi Shimokawa
6f6ce463b5
Add sbp_targ.4.
2003-11-07 09:41:42 +00:00
Hidetoshi Shimokawa
bda4b7a3fe
Add minimal manpage for sbp_targ(4).
2003-11-07 09:39:53 +00:00
Hartmut Brandt
67bee7e777
The man page for the layer 3 (signalling) netgraph node of NgATM.
2003-11-07 09:12:07 +00:00
David Xu
0a67d47202
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
Dag-Erling Smørgrav
96ea7698a2
device_get_name(9) and device_get_nameunit(9) return const char *, not int.
2003-11-06 15:54:32 +00:00
David Xu
e461ba58ab
Enable GB2312 locale.
2003-11-05 23:39:03 +00:00
David Xu
403c77c073
Add GB2312 locale files.
2003-11-05 22:59:02 +00:00
David Xu
d87d498bdf
Add GB2312 encoding file.
2003-11-05 22:54:54 +00:00
Tom Rhodes
25a5b3324b
Fix Scott's email address.
...
Noticed by: an email discussion with bmah
2003-11-05 18:43:54 +00:00
Tom Rhodes
f3a02a8861
The my(4) drivers require miibus(4) to function properly.
2003-11-05 16:54:32 +00:00
Hajimu UMEMOTO
f88fe57e31
- 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
Søren Schmidt
8ff5952aae
Update.
2003-11-05 10:08:34 +00:00
Warner Losh
562fb1a6dd
Remove the file
2003-11-05 04:36:44 +00:00
Warner Losh
302662db50
resource_query_string is dead. Kill it.
2003-11-05 04:36:13 +00:00
Sam Leffler
5eebbfd653
update supported card table
2003-11-04 23:43:43 +00:00
Tom Rhodes
72d9131e79
Add a manual page for the Xircom and and Xircom based NICs.
...
Submitted by: scott (original version)
2003-11-04 20:49:45 +00:00
Simon L. B. Nielsen
c9753c5870
mdoc(7) cleanup:
...
- Add reference to atapicam(4).
- Fix hard sentence breaks.
- Fix spelling of .Nm macro.
- Remove a bit of EOL whitespace.
2003-11-04 19:35:27 +00:00
Søren Schmidt
688e92fc6d
Start of new ATA man page that reflects the curretn state of art.
...
mdoc handling possibly fragile :)
2003-11-04 13:16:07 +00:00
Poul-Henning Kamp
121b076972
More mdocery from Sergey (osa@)
2003-11-03 17:55:02 +00:00
Poul-Henning Kamp
74240656aa
Thanks to the kind mdoc help of Sergey (osa@): led.4
2003-11-03 17:06:10 +00:00
Warner Losh
806a364b8b
Both CC and CX versions of the 556 exist
2003-11-03 00:46:08 +00:00
Warner Losh
b127c7f2c6
Separate out the old 3CXEM556 models (10Mbps only) from the faster
...
3CCFEM556 models (10/100Mbps). I have only the former, and none of
the latter, so document that the latter might not work.
2003-11-02 23:30:22 +00:00
Warner Losh
8b99b80de6
Only the 3C1 is now known not to work. All my other cards work with
...
this driver. I've not tested the '556B or the '556BI cards, however,
as I don't own them.
2003-11-02 20:20:28 +00:00
Warner Losh
2e698e49e1
The '574 family works (I had a bad dongle which is why I thought it
...
might not be).
The modem combo cards do not (confirmed today)
2003-11-02 05:33:12 +00:00
Brooks Davis
9bf40ede4a
Replace the if_name and if_unit members of struct ifnet with new members
...
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.
This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.
Approved By: re (in principle)
Reviewed By: njl, imp
Tested On: i386, amd64, sparc64
Obtained From: NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
Wolfram Schneider
91e5a0cd52
Add OpenBSD 3.4
...
fix footer.
2003-10-31 10:24:02 +00:00
Max Khon
c4a13d2d78
Remove /usr/libdata/msdosfs description.
...
Noticed by: ru
2003-10-30 21:25:37 +00:00
Mitsuru IWASAKI
fbbdf7c7d2
Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
...
the same effect as ACPI_NO_RESET_VIDEO kernel option.
2003-10-30 16:14:55 +00:00
Hartmut Brandt
278bc3c3a9
Make the maximum number of pages for external mbufs configurable in
...
the kernel environment and accessible as a RO sysctl.
Explain that the HE155 will not work in 64-bit/66MHz slots, but may work
in 64-bit/33MHz slots.
2003-10-29 15:07:10 +00:00
Sheldon Hearn
5424714f66
Regen:
...
* Hart: rev 426 of pcidevs.txt (2003-10-27)
2003-10-29 11:14:58 +00:00
Murray Stokely
65b8a8fed1
Add FreeBSD 4.9 and MacOS 10.3.
2003-10-29 07:44:22 +00:00