Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Attach ixg(4) to the kernel build (it's not in a...



details:   https://anonhg.NetBSD.org/src/rev/c4d4e35a2d5b
branches:  trunk
changeset: 768246:c4d4e35a2d5b
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Aug 12 22:02:56 2011 +0000

description:
Attach ixg(4) to the kernel build (it's not in any kernel
configurations, yet).

diffstat:

 sys/dev/pci/files.pci |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 4bba161fa322 -r c4d4e35a2d5b sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Fri Aug 12 22:00:12 2011 +0000
+++ b/sys/dev/pci/files.pci     Fri Aug 12 22:02:56 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.344 2011/08/11 07:33:24 mbalmer Exp $
+#      $NetBSD: files.pci,v 1.345 2011/08/12 22:02:56 dyoung Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -655,6 +655,21 @@
 attach stge at pci
 file   dev/pci/if_stge.c               stge
 
+# Intel i82598 & i82599 10-Gigabit Ethernet
+device ixg: ether, ifnet, arp
+attach ixg at pci
+file   dev/pci/ixgbe/ixgbe.c           ixg
+file   dev/pci/ixgbe/ixgbe_netbsd.c    ixg
+file   dev/pci/ixgbe/ixgbe_82598.c     ixg
+file   dev/pci/ixgbe/ixgbe_82599.c     ixg
+file   dev/pci/ixgbe/ixgbe_api.c       ixg
+file   dev/pci/ixgbe/ixgbe_common.c    ixg
+file   dev/pci/ixgbe/ixgbe_mbx.c       ixg
+file   dev/pci/ixgbe/ixgbe_phy.c       ixg
+file   dev/pci/ixgbe/ixgbe_vf.c        ixg
+# This appears to be the driver for virtual instances of i82599.
+#file  dev/pci/ixgbe/ixv.c             ixg
+
 # Intel i8254x Gigabit Ethernet
 device wm: ether, ifnet, arp, mii, mii_bitbang
 attach wm at pci



Home | Main Index | Thread Index | Old Index