summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) janitor:simon2003-11-161-2/+2
| | | | | - Use .Aq macro instead of <foo>. - Kill EOL whitespace.
* Add the following devices to the list of supported devices, to syncsimon2003-11-161-0/+6
| | | | | | | manual page with the source code: - HAL Corporation Crossam2+USB IR commander - RATOC REX-USB60 - SOURCENEXT KeikaiDenwa 8 (with and without charger)
* Add rue(4) into list of miibus-using drivers and reference.akiyama2003-11-161-0/+3
| | | | MFC after: 1 week
* Minor word tweaks.trhodes2003-11-151-7/+16
| | | | Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
* Implement Cx CPU idle states and updated throttling support.njl2003-11-151-7/+25
| | | | | | | | | | | | * 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.
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-154-9/+9
| | | | | | 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.
* Remove an extra 'for' in the HISTORY section.trhodes2003-11-151-1/+1
|
* Bring in a 90% rewrite of the pcm.4 manual page. This adds tunables, loadertrhodes2003-11-151-48/+208
| | | | | | | 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
* Add a manual page for the IDT NICStAR driver, and hook it up to the build.bms2003-11-142-0/+61
|
* Amplify the reboot requirementimp2003-11-141-5/+6
|
* Add required reboot into single-user mode step.imp2003-11-141-0/+1
| | | | | | # mdoc janitors should make sure I did the markup right Inspired by: recent problems in this area
* Document this driver works for the Billionton 10/100 FastEthernet USBKR2obrien2003-11-131-1/+2
| | | | "thumb" adaptor.
* Add cross reference to the em(4) driver, which also supports the NICssimon2003-11-131-0/+1
| | | | supported by the gx(4) driver.
* Add a few more devices from the hardware notes.simon2003-11-131-0/+12
|
* - Add Linksys EG1032 and SMC 9452TX to the list of supported devices.simon2003-11-131-1/+5
| | | | - Sort the device list.
* Sync the list of supported devices in the manual page with the hardwaresimon2003-11-121-3/+18
| | | | notes and the driver source.
* Document that the length of a command string is now 32. Also change allharti2003-11-121-6/+6
| | | | | | | | | | 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
* Better English usage.fanf2003-11-121-1/+1
| | | | Submitted by: wollman
* Correct the on-disc path to the porters-handbookbrueffer2003-11-121-1/+1
|
* Document the 'fetch-recursive-list' and 'deinstall-all' targets.brueffer2003-11-121-0/+7
| | | | | | | | 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>
* Mdoc Janitor:hmp2003-11-125-15/+32
| | | | | | * cleanup hard sentence breaks. * sprinle some .Dq macros.
* Mdoc Janitor:hmp2003-11-121-9/+10
| | | | | | | | | | | | | | * 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)
* Attach ips.4 to the build.trhodes2003-11-111-0/+1
|
* Add a manual page for the ips(4) driver.trhodes2003-11-111-0/+181
| | | | | Requested by: obrien Reviewed by: scottl (older version)
* Sort the device lists alphabetically to make it simpler to add newsimon2003-11-111-27/+27
| | | | | | | devices to the lists in the appropriate places. This also makes it easier to find devices in the lists. OK'ed by: ceri, silby
* Note support for the Adaptec 2410SA in the aac.4 manpage.scottl2003-11-111-0/+2
|
* Fix SYNOPSIS section in Bluetooth man pagesemax2003-11-117-17/+11
| | | | | Reviewed by: imp, julian, ru Approved by: ru
* Manual page for Asynchronous Logging Queues (ALQ) facility.hmp2003-11-102-1/+236
| | | | | | | | | | 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
* Score one 'duh' point for me and replace all instances of scott@ withtrhodes2003-11-101-1/+1
| | | | rsm@.
* Add MLINK net(4), which points to netintro(4).hmp2003-11-101-0/+1
| | | | Requested by: dwhite@
* Add a manual page for the USB Audio support in FreeBSD,hmp2003-11-103-0/+193
| | | | | | | | | 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@
* Add a missing 'the'brueffer2003-11-101-1/+1
|
* Clarify the rule about structure typedefs being discouraged, followingfanf2003-11-101-3/+12
| | | | a discussion on src-committers.
* Mdoc Janitor:hmp2003-11-101-6/+8
| | | | | | | | | | | | | | * 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}.
* RB_EMPTY() applies to red-black trees, not splay trees.des2003-11-101-1/+1
|
* Add some pc98-specific devices from the hardware notes.bmah2003-11-092-0/+7
|
* Add two PC-98 devices, from the hardware notes, which was missed insimon2003-11-091-0/+4
| | | | | | the last commit. MFC after: 1 week
* - Sync the list of supported device with the hardware notes and thesimon2003-11-091-4/+41
| | | | | | | driver source code. - Use a mdoc list for the list of supported devices. MFC after: 1 week
* Sync the sym(4) manual page with the hardware notes, and change thesimon2003-11-091-17/+61
| | | | | | | | | | | | | 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
* Add the 'package-recursive' optionbrueffer2003-11-091-0/+4
| | | | | | PR: 57838 Submitted by: Alexander Haderer <alexander.haderer@charite.de> MFC after: 5 days
* Update list of supported devices for ahbimp2003-11-091-1/+2
|
* Complete the variants of 1522/1520 cardsimp2003-11-091-2/+3
|
* AHA-1505 also alegedly supportedimp2003-11-091-2/+2
|
* Flesh out the list of supported devices for this driver.imp2003-11-091-3/+15
| | | | | | 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 :-)
* o Update to closer to the official names for these cards.imp2003-11-091-9/+21
| | | | | | | | 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.
* Synchronize list of supported cards with hardware notes, reformatbmah2003-11-091-5/+20
| | | | as a bullet list.
* Mention Olicom OC2220, which is listed in the hardware notes andbmah2003-11-091-0/+1
| | | | driver source.
* Capitalize "Fast Ethernet" and "Ethernet" consistently.bmah2003-11-091-7/+7
|
* Synchronize manual page with hardware notes and reformat list ofbmah2003-11-091-4/+21
| | | | supported devices.
* Mention Cisco and Xircom devices supported by an driver.bmah2003-11-081-4/+14
|
OpenPOWER on IntegriCloud