aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/sk.4
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (final part)Baptiste Daroussin2014-06-261-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267938
* Fix a dead link in sk(4).Isabell Long2012-08-291-2/+2
| | | | | | | | | PR: docs/146958 Approved by: gjb (mentor) MFC after: 3 days Notes: svn path=/head/; revision=239840
* General mdoc(7) and typo fixes.Glen Barber2012-05-121-1/+1
| | | | | | | | | PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235317
* Remove the description of the link0 link option, since r215297 the masterMarius Strobl2010-11-231-22/+1
| | | | | | | | | | | | | | media option generally should be used instead. Actually I think the lists of media types should be removed from the manual pages of MAC drivers altogether and users just pointed to the output of `ifconfig -m` instead; even before r215297 there were several outdated descriptions, technically it's wrong most of the time as not the MAC drivers support these media types but actually the PHY drivers do and it generally doesn't make sense to maintain these lists in every manual page of a driver as the media is auto-detected. Notes: svn path=/head/; revision=215780
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-3/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* Use the newly brought %U macro.Ruslan Ermilov2010-01-151-2/+2
| | | | Notes: svn path=/head/; revision=202386
* Update the supported device list a little bit.Tom Rhodes2009-01-241-3/+3
| | | | | | | | PR: 84538 Submitted by: asmodai Notes: svn path=/head/; revision=187662
* Document the hw.skc.jumbo_disable tunable. While here, correct some thingsChristian Brueffer2008-02-141-4/+15
| | | | | | | | | in the SYSCTLS section. Submitted by: yongari Notes: svn path=/head/; revision=176267
* Xref altq(4) for drivers that support it according to altq(4).Christian Brueffer2007-01-301-0/+1
| | | | Notes: svn path=/head/; revision=166346
* Work around an apparent mdoc(7) bug.Tom Rhodes2005-10-071-6/+4
| | | | | | | | Spotted by: marius Discussed with: ru Notes: svn path=/head/; revision=151046
* Break long lines and kill a few instances of EOL whitespace.Tom Rhodes2005-07-211-1/+2
| | | | | | | Noticed by: ru Notes: svn path=/head/; revision=148220
* Add a "Load module on start up" comment, similar to mac_*.4 pages[1].Tom Rhodes2005-07-191-1/+14
| | | | | | | | | | | Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer Notes: svn path=/head/; revision=148145
* 3Com 3C2000-T reported as working.Christian Brueffer2005-05-241-1/+3
| | | | | | | Submitted by: anonymous Notes: svn path=/head/; revision=146575
* Document sysctl introduced with if_sk.c rev. 1.101.Bjoern A. Zeeb2005-04-241-1/+16
| | | | | | | | | | Add D-Link DGE-530T to list of supported hardware. Reviewed by: ru (initial version), simon (updated version) Approved by: pjd (mentor) Notes: svn path=/head/; revision=145487
* s/3COM/3Com/Christian Brueffer2004-11-171-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=137829
* - move the list of supported adapters to a HARDWARE sectionChristian Brueffer2004-08-241-30/+34
| | | | | | | | | | - correct entry for the Belkin card (we don't support 10GbE in sk(4)) :-) - properly capitalize Gigabit Ethernet - wordsmithing on a sentence - bump document date Notes: svn path=/head/; revision=134255
* document that the sk driver now supports the Belkin F5D5005 gige card.John-Mark Gurney2004-08-201-1/+3
| | | | Notes: svn path=/head/; revision=134073
* Add reference to miibus.4Christian Brueffer2004-01-091-0/+1
| | | | | | | MFC after: 5 days Notes: svn path=/head/; revision=124302
* - Add Linksys EG1032 and SMC 9452TX to the list of supported devices.Simon L. B. Nielsen2003-11-131-1/+5
| | | | | | | - Sort the device list. Notes: svn path=/head/; revision=122616
* Note added support for 3C940 and Marvell Semiconductor 88E1000* gigabit PHYWilko Bulte2003-09-201-0/+6
| | | | | | | | Submitted by: Jung-uk Kim <jkim@niksun.com> Based on: Nathan L. Binkert's OpenBSD patch for sk(4) Notes: svn path=/head/; revision=120282
* Ispell sweep of share/man/man4.Mike Pritchard2002-01-211-2/+2
| | | | Notes: svn path=/head/; revision=89610
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-1/+1
| | | | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days Notes: svn path=/head/; revision=79727
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79538
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=79366
* Fix typo: Descriptions of SK-9842 and SK-9843 were reversed.Bruce A. Mah2001-04-301-2/+2
| | | | | | | | PR: docs/21700 Submitted by: neuf@lrs.e-technik.uni-erlangen.de Notes: svn path=/head/; revision=76151
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-2/+1
| | | | Notes: svn path=/head/; revision=75670
* Move netgraph node type man pages from section 8 to section 4.Archie Cobbs2000-05-041-2/+2
| | | | Notes: svn path=/head/; revision=59974
* Remove hard sentence breaks introduced in rev 1.9.Sheldon Hearn2000-05-041-7/+11
| | | | Notes: svn path=/head/; revision=59966
* Add "device miibus" to SYNOPSIS section.Bill Paul2000-04-241-0/+1
| | | | Notes: svn path=/head/; revision=59580
* Update to include info about the 1000baseTX adapters.Bill Paul2000-04-221-3/+39
| | | | Notes: svn path=/head/; revision=59479
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-7/+14
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57676
* 'duak' -> 'dual'Bill Fumerola2000-02-211-1/+1
| | | | Notes: svn path=/head/; revision=57380
* Add a reference to ng_ether(8).Archie Cobbs2000-01-251-1/+2
| | | | Notes: svn path=/head/; revision=56612
* Second round of config related changes to the manpages.Jeroen Ruigrok van der Werven2000-01-231-1/+1
| | | | | | | device blah0 -> device blah for PCI devices and busses. Notes: svn path=/head/; revision=56467
* * remove i386 specific markAlexey Zelkin1999-11-151-1/+1
| | | | | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed Notes: svn path=/head/; revision=53200
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Various man page cleanup:Mike Pritchard1999-08-151-4/+4
| | | | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49831
* This commit adds driver support for the SysKonnect SK-984x seriesBill Paul1999-07-091-0/+159
gigabit ethernet adapters. This includes two single port cards (single mode and multimode fiber) and two dual port cards (also single mode and multimode fiber). SysKonnect is currently the only vendor with a dual port gigabit ethernet NIC. The ports on dual port adapters are treated as separate network interfaces. Thus, if you have an SK-9844 dual port SX card, you should have both sk0 and sk1 interfaces attached. Dual port cards are implemented using two XMAC II chips connected to a single SysKonnect GEnesis controller. Hence, dual port cards are really one PCI device, as opposed to two separate PCI devices connected through a PCI to PCI bridge. Note that SysKonnect's drivers use the two ports for failover purposes rather that as two separate interfaces, plus they don't support jumbo frames. This applies to their Linux driver too. :) Support is provided for hardware multicast filtering, BPF and jumbo frames. The SysKonnect cards support TCP checksum offload however this feature is not currently enabled (hopefully it will be once we get checksum offload support). There are still a few things that need to be implemeted, like the ability to communicate with the on-board LM80 voltage/temperature monitor, but I wanted to get the driver under CVS control and into -current so people could bang on it. A big thanks for SysKonnect for making all their programming info for these cards (and for their FDDI and token ring cards) available without NDA (see www.syskonnect.com). Notes: svn path=/head/; revision=48693