summaryrefslogtreecommitdiffstats
path: root/share/man/man4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the RTS5229 card reader to rtsx(4).stsp2013-11-061-3/+4
| | | | From Pedro Martelletto.
* Mention the TX checksum offload support.brad2013-11-054-15/+16
|
* remove iop(4) driver. it is entirely unmaintained and supports somethingderaadt2013-11-046-336/+7
| | | | | which basically doesn't exist at all. reminded about it by brad
* Remove pseudo-device fuse 'count' option from documentation.stsp2013-11-041-9/+3
| | | | | The option doesn't exist anymore, FUSE devices have been made clonable. ok tedu
* kill a.out reference.fgsch2013-11-011-10/+3
| | | | deraadt@ miod@ ok.
* softraid(4) boot documentation tweaks from jsing@stsp2013-10-311-5/+5
|
* Document softraid boot process for i386/amd64.stsp2013-10-281-6/+32
| | | | | Requested by Adam Thompson. suggestions and ok deraadt, earlier version ok jmc
* tedu FDDI documentation bits.mpi2013-10-284-98/+6
| | | | ok jmc@
* remove chunks about options we do not have, and uncomment the ones wederaadt2013-10-271-26/+13
| | | | do have.
* tweak previous;jmc2013-10-251-9/+9
|
* Document the octrng(4) driver.pirofti2013-10-242-0/+56
|
* update config stanzasmiod2013-10-221-2/+6
|
* typo in config stanzamiod2013-10-221-3/+3
|
* tedu noct(4). dmesglog shows no users of this device and the driver hasmlarkin2013-10-204-78/+6
| | | | | | a bug that nobody (even the original author) knows how to fix. "kill with fire" deraadt@
* Document the ioctl commands of the new queueing system: DIOCADDQUEUE,lteo2013-10-201-5/+49
| | | | | | | DIOCGETQUEUES, DIOCGETQUEUE, and DIOCGETQSTATS (the older version has been renamed to DIOCGETALTQSTATS). ok henning jmc
* fix obvious .An formatting errorsschwarze2013-10-193-10/+12
| | | | found while working on mandoc apropos
* Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.miod2013-10-191-13/+2
|
* tidy this page up a little;jmc2013-10-181-8/+10
|
* do not speak of rdsetrootderaadt2013-10-181-7/+3
|
* Add a manpage for ommmc(4).rapha2013-10-163-4/+57
| | | | Feedback and ok jmc@
* tweak previous;jmc2013-10-155-13/+11
|
* Remove BUGS section, it got fixed a few months ago.miod2013-10-151-8/+4
|
* steal manpages from mvme88kmiod2013-10-159-22/+256
|
* Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,miod2013-10-152-2/+55
| | | | | 400 and 4300. Limited to PIO mode only for now, until the DMA controller is tamed. Heavily based upon the MI aic(4) driver.
* Add vxlan.4reyk2013-10-141-2/+2
|
* tweak previous;jmc2013-10-131-15/+14
|
* Set the default MTU to full 1500 bytes. We do not want to encouragereyk2013-10-131-7/+8
| | | | | | running vxlan(4) with a lowered MTU of just 1450 bytes instead of bumping the MTU of the transport interfaces to at least 1550 or preferrably 1600 bytes.
* Import vxlan(4), the virtual extensible local area network tunnelreyk2013-10-131-0/+165
| | | | | | | | | interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@
* reference vmwpvs.dlg2013-10-111-2/+4
| | | | jmc pointed out i missed this
* basic manpage for a basic driverdlg2013-10-082-2/+46
|
* +axenjmc2013-10-071-2/+4
|
* tweak previous;jmc2013-10-071-9/+8
|
* first manpage for axen(4)yuo2013-10-072-2/+82
|
* add some additional run(4)/urtwn(4) devices found in FreeBSDjsg2013-09-302-4/+10
|
* correct description of v4l2_fmtdesc; from Remcojmc2013-09-281-3/+4
| | | | ok miod
* Extend le@syscon to support the ILACC chips found on-board the AV530 family.miod2013-09-241-7/+9
| | | | | | GENERIC.MP on a 2x88100(6:1)@33 4605 can now make build on local disk and local net; but it still needs to boot its kernel off the network at the moment.
* Some missing .Pa macros in FILES sections;schwarze2013-09-153-9/+9
| | | | | from Jan Stary <hans at stare dot cz>; discussed with jmc@.
* Mention the SBus slot #2 in sun4e is `slave only', just as slot #3 in sun4c.miod2013-09-151-3/+6
|
* Patriot PCUSBW1150 works;jmc2013-09-141-2/+3
| | | | From: "Kyle R. W. Milz"
* tweak previous;jmc2013-09-141-4/+5
|
* pflow(4) does not work without flowsrc set.florian2013-09-131-4/+6
| | | | OK benno@
* zap trailing space;jmc2013-09-061-2/+2
|
* Add ugold(4) and update uthum(4) description.mpi2013-09-061-3/+5
| | | | Prodded by jmc@
* Update Nd to be coherent with ugold(4) and match what the manufacturermpi2013-09-061-3/+3
| | | | | | advertises. ok jmc@
* Add a manual for ugold(4) with inputs from jmc@mpi2013-09-062-2/+49
|
* Beagle has been replaced by armv7.patrick2013-09-044-12/+12
|
* radeondrm attaches to pci nowjsg2013-09-031-2/+2
|
* Adapt drm(4) after recent changes.ajacoutot2013-09-031-7/+7
| | | | ok jsg@
* wording fix; original diff from remco, but i've reworded it to read betterjmc2013-08-281-4/+4
| | | | ok ratchov
* new ciss devices from Scott Benesh of HP via FreeBSDjsg2013-08-251-5/+5
|