Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf fwhrng(4) is in i386 GENERIC already, add...



details:   https://anonhg.NetBSD.org/src/rev/1f25e92d5a48
branches:  trunk
changeset: 758505:1f25e92d5a48
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Nov 06 15:11:50 2010 +0000

description:
fwhrng(4) is in i386 GENERIC already, add it to ALL too.

diffstat:

 sys/arch/i386/conf/ALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 27a2a2c73e32 -r 1f25e92d5a48 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Nov 06 15:08:59 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Nov 06 15:11:50 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.275 2010/11/06 15:06:29 jakllsch Exp $
+# $NetBSD: ALL,v 1.276 2010/11/06 15:11:50 jakllsch Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.275 $"
+#ident                 "ALL-$Revision: 1.276 $"
 
 maxusers       64              # estimated number of users
 
@@ -486,6 +486,7 @@
 ichlpcib* at pci? dev ? function ?     # Intel ICH PCI-ISA w/ timecounter,
                                        # watchdog, SpeedStep and HPET
 hpet0          at ichlpcib?            # High Precision Event Timer
+fwhrng* at ichlpcib?                   # Intel 82802 FWH Random Number Generator
 gcscpcib* at pci? dev ? function ?     # AMD CS5535/CS5536 PCI-ISA w/
 gpio*  at gcscpcib?                    # timecounter, watchdog and GPIO
 piixpcib* at pci? dev ? function ?     # Intel PIIX4 PCI-ISA w/ SpeedStep



Home | Main Index | Thread Index | Old Index