diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-23 18:43:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-23 18:43:16 +0000 |
commit | f86ee9b51db2a53758d4c5e110f87958ee517696 (patch) | |
tree | 2e8a108d6673b39d7e87d314c4c22d305f0270a2 /sys/dev/pci/files.pci | |
parent | 02b78675dc0b6568f755db1c23233eef9eb5d759 (diff) |
Add support for 82599 devices based on changes to the FreeBSD driver.
Tested by deraadt on a HotLava card and myself with an Intel X520
and a CX4 82598.
ok claudio@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index d4fe0bad56d..db3cf298679 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.269 2010/02/20 16:45:28 ratchov Exp $ +# $OpenBSD: files.pci,v 1.270 2010/02/23 18:43:15 jsg 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. @@ -366,6 +366,7 @@ attach ix at pci file dev/pci/if_ix.c ix file dev/pci/ixgbe.c ix file dev/pci/ixgbe_82598.c ix +file dev/pci/ixgbe_82599.c ix file dev/pci/ixgbe_phy.c ix # Neterion Xframe 10 Gigabit ethernet |