summaryrefslogtreecommitdiffstats
path: root/share/man/man4
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the expected usage of I2C 7-bit slave addresses on ioctl(2)loos2014-06-242-4/+18
| | | | | | | | | | interface. While here add the cross reference to iic(4) on iicbus(4). CR: D210 Suggested by: jmg MFC after: 1 week
* mdoc: remove superfluous paragraph macros.joel2014-06-237-7/+0
|
* Fix markup and grammar.brueffer2014-06-231-5/+5
|
* Add note on SYSCTL VARIABLES.iwasaki2014-06-221-0/+2
|
* Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, usekib2014-06-201-12/+43
| | | | | | | | | separate argument structure with added level_type field for CPUID_CPUID_COUNT request. Reviewed by: attilio (previous version) Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
* Following comments in r242565 add the possibility to specify ecx whenattilio2014-06-191-2/+10
| | | | | | | | | | performing cpuid calls. Add also a new way to specify the level type to cpucontrol(8) as reported in the manpage. Sponsored by: EMC / Isilon storage division Reviewed by: bdrewery, gcooper Testerd by: bdrewery
* Minor mdoc improvements.joel2014-06-151-8/+9
|
* mdoc: add missing width argument to Bl -tag.joel2014-06-151-1/+1
|
* Minor improvements.brueffer2014-06-061-2/+4
| | | | MFC after: 1 week
* Minor mdoc improvements.joel2014-06-064-4/+1
|
* Fix few outdated names of defines:sobomax2014-06-031-6/+6
| | | | | | | | | | | | o NR_REG_SW_NIC -> NR_REG_SW o NR_RING_NIC_SW -> NR_REG_NIC_SW o NETMAP_NO_TX_SYNC -> NETMAP_NO_TX_POLL o NETMAP_DO_RX_SYNC -> NETMAP_DO_RX_POLL I hope dear luigi has not left those as an excercise to careful reader, in which case I apologize in advance for ruining his play. MFC after: 1 week
* Note that recording is not supported for snd_envy24*bjk2014-06-022-2/+6
| | | | | PR: docs/166755 Approved by: hrs (mentor)
* Configure the analog input 7 which, on BBB, is connected to the 3V3B railloos2014-06-021-3/+12
| | | | | | | | | | | through a voltage divisor (R163 and R164 on page 4 of BBB schematic). Add a note about this on ti_adc(4) man page. The ti_adc(4) man page will first appear on 10.1-RELEASE. MFC after: 1 week Suggested by: Sulev-Madis Silber (ketas) Manual page reviewed by: brueffer (D127)
* Change examples to have master skew above 0 to have ability to overwrite thismarck2014-05-291-9/+10
| | | | | | | | | | | from the slave (for example, when master is failing on disk IO and could not be logged into or execute cronjob). Commented out examples changed too to simplify future merging. Idea by: kaa@zvuki.ru Discussed with: glebius MFC after: 1 week
* Document support for Intel Centrino Wireless-N 105, added in r266770.brueffer2014-05-281-1/+2
| | | | MFC after: 2 weeks
* Xr bktr.4kevlo2014-05-271-0/+1
|
* Language cleanup.brueffer2014-05-261-16/+26
| | | | | Reviewed by: mav, bcr, wblock MFC after: 1 week
* Add ismt(4) driver.jimharris2014-05-202-0/+60
| | | | | | | ismt(4) supports the SMBus Message Transport controller found on Intel C2000 series (Avoton) and S1200 series (Briarwood) Atom SoCs. Sponsored by: Intel
* USB endpoints are almost always single-digits, fix the path in the mangavin2014-05-161-4/+4
| | | | | | | | page to be clearer. PR: docs/175560 Submitted by: Andreas Gustafsson <gson gson.org> MFC after: 3 days
* gpioiic.4 and gpioled.4 will first appear in 10.1-RELEASE.loos2014-05-142-4/+4
|
* Connect vt.4 to the build.wblock2014-05-141-0/+1
| | | | Reviewed by: emaste
* Typo fixes and some language/punctuation improvements.brueffer2014-05-111-12/+12
|
* Fix -width argument to Bl -tag.kevlo2014-05-101-1/+1
|
* UDP-Lite uses SOCK_DGRAM, not SOCK_STREAM.tuexen2014-05-101-1/+1
|
* Fix document title.wblock2014-05-101-1/+1
| | | | Submitted by: pluknet
* Add the lm75 i2c digital temperature sensor driver.loos2014-05-102-0/+192
| | | | | | | | | | | | | | This driver supports the low and high precision models (9 and 11 bits) and it will auto-detect the both variants. The driver expose the temperature registers (actual temperature, shutdown and hysteresys temperature) and also the configuration register. It was tested on FDT systems: RPi, BBB and on non-FDT systems: AR71xx, with both, hardware i2c controllers (when available) and gpioiic(4). This provides a simple and cheap way for verifying the i2c bus on embedded systems.
* Add a man page for the new vt.4 device.wblock2014-05-101-0/+230
| | | | Reviewed by: ray, emaste (slightly earlier version)
* Fix two more typos.brueffer2014-05-081-3/+3
| | | | Submitted by: Trond Endrestol
* Modify Copyright information and other strings to reflect Qlogic ↵davidcs2014-05-082-36/+37
| | | | | | | | | Corporation's purchase of Broadcom's NetXtreme business. Added clean option to Makefile Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation MFC after:5 days
* First cleanup pass: new sentence -> new line, mdoc, typos and style.brueffer2014-05-071-49/+78
|
* Add mrsas(4) driver from LSI official support of newer MegaRAID SASambrisko2014-05-072-0/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cards. LSI has been maintaining this driver outside of the FreeBSD tree. It overlaps support of ThunderBolt and Invader cards that mfi(4) supports. By default mfi(4) will attach to cards. If the tunable: hw.mfi.mrsas_enable=1 is set then mfi(4) will not probe and attach to these newer cards and allow mrsas(4) to attach. So by default this driver will not effect a FreeBSD system unless mfi(4) is removed from the kernel or the tunable is enabled. mrsas(4) attaches disks to the CAM layer so it depends on CAM and devices show up as /dev/daX. mfiutil(8) does not work with mrsas. The FreeBSD version of MegaCli and StorCli from LSI do work with mrsas. It appears that StorCli only works with mrsas. MegaCli appears to work with mfi(4) and mrsas(4). It would be good to add mfiutil(4) support to mrsas, emulations modes, kernel logging, device aliases to ease the transition between mfi(4) and mrsas(4). Style issues should be resolved by LSI when they get committers approved. The plan is get this driver in FreeBSD 9.3 to improve HW support. Thanks to LSI for developing, testing and working with FreeBSD to make this driver co-exist in FreeBSD. This improves the overall support of MegaRAID SAS. Submitted by: Kashyap Desai <Kashyap.Desai@lsi.com> Reviewed by: scottl MFC after: 3 days Sponsored by: LSI
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Remove stray comma.brueffer2014-05-051-1/+1
| | | | MFC after: 3 days
* Fix SYNOPSIS ("device if_vtnet" -> "device vtnet").bryanv2014-05-031-1/+1
| | | | | Obtained from: DragonFlyBSD MFC after: 3 days
* Make the HARDWARE section ready for release notes generation; sort SEE ALSO.brueffer2014-05-031-3/+6
| | | | MFC after: 1 week
* Make this manpage ready for hardware notes generation, add more Xrefs and ↵brueffer2014-05-031-10/+13
| | | | | | | | | | perform general cleanup. In particular, don't claim rsu(4) devices can be configured with hostname(1)... MFC after: 1 week
* Add a missing colon.brueffer2014-05-031-1/+1
|
* Use our standard SYNOPSIS wording; perform some cleanup while here.brueffer2014-05-021-5/+8
|
* Add the mpr(4) man page to the man4 Makefile.ken2014-05-021-0/+1
| | | | | | | | This should have been included in r265236. Submitted by: Steve McConnell <Stephen.McConnell@lsi.com> MFC after: 3 days Sponsored by: LSI, Spectra Logic
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.ken2014-05-021-0/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is derived from the mps(4) driver, but it supports only the 12Gb IT and IR hardware including the SAS 3004, SAS 3008 and SAS 3108. Some notes about this driver: o The 12Gb hardware can do "FastPath" I/O, and that capability is included in this driver. o WarpDrive functionality has been removed, since it isn't supported in the 12Gb driver interface. o The Scatter/Gather list handling code is significantly different between the 6Gb and 12Gb hardware. The 12Gb boards support IEEE Scatter/Gather lists. Thanks to LSI for developing and testing this driver for FreeBSD. share/man/man4/mpr.4: mpr(4) man page. sys/dev/mpr/*: mpr(4) driver files. sys/modules/Makefile, sys/modules/mpr/Makefile: Add a module Makefile for the mpr(4) driver. sys/conf/files: Add the mpr(4) driver. sys/amd64/conf/GENERIC, sys/i386/conf/GENERIC, sys/mips/conf/OCTEON1, sys/sparc64/conf/GENERIC: Add the mpr(4) driver to all config files that currently have the mps(4) driver. sys/ia64/conf/GENERIC: Add the mps(4) and mpr(4) drivers to the ia64 GENERIC config file. sys/i386/conf/XEN: Exclude the mpr module from building here. Submitted by: Steve McConnell <Stephen.McConnell@lsi.com> MFC after: 3 days Tested by: Chris Reeves <chrisr@spectralogic.com> Sponsored by: LSI, Spectra Logic Relnotes: LSI 12Gb SAS driver mpr(4) added
* lindev(4): remove the deviceeadler2014-05-022-76/+1
| | | | | | | | | | | lindev(4) was only used to provide /dev/full which is now a standard feature of FreeBSD. /dev/full was never linux-specific and provides a generally useful feature. Document this in UPDATING and bump __FreeBSD_version. This will be documented in the PH shortly. Reported by: jkim
* Add missing commaeadler2014-04-301-1/+1
| | | | Relnotes: yes (/dev/full)
* man pages: add missing commaeadler2014-04-302-2/+2
| | | | Reported by: brueffer
* Add a /dev/full device.eadler2014-04-303-0/+49
| | | | | | | | /dev/full is similar to /dev/zero except it always returns ENOSPC when you attempt to write to it. Reviewed by: jhibbits Discussed with: rpaulo
* Add standard SYNOPSIS wording, fix typos, contractions and new sentence -> ↵brueffer2014-04-291-5/+18
| | | | new line.
* Add proto(4): A driver for prototyping and diagnostics.marcel2014-04-282-0/+122
| | | | | | | | It exposes I/O resources to user space, so that programs can peek and poke at the hardware. It does not itself have knowledge about the hardware device it attaches to. Sponsored by: Juniper Networks, Inc.
* Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.kevlo2014-04-252-8/+12
| | | | Committed over the TP-LINK TL-WN725N v2 (RTL8188EUS) on amd64 with WPA.
* Update the date that was missed in r263259bryanv2014-04-241-1/+1
|
* urndis(4) will first appear in 9.3-RELEASE.gjb2014-04-211-2/+2
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Update UMASS manual page to mention newer host controller drivers.hselasky2014-04-191-1/+6
| | | | Submitted by: Aseem Jolly <aseem.jolly@gmail.com>
OpenPOWER on IntegriCloud