summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_skreg.h
diff options
context:
space:
mode:
authorwilko <wilko@FreeBSD.org>2003-11-12 23:01:15 +0000
committerwilko <wilko@FreeBSD.org>2003-11-12 23:01:15 +0000
commite4c017da4f5bf2ed1b33ccc7628959f965021168 (patch)
tree7872532563aa1fa839d98db5a767938ef5093a78 /sys/pci/if_skreg.h
parentb2ca74654c0329457867bc2f5e14784c5968f5a7 (diff)
downloadFreeBSD-src-e4c017da4f5bf2ed1b33ccc7628959f965021168.zip
FreeBSD-src-e4c017da4f5bf2ed1b33ccc7628959f965021168.tar.gz
Add vendor ID to make Marvell chipset work. E.g. to be found
on SMC9452TX it seems Submitted by: Jung-uk Kim <jkim@niksun.com> Tested by: <Radu Bogdan 'veedee' Rusu> veedee@c7.campus.utcluj.ro MFC after: 2 weeks
Diffstat (limited to 'sys/pci/if_skreg.h')
-rw-r--r--sys/pci/if_skreg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index 04c2930..7309841 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.h
@@ -60,6 +60,11 @@
#define VENDORID_SK 0x1148
/*
+ * Marvell PCI vendor ID
+ */
+#define VENDORID_MARVELL 0x11AB
+
+/*
* SK-NET gigabit ethernet device IDs
*/
#define DEVICEID_SK_V1 0x4300
OpenPOWER on IntegriCloud