Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/i386/pci Pull up revision 1.13 (requested by t...



details:   https://anonhg.NetBSD.org/src/rev/e8f5b1ce0d8c
branches:  netbsd-1-6
changeset: 530700:e8f5b1ce0d8c
user:      grant <grant%NetBSD.org@localhost>
date:      Wed Sep 10 19:22:18 2003 +0000

description:
Pull up revision 1.13 (requested by tron in ticket #1418):

Add hardware random number generator support for Intel 865 and
875P chipsets.

diffstat:

 sys/arch/i386/pci/pchb_rnd.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r f901e5c02dac -r e8f5b1ce0d8c sys/arch/i386/pci/pchb_rnd.c
--- a/sys/arch/i386/pci/pchb_rnd.c      Wed Sep 10 19:19:24 2003 +0000
+++ b/sys/arch/i386/pci/pchb_rnd.c      Wed Sep 10 19:22:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pchb_rnd.c,v 1.9.12.1 2002/11/03 12:57:43 he Exp $     */
+/*     $NetBSD: pchb_rnd.c,v 1.9.12.2 2003/09/10 19:22:18 grant Exp $  */
 
 /*
  * Copyright (c) 2000 Michael Shalayeff
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pchb_rnd.c,v 1.9.12.1 2002/11/03 12:57:43 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pchb_rnd.c,v 1.9.12.2 2003/09/10 19:22:18 grant Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -73,6 +73,8 @@
                case PCI_PRODUCT_INTEL_82845_HB:
                case PCI_PRODUCT_INTEL_82850_HB:
                case PCI_PRODUCT_INTEL_82860_HB:
+               case PCI_PRODUCT_INTEL_82865_HB:
+               case PCI_PRODUCT_INTEL_82875P_HB:
                        sc->sc_st = pa->pa_memt;
                        if (bus_space_map(sc->sc_st, I82802_IOBASE,
                            I82802_IOSIZE, 0, &sc->sc_sh) != 0) {



Home | Main Index | Thread Index | Old Index