Module Name:    src
Committed By:   christos
Date:           Sun Sep 20 01:14:31 UTC 2009

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

Log Message:
add toshide


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.944 -r1.945 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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.252 src/sys/arch/amd64/conf/GENERIC:1.253
--- src/sys/arch/amd64/conf/GENERIC:1.252	Mon Sep  7 18:59:47 2009
+++ src/sys/arch/amd64/conf/GENERIC	Sat Sep 19 21:14:31 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.252 2009/09/07 22:59:47 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.253 2009/09/20 01:14:31 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.252 $"
+#ident 		"GENERIC-$Revision: 1.253 $"
 
 maxusers	64		# estimated number of users
 
@@ -563,6 +563,7 @@
 siside* at pci? dev ? function ?	# SiS IDE controllers
 slide*  at pci? dev ? function ?	# Symphony Labs IDE controllers
 svwsata* at pci? dev ? function ?	# ServerWorks SATA controllers
+toshide* at pci? dev ? function ?	# TOSHIBA PICCOLO controllers
 viaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
 
 # PCMCIA IDE controllers
@@ -933,7 +934,7 @@
 auixp*	at pci? dev ? function ?	# ATI IXP AC'97 Audio
 autri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
 auvia*	at pci? dev ? function ?	# VIA AC'97 audio
-azalia*	at pci? dev ? function ?	# High Definition Audio
+#azalia*	at pci? dev ? function ?	# High Definition Audio
 clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
 clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
 cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.944 src/sys/arch/i386/conf/GENERIC:1.945
--- src/sys/arch/i386/conf/GENERIC:1.944	Mon Sep  7 18:59:09 2009
+++ src/sys/arch/i386/conf/GENERIC	Sat Sep 19 21:14:31 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.944 2009/09/07 22:59:09 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.945 2009/09/20 01:14:31 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.944 $"
+#ident 		"GENERIC-$Revision: 1.945 $"
 
 maxusers	64		# estimated number of users
 
@@ -819,6 +819,7 @@
 slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
 svwsata* 	at pci? dev ? function ?	# ServerWorks SATA controllers
 stpcide*	at pci? dev ? function ?	# STMicro STPC IDE controllers
+toshide*	at pci? dev ? function ?	# TOSHIBA PICCOLO controllers
 viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
 
 # ISA Plug-and-Play IDE controllers

Reply via email to