Module Name:    src
Committed By:   jmcneill
Date:           Tue Oct 16 00:07:08 UTC 2018

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

Log Message:
Add AMD Seattle Host Bridge and PCIE root port devices


To generate a diff of this commit:
cvs rdiff -u -r1.1348 -r1.1349 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.1348 src/sys/dev/pci/pcidevs:1.1349
--- src/sys/dev/pci/pcidevs:1.1348	Mon Oct 15 09:01:56 2018
+++ src/sys/dev/pci/pcidevs	Tue Oct 16 00:07:08 2018
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1348 2018/10/15 09:01:56 uwe Exp $
+$NetBSD: pcidevs,v 1.1349 2018/10/16 00:07:08 jmcneill Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1042,6 +1042,9 @@ product AMD F12_GPP0	0x1709	Family12h GP
 product AMD F14_MISC	0x1716	Family12h/14h Misc. Configuration
 product AMD F14_HB18	0x1718	Family12h/14h Host Bridge
 product AMD F14_HB19	0x1719	Family12h/14h Host Bridge
+product AMD SEATTLE_PCHB_1	0x1a00	Seattle Host Bridge
+product AMD SEATTLE_PCHB_2	0x1a01	Seattle Host Bridge
+product AMD SEATTLE_PCIE	0x1a02	Seattle PCIE Root Port
 product AMD PCNET_PCI	0x2000	PCnet-PCI Ethernet
 product AMD PCNET_HOME	0x2001	PCnet-Home HomePNA Ethernet
 product AMD AM_1771_MBW	0x2003	Alchemy AM 1771 MBW

Reply via email to