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 Add auich(4) and neo(4).
details: https://anonhg.NetBSD.org/src/rev/9f4454e55253
branches: trunk
changeset: 499740:9f4454e55253
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Nov 28 05:18:42 2000 +0000
description:
Add auich(4) and neo(4).
diffstat:
sys/arch/i386/conf/GENERIC | 8 ++++++--
sys/arch/i386/conf/GENERIC_LAPTOP | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diffs (96 lines):
diff -r 4060c2254d81 -r 9f4454e55253 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Nov 28 05:16:06 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Nov 28 05:18:42 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.379 2000/11/26 17:44:09 ad Exp $
+# $NetBSD: GENERIC,v 1.380 2000/11/28 05:18:42 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.379 $"
+#ident "GENERIC-$Revision: 1.380 $"
maxusers 32 # estimated number of users
@@ -715,12 +715,14 @@
# PCI audio devices
auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
+auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
clcs* at pci? dev ? function ? # Cirrus Logic CS4280
cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
eap* at pci? dev ? function ? # Ensoniq AudioPCI
eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
fms* at pci? dev ? function ? # Forte Media FM801
sv* at pci? dev ? function ? # S3 SonicVibes
+neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
# ISA Plug-and-Play audio devices
ess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio
@@ -755,6 +757,7 @@
# Audio support
#audio* at aria?
audio* at auvia?
+audio* at auich?
audio* at clcs?
audio* at cmpci?
audio* at eap?
@@ -763,6 +766,7 @@
audio* at fms?
audio* at gus?
audio* at guspnp?
+audio* at neo?
audio* at pas?
audio* at sb?
audio* at sp?
diff -r 4060c2254d81 -r 9f4454e55253 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue Nov 28 05:16:06 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue Nov 28 05:18:42 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC_LAPTOP,v 1.5 2000/11/20 02:00:46 soren Exp $
+# $NetBSD: GENERIC_LAPTOP,v 1.6 2000/11/28 05:20:09 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.5 $"
+#ident "GENERIC-$Revision: 1.6 $"
maxusers 32 # estimated number of users
@@ -562,12 +562,14 @@
# PCI audio devices
auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
+auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
clcs* at pci? dev ? function ? # Cirrus Logic CS4280
cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
eap* at pci? dev ? function ? # Ensoniq AudioPCI
eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
fms* at pci? dev ? function ? # Forte Media FM801
sv* at pci? dev ? function ? # S3 SonicVibes
+neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
# ISA Plug-and-Play audio devices
ess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio
@@ -602,6 +604,7 @@
# Audio support
#audio* at aria?
audio* at auvia?
+audio* at auich?
audio* at clcs?
audio* at cmpci?
audio* at eap?
@@ -610,6 +613,7 @@
audio* at fms?
audio* at gus?
audio* at guspnp?
+audio* at neo?
audio* at pas?
audio* at sb?
audio* at sp?
Home |
Main Index |
Thread Index |
Old Index