Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/pci Add the 82801EB LPC, which provides the PC...
details: https://anonhg.NetBSD.org/src/rev/957b9233b336
branches: trunk
changeset: 553235:957b9233b336
user: dyoung <dyoung%NetBSD.org@localhost>
date: Mon Oct 13 05:19:19 2003 +0000
description:
Add the 82801EB LPC, which provides the PCI Interrupt Router on
the Dell PowerEdge 400SC.
diffstat:
sys/arch/i386/pci/pci_intr_fixup.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 51b4d0ba30c3 -r 957b9233b336 sys/arch/i386/pci/pci_intr_fixup.c
--- a/sys/arch/i386/pci/pci_intr_fixup.c Mon Oct 13 05:16:20 2003 +0000
+++ b/sys/arch/i386/pci/pci_intr_fixup.c Mon Oct 13 05:19:19 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_intr_fixup.c,v 1.24 2003/04/05 16:03:48 perry Exp $ */
+/* $NetBSD: pci_intr_fixup.c,v 1.25 2003/10/13 05:19:19 dyoung Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.24 2003/04/05 16:03:48 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.25 2003/10/13 05:19:19 dyoung Exp $");
#include "opt_pcibios.h"
@@ -143,6 +143,8 @@
piix_init },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DB_LPC,
piix_init },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_LPC,
+ piix_init },
{ PCI_VENDOR_OPTI, PCI_PRODUCT_OPTI_82C558,
opti82c558_init },
Home |
Main Index |
Thread Index |
Old Index