aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-07-09 04:30:09 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-07-09 04:30:09 +0000
commit3ebb0905300008cb373622c94092aa863c0d8b5d (patch)
tree9d8afeb115a53951726eb1720159c27f88af6b36 /sys/conf/files
parentd6c4f01106aee2b45aa380d9b5a0dda6af3b0d97 (diff)
downloadsrc-3ebb0905300008cb373622c94092aa863c0d8b5d.tar.gz
src-3ebb0905300008cb373622c94092aa863c0d8b5d.zip
This commit adds driver support for the SysKonnect SK-984x series
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
Notes: svn path=/head/; revision=48693
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 241d71b2d24b..0f0cc28315f1 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -605,6 +605,7 @@ pci/if_mx.c optional mx
pci/if_pn.c optional pn
pci/if_fpa.c optional fpa pci
pci/if_rl.c optional rl
+pci/if_sk.c optional sk
pci/if_sr_p.c optional sr pci
pci/if_ti.c optional ti
pci/if_tl.c optional tl