PERFORCE change 39361 for review

Sam Leffler sam at FreeBSD.org
Wed Oct 8 11:23:40 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=39361

Change 39361 by sam at sam_ebb on 2003/10/08 11:23:19

	correct 7956 PCI device id

Affected files ...

.. //depot/projects/netperf/sys/dev/hifn/hifn7751reg.h#4 edit

Differences ...

==== //depot/projects/netperf/sys/dev/hifn/hifn7751reg.h#4 (text+ko) ====

@@ -64,7 +64,7 @@
 #define	PCI_PRODUCT_HIFN_7811	0x0007		/* 7811 */
 #define	PCI_PRODUCT_HIFN_7951	0x0012		/* 7951 */
 #define	PCI_PRODUCT_HIFN_7955	0x0020		/* 7954/7955 */
-#define	PCI_PRODUCT_HIFN_7956	0x01d0		/* 7956 */
+#define	PCI_PRODUCT_HIFN_7956	0x001d		/* 7956 */
 
 #define	PCI_VENDOR_INVERTEX	0x14e1		/* Invertex */
 #define	PCI_PRODUCT_INVERTEX_AEON 0x0005	/* AEON */
@@ -212,7 +212,7 @@
 #define	HIFN_1_DMA_CSR		0x40	/* DMA Status and Control */
 #define	HIFN_1_DMA_IER		0x44	/* DMA Interrupt Enable */
 #define	HIFN_1_DMA_CNFG		0x48	/* DMA Configuration */
-#define	HIFN_1_PLL		0x4c	/* 795x: PLL config */
+#define	HIFN_1_PLL		0x4c	/* 7955/7956: PLL config */
 #define	HIFN_1_7811_RNGENA	0x60	/* 7811: rng enable */
 #define	HIFN_1_7811_RNGCFG	0x64	/* 7811: rng config */
 #define	HIFN_1_7811_RNGDAT	0x68	/* 7811: rng data */


More information about the p4-projects mailing list