added driver for IP1000A from http://www.icplus.com.tw/driver-pp-IP1000A.html and
authorDobrica Pavlinusic <dpavlin@brr.lan>
Sat, 5 May 2007 02:15:37 +0000 (21:15 -0500)
committerDobrica Pavlinusic <dpavlin@brr.lan>
Sat, 5 May 2007 02:15:37 +0000 (21:15 -0500)
make minor modifications to enable compilation within kernel source

drivers/net/Kconfig
drivers/net/Makefile

index a3d46ea..8d0b408 100644 (file)
@@ -1927,6 +1927,14 @@ config ACENIC_OMIT_TIGON_I
 
          The safe and default value for this is N.
 
 
          The safe and default value for this is N.
 
+config IP1000A
+       tristate "IC PLUS IP1000 1000/100/10 based Ethernet"
+       depends on PCI
+#      select CRC32
+       help
+         This driver supports IP1000A cards. Original source:
+         http://www.icplus.com.tw/driver-pp-IP1000A.html
+
 config DL2K
        tristate "D-Link DL2000-based Gigabit Ethernet support"
        depends on PCI
 config DL2K
        tristate "D-Link DL2000-based Gigabit Ethernet support"
        depends on PCI
index 33af833..2bfe584 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 obj-$(CONFIG_E1000) += e1000/
 #
 
 obj-$(CONFIG_E1000) += e1000/
+obj-$(CONFIG_IP1000A) += ip1000a/
 obj-$(CONFIG_IBM_EMAC) += ibm_emac/
 obj-$(CONFIG_IXGB) += ixgb/
 obj-$(CONFIG_CHELSIO_T1) += chelsio/
 obj-$(CONFIG_IBM_EMAC) += ibm_emac/
 obj-$(CONFIG_IXGB) += ixgb/
 obj-$(CONFIG_CHELSIO_T1) += chelsio/