diff options
| author | jonathan <jonathan@NetBSD.org> | 2000-07-23 00:14:15 +0000 |
|---|---|---|
| committer | jonathan <jonathan@NetBSD.org> | 2000-07-23 00:14:15 +0000 |
| commit | 2169753fc5e25cbe07da0fe4a0e254d9cf886c48 (patch) | |
| tree | 0a75dd1d1c47192a68c86a767441259946cd827b /sys/dev | |
| parent | 5a263911f5b143ef24ce468c57d1bbbcfd828631 (diff) | |
* Add entries for older Yamaha YMF chips (724, 740) plus the
newer steppings (740C, 724F) which use the same microcode as the
DS-1S/DS-1E
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 813479d82cf..2114b1deaa3 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.244 2000/07/20 14:46:51 ad Exp $ +$NetBSD: pcidevs,v 1.245 2000/07/23 00:14:15 jonathan Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -1654,7 +1654,10 @@ product XIRCOM X3201_3 0x0002 X3201-3 Fast Ethernet Controller product XIRCOM X3201_3_21143 0x0003 X3201-3 Fast Ethernet Controller (21143) /* Yamaha products */ -product YAMAHA YMF724E_V 0x0004 724 Audio +product YAMAHA YMF724 0x0004 724 Audio +product YAMAHA YMF740 0x000A 740 Audio +product YAMAHA YMF740C 0x000C 740C (DS-1) Audio +product YAMAHA YMF724F 0x000D 724F (DS-1) Audio product YAMAHA YMF744B 0x0010 744 (DS-1S) Audio product YAMAHA YMF754 0x0012 754 (DS-1E) Audio |
