Module Name:    src
Committed By:   pgoyette
Date:           Mon May  4 07:08:10 UTC 2015

Modified Files:
        src/sys/arch/i386/conf: GENERIC

Log Message:
One more typo.

Message to self: when making multi-architecture changes, build on more
than one arch.


To generate a diff of this commit:
cvs rdiff -u -r1.1123 -r1.1124 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1123 src/sys/arch/i386/conf/GENERIC:1.1124
--- src/sys/arch/i386/conf/GENERIC:1.1123	Sun May  3 02:52:50 2015
+++ src/sys/arch/i386/conf/GENERIC	Mon May  4 07:08:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1123 2015/05/03 02:52:50 pgoyette Exp $
+# $NetBSD: GENERIC,v 1.1124 2015/05/04 07:08:10 pgoyette Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1123 $"
+#ident 		"GENERIC-$Revision: 1.1124 $"
 
 maxusers	64		# estimated number of users
 
@@ -454,7 +454,7 @@ ichlpcib* at pci? dev ? function ?	# Int
 					# watchdog, gpio, SpeedStep and HPET
 fwhrng* at ichlpcib?		# Intel 82802 FWH Random Number Generator
 #hpet*	at ichlpcib?
-tco*	at ichlpbib?		# TCO watchdog timer
+tco*	at ichlpcib?		# TCO watchdog timer
 tcpcib* at pci? dev ? function ?	# Intel Atom E6xx PCI-LPC
 hpet* at tcpcib?
 gcscpcib* at pci? dev ? function ?	# AMD CS5535/CS5536 PCI-ISA w/

Reply via email to