summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2012-08-02 17:35:53 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2012-08-02 17:35:53 +0000
commit18f189efdf1144f1a3372c088b5673d7c7540fa7 (patch)
tree151cfa773347a701d0abc4411dc358f10008a077 /sys/dev/pci/files.pci
parent278fde31a82821d98e1658515fa14f8e13f00434 (diff)
Add a driver for Emulex OneConnect 10Gb Ethernet obtained from FreeBSD
but heavily massaged to look like other BSD network drivers. Support is provided for cards based on the following controllers: o ServerEngines BladeEngine 2 o ServerEngines BladeEngine 3 o Emulex Lancer
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r--sys/dev/pci/files.pci8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 51acf641202..548f75b2af3 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.282 2012/03/06 12:48:07 mikeb Exp $
+# $OpenBSD: files.pci,v 1.283 2012/08/02 17:35:52 mikeb Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -397,6 +397,12 @@ device myx: ether, ifnet, ifmedia
attach myx at pci
file dev/pci/if_myx.c myx
+# Emulex OneConnect 10Gb Ethernet
+device oce: ether, ifnet, ifmedia
+attach oce at pci
+file dev/pci/if_oce.c oce
+file dev/pci/oce.c oce
+
# DEC/Intel 21143 and "tulip" clone ethernet
attach dc at pci with dc_pci
file dev/pci/if_dc_pci.c dc_pci