diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-12-13 23:30:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-12-13 23:30:13 +0000 |
commit | 0c8cafaee26948808130f71643fa7f3137755f02 (patch) | |
tree | 5faed7aa8767cbe44fadb09d23edf18007961644 | |
parent | 694786c50c22d5994169dbccc5df351705e21da6 (diff) |
Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index eff90b0391c..890938f4f9f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.39 2004/12/08 08:05:44 dlg Exp $ +# $OpenBSD: GENERIC,v 1.40 2004/12/13 23:30:12 millert Exp $ # # GENERIC -- everything that's currently supported # @@ -341,12 +341,12 @@ auvia* at pci? # VIA VT82C686A #fms* at pci? # Forte Media FM801 #maestro* at pci? # ESS Maestro PCI #esa* at pci? # ESS Maestro3 PCI -#yds* at pci? flags 0x0000 # Yamaha YMF Audio +yds* at pci? flags 0x0000 # Yamaha YMF Audio emu* at pci? # SB Live! # OPL[23] FM synthesizers #opl* at eso? -#opl* at yds? +opl* at yds? # MIDI support #midi* at pcppi? # MIDI interface to the PC speaker @@ -371,7 +371,7 @@ audio* at auvia? audio* at uaudio? #audio* at maestro? #audio* at esa? -#audio* at yds? +audio* at yds? audio* at emu? #bktr0 at pci? dev ? function ? |