Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pull up revision 1.106 (requested by sommer...
details: https://anonhg.NetBSD.org/src/rev/e9e8ee00cd6c
branches: netbsd-1-5
changeset: 491635:e9e8ee00cd6c
user: he <he%NetBSD.org@localhost>
date: Sun May 06 14:40:07 2001 +0000
description:
Pull up revision 1.106 (requested by sommerfeld):
Add a driver for the NeoMagic 256 AC'97 chip.
diffstat:
sys/dev/pci/files.pci | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r ccee4bc3adc1 -r e9e8ee00cd6c sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Sun May 06 14:39:36 2001 +0000
+++ b/sys/dev/pci/files.pci Sun May 06 14:40:07 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.96.2.7 2001/05/03 20:58:04 he Exp $
+# $NetBSD: files.pci,v 1.96.2.8 2001/05/06 14:40:07 he Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -221,6 +221,11 @@
attach auvia at pci
file dev/pci/auvia.c auvia
+# NeoMagic 256 AC'97 Audio
+device neo: audio, auconv, mulaw, ac97
+attach neo at pci
+file dev/pci/neo.c neo
+
# ESS Solo-1 PCI AudioDrive
device eso { }: audio, auconv, mulaw, midibus
attach eso at pci
Home |
Main Index |
Thread Index |
Old Index