summaryrefslogtreecommitdiffstats
path: root/share/man/man4/sk.4
Commit message (Collapse)AuthorAgeFilesLines
* Xref altq(4) for drivers that support it according to altq(4).brueffer2007-01-301-0/+1
|
* Work around an apparent mdoc(7) bug.trhodes2005-10-071-6/+4
| | | | | Spotted by: marius Discussed with: ru
* Break long lines and kill a few instances of EOL whitespace.trhodes2005-07-211-1/+2
| | | | Noticed by: ru
* Add a "Load module on start up" comment, similar to mac_*.4 pages[1].trhodes2005-07-191-1/+14
| | | | | | | | Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer
* 3Com 3C2000-T reported as working.brueffer2005-05-241-1/+3
| | | | Submitted by: anonymous
* Document sysctl introduced with if_sk.c rev. 1.101.bz2005-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)
* s/3COM/3Com/brueffer2004-11-171-1/+1
| | | | MFC after: 3 days
* - move the list of supported adapters to a HARDWARE sectionbrueffer2004-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
* document that the sk driver now supports the Belkin F5D5005 gige card.jmg2004-08-201-1/+3
|
* Add reference to miibus.4brueffer2004-01-091-0/+1
| | | | MFC after: 5 days
* - Add Linksys EG1032 and SMC 9452TX to the list of supported devices.simon2003-11-131-1/+5
| | | | - Sort the device list.
* Note added support for 3C940 and Marvell Semiconductor 88E1000* gigabit PHYwilko2003-09-201-0/+6
| | | | | Submitted by: Jung-uk Kim <jkim@niksun.com> Based on: Nathan L. Binkert's OpenBSD patch for sk(4)
* Ispell sweep of share/man/man4.mpp2002-01-211-2/+2
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-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
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Fix typo: Descriptions of SK-9842 and SK-9843 were reversed.bmah2001-04-301-2/+2
| | | | | PR: docs/21700 Submitted by: neuf@lrs.e-technik.uni-erlangen.de
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+1
|
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-2/+2
|
* Remove hard sentence breaks introduced in rev 1.9.sheldonh2000-05-041-7/+11
|
* Add "device miibus" to SYNOPSIS section.wpaul2000-04-241-0/+1
|
* Update to include info about the 1000baseTX adapters.wpaul2000-04-221-3/+39
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-7/+14
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* 'duak' -> 'dual'billf2000-02-211-1/+1
|
* Add a reference to ng_ether(8).archie2000-01-251-1/+2
|
* Second round of config related changes to the manpages.asmodai2000-01-231-1/+1
| | | | device blah0 -> device blah for PCI devices and busses.
* * remove i386 specific markphantom1999-11-151-1/+1
| | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-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>
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-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).
OpenPOWER on IntegriCloud