Commit Graph

4223 Commits

Author SHA1 Message Date
Christian Brueffer
5ddefc17e7 MFC: r208053
Mention LSI Logic FC949E.
2010-05-23 20:10:11 +00:00
Alexander Motin
4567e8334a MFC r207536, r207696, r208183:
Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllers
driver for CAM ATA subsystem. This driver supports same hardware as
atamarvell, ataadaptec and atamvsata drivers from ata(4), but provides
many additional features, such as NCQ, PMP, etc.
2010-05-19 14:50:07 +00:00
Marius Strobl
e1cb7a6617 MFC: r208098
Document the led(4) interface to the identification LEDs.
2010-05-18 17:15:40 +00:00
Pyun YongHyeon
cea772d1e7 MFC r207971:
Document undocumented tunables and sysctl variables.
  While here use actual string to specify width as well as using Cm
  to set command argument.
2010-05-17 17:17:57 +00:00
Pyun YongHyeon
3c1e6bc9ab MFC r207853:
Now sge(4) supports TCP segmentation offload (TSO).
2010-05-17 17:16:12 +00:00
Marko Zec
7c8102300a MFC r207680:
Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,
  disables automatic node shutdown when the last hook gets disconnected.

  Reviewed by:  julian
2010-05-16 14:51:36 +00:00
Marius Strobl
25f58222bd MFC: r207586
Sun GigaSwift Ethernet 1.0 MMF work with r207585 (MFC'ed to stable/8 in
r208086) in place.
2010-05-14 19:15:51 +00:00
Pyun YongHyeon
4f135ef6f8 MFC r207447:
Marvell 88E8059(Yukon Optima) is now supported.
2010-05-06 18:52:59 +00:00
Pyun YongHyeon
0fcc3770ff MFC r207381:
Now sge(4) supports hardware VLAN tag insertion/stripping.
2010-05-06 18:37:39 +00:00
Xin LI
71bd361a5f MFC r207382:
bwn(4) will first appear in FreeBSD 8.1-RELEASE.
2010-05-06 17:03:27 +00:00
Gavin Atkinson
e85a0af436 Merge r205155 from head:
Add extra Xrefs

PR:		docs/114184
Submitted by:	Julian Stacey  <jhs berklix.org>
2010-05-05 12:38:22 +00:00
Gavin Atkinson
4810d94317 Merge r203684 from head (mainly to make future merges easier for people):
Update .Dt on these man pages: the kernel modules and corresponding
  man pages are installed on more platforms than just i386.
2010-05-05 12:37:07 +00:00
Xin LI
0919a8fb99 MFC r206637:
When an underlying ioctl(2) handler returns an error, our ioctl(2)
interface considers that it hits a fatal error, and will not copyout
the request structure back for _IOW and _IOWR ioctls, keeping them
untouched.

The previous implementation of the SIOCGIFDESCR ioctl intends to
feed the buffer length back to userland.  However, if we return
an error, the feedback would be defeated and ifconfig(8) would
trap into an infinite loop.

This commit changes SIOCGIFDESCR to set buffer field to NULL to
indicate the previous ENAMETOOLONG case.

Reported by:	bschmidt
2010-04-28 00:49:24 +00:00
Gavin Atkinson
344b802fea Merge r203692 from head:
Kernel modules for these drivers are installed on all platforms, so
  install the man pages on all platforms too.
2010-04-27 20:18:54 +00:00
Pyun YongHyeon
b3fd506729 MFC r206631:
Add sge(4) man page and hook up sge(4) to the build.
  Also add Xr to appropriate man pages.
2010-04-26 17:30:41 +00:00
Weongyo Jeong
9460e81292 MFC r204343:
Updates what firmware module should be used for LP (low power) PHY
  users and bumps date.
2010-04-20 23:59:02 +00:00
Weongyo Jeong
8fefa76ddf MFC r203945:
adds bwn(4) driver man page which missed to be merged.

MFC r204327:
  Connect bwn.4 to the build.
2010-04-20 22:00:56 +00:00
Edward Tomasz Napierala
1bd4d5ddec MFC r201118:
Bump manual page dates.
2010-04-18 10:42:42 +00:00
Edward Tomasz Napierala
875d570a91 MFC r201114:
Add references to termios-related stuff.
2010-04-18 10:38:17 +00:00
Edward Tomasz Napierala
cbd7ba79f0 MFC r201115:
Line discipline support is gone; update tty(4) manual page to reflect this.

Reviewed by:	ed
2010-04-18 10:36:49 +00:00
Weongyo Jeong
15932fc82d MFC r198195:
adds devices supportted by urtw(4) and bumps date.
2010-04-17 22:57:07 +00:00
Weongyo Jeong
9fd42adec7 MFC r197724:
TRENDnet TEW-424UB has multiple revisions so clarify zyd(4) man page and
  adds a device to urtw(4).  The revision informations are as follows:

      rev A       ZD1211
      V2          SiS163U
      V2.1R       SiS163U
      V3.xR       RTL8187B

  and bump date.

  Obtained from:	OpenBSD
  Reported by:		Albert Shih <Albert.Shih at obspm.fr>
2010-04-17 22:52:33 +00:00
Alexander Motin
174479969c MFC r204705:
Add links to cam(4).
2010-03-31 08:17:32 +00:00
Alexander Motin
307ec4826c MFC r204565:
Some style and language improvements.

Submitted by:	ru
2010-03-31 08:15:32 +00:00
Alexander Motin
22c3955226 MFC r204704:
Reflect added CAM ATA support.
2010-03-31 08:14:07 +00:00
Alexander Motin
f13f3ec755 MFC r204655:
Add some more supported controllers.
Crosslink with CAM ATA man pages.
2010-03-31 08:12:22 +00:00
Pyun YongHyeon
0f6d584c9b MFC r204543:
Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoff
2010-03-24 17:15:04 +00:00
Nathan Whitehorn
81484b9174 MFC r204082,204179,204180,204218,204241,204247,204270,204692:
Provide thermal management and monitoring features in smu(4). This allows
fan control and thermal monitoring on SMU-based Apple G5 machines, as well
as an led(4) interface to control the sleep LED.
2010-03-20 14:49:44 +00:00
Gavin Atkinson
0761ef3362 Merge r203622 from head:
Add support for a few more Sony-specific ACPI features (default display
  brightness, wired LAN power and bass gain), and update the description of
  one previously unknown feature (display contrast).  While here, expand on
  a comment and remove two defines left over from an old version of the code.

  Also update man page to document the above changes, and correct grammar.

PR:		kern/127581
2010-03-17 20:39:21 +00:00
Xin LI
a131b83ef0 MFC r197042: remove dpms.4. 2010-03-02 07:48:12 +00:00
Xin LI
aa3d547d09 MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa
framebuffer driver, etc. work on FreeBSD/amd64.

A significant amount of improvements were done by jkim@ during the recent
months to make vesa(4) work better, over the initial code import.  This
work is based on OpenBSD's x86emu implementation and contributed by
paradox <ddkprog yahoo com> and swell.k at gmail com.

Hopefully I have stolen all their work to 8-STABLE :)

All bugs in this commit are mine, as usual.
2010-03-02 01:56:55 +00:00
Xin LI
a5a931b33f MFC 203052:
Add interface description capability as inspired by OpenBSD.  Thanks for
rwatson@, jhb@, brooks@ and others for feedback to the old implementation!

Sponsored by:	iXsystems, Inc.
2010-02-26 00:54:47 +00:00
Rebecca Cran
0ed9d88bca MFC r203681:
Fix typo and remove extra spaces.

Approved by:	rrs (mentor)
2010-02-18 10:39:53 +00:00
Gavin Atkinson
da7f88513e Merge 203689 from head:
Install the padlock(4) man page on amd64 as well as i386, to match the
  platforms where the driver itself is compiled and installed.

PR:		docs/130895
Reported by:	George Hartzell <hartzell alerce.com>
2010-02-16 22:23:33 +00:00
Alexander Motin
be4274118a MFC r203124:
Note added FIS-based switching support.
2010-02-15 16:41:30 +00:00
Gavin Atkinson
b6e226e6aa Merge r203620,203621 from head:
Document support for the D-Link DFE520-TX card (supported with the vr(4)
  driver)

PR:		kern/135989
Submitted by:	"Rashid N. Achilov"  citycat4 ngs.ru
2010-02-14 09:40:58 +00:00
Xin LI
992955ae5e MFC r203053:
Add a manual page for nvram(4).
2010-02-13 00:30:50 +00:00
Gavin Atkinson
75cf52103d Merge r202161 from head:
Spell "Hz" correctly wherever it is user-visible.

PR:		bin/142566
Submitted by:	N.J. Mann   njm njm.me.uk
2010-02-05 08:52:51 +00:00
Joerg Wunsch
0ad7cd49e7 MFC r203359: active xrefs to gpib(3) now that it's actually there. 2010-02-04 19:49:41 +00:00
Joerg Wunsch
6481e96423 MFC r203125: fix typo in .Xr. 2010-01-29 10:38:54 +00:00
Christian Brueffer
3716ed4726 MFC: r202317
Add manpages for ipwfw(4) and iwifw(4), based on iwnfw(4).
2010-01-28 17:07:14 +00:00
Joerg Wunsch
c146743160 Merge r202943: Add man pages for the gpib(4), pcii(4), and tnt4882(4)
drivers.
2010-01-27 10:42:34 +00:00
Xin LI
7d230b5ceb MFC r201894:
Fix formatting.
2010-01-23 00:49:10 +00:00
Alexander Motin
e6b95cac7d MFC r202798:
Add "MIXER CONTROLS" chapter.
2010-01-22 11:42:23 +00:00
Alexander Motin
3af7dcdafa MFC r202160:
Update, reflecting added multichannel playback support.
2010-01-22 11:40:55 +00:00
Konstantin Belousov
038d31fa9c MFC r198470, r198521:
Syncronize iwn(4) manpages with HEAD.
2010-01-20 15:24:24 +00:00
Andrew Thompson
bc4acc704f MFC r202181,202243,202270
Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
 from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than
 using PPP over serial. uhsoctl(1) is used to initiate and close the WAN
 connection.

Obtained from:	Fredrik Lindberg <fli@shapeshifter.se>
2010-01-17 18:22:42 +00:00
Christian Brueffer
c1bf101993 MFC: r201870, r201889
Various language fixes.  Also fixed the URL to totd, obtained from NetBSD.
2010-01-17 17:31:53 +00:00
Christian Brueffer
8f47948986 MFC: r201888
bridge(4) acts like a switch, not like a hub.
2010-01-16 09:17:33 +00:00
Marius Strobl
ca3405fdef MFC: r201007
Correct my e-mail address.
2010-01-15 16:25:17 +00:00