Module Name:    src
Committed By:   matt
Date:           Wed Mar 16 23:19:32 UTC 2011

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
Add Freescale P2020/P2010 device ids


To generate a diff of this commit:
cvs rdiff -u -r1.1067 -r1.1068 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1067 src/sys/dev/pci/pcidevs:1.1068
--- src/sys/dev/pci/pcidevs:1.1067	Sat Mar  5 15:36:27 2011
+++ src/sys/dev/pci/pcidevs	Wed Mar 16 23:19:32 2011
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1067 2011/03/05 15:36:27 matt Exp $
+$NetBSD: pcidevs,v 1.1068 2011/03/16 23:19:32 matt Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2059,6 +2059,10 @@
 product FREESCALE MPC8572	0x0041	MPC8572
 product FREESCALE MPC8536E	0x0050	MPC8536E
 product FREESCALE MPC8536	0x0051	MPC8536
+product FREESCALE P2020E	0x0070	P2020E
+product FREESCALE P2020		0x0071	P2020
+product FREESCALE P2010E	0x0078	P2010E
+product FREESCALE P2010		0x0079	P2010
 
 /* Marvell products */
 product MARVELL GT64010A	0x0146	GT-64010A System Controller

Reply via email to