From a40879a9738d9be4dcd0f3d4cbb0f06cd660caed Mon Sep 17 00:00:00 2001 From: cegger Date: Tue, 1 Apr 2008 23:16:16 +0000 Subject: add XenSource and its virtual product - only found on Xen HVM guests --- sys/dev/pci/pcidevs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 2dbe7705dc1..4ac0bbc7fe1 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.932 2008/03/26 11:12:43 jmcneill Exp $ +$NetBSD: pcidevs,v 1.933 2008/04/01 23:16:16 cegger Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -620,6 +620,7 @@ vendor GUILLEMOT 0x5046 Guillemot vendor TURTLE_BEACH 0x5053 Turtle Beach vendor S3 0x5333 S3 vendor NETPOWER2 0x5700 NetPower (2nd PCI Vendor ID) +vendor XENSOURCE 0x5853 XenSource, Inc. vendor C4T 0x6374 c't Magazin vendor KURUSUGAWA 0x6809 Kurusugawa Electronics vendor PCHDTV 0x7063 pcHDTV @@ -4047,6 +4048,9 @@ product WORKBIT NPATA32_CF32A 0xf021 CF32A CompactFlash Adapter product WORKBIT NPATA32_CF32A_BUFFALO 0xf024 CF32A CF Adapter (BUFFALO) product WORKBIT NPATA32_KME 0xf02c NPATA-32 IDE (KME) +/* XenSource products */ +product XENSOURCE XENPLATFORM 0x0001 Xen Platform Device + /* Xircom products */ /* is the `-3' here just indicating revision 3, or is it really part of the device name? */ -- cgit