[BACK]Return to files.isa CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / isa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/isa/files.isa between version 1.67 and 1.68

version 1.67, 1998/07/31 04:40:39 version 1.68, 1998/08/07 00:00:59
Line 245  file dev/isa/if_ix.c  ix
Line 245  file dev/isa/if_ix.c  ix
 # ISA Sound hardware  # ISA Sound hardware
 #  #
   
   # MPU401 MIDI UART compatibles
   define  mpu401
   file    dev/isa/mpu401.c                mpu401 & midi
   
 # the SoundBlaster DSP, or close likenesses; used by other drivers  # the SoundBlaster DSP, or close likenesses; used by other drivers
 define  sbdsp  define  sbdsp
 file    dev/isa/sbdsp.c                 sbdsp  file    dev/isa/sbdsp.c                 sbdsp
   
 # SoundBlaster family  # SoundBlaster family
 device  sb: audio, isadma, sbdsp, mulaw, auconv  device  sb: audio, isadma, sbdsp, mulaw, auconv, mpu401, midibus
 file    dev/isa/sb.c                    sb needs-flag  file    dev/isa/sb.c                    sb needs-flag
   
 attach  sb at isa with sb_isa  attach  sb at isa with sb_isa
Line 286  file dev/isa/wss.c   wss needs-flag
Line 290  file dev/isa/wss.c   wss needs-flag
 attach  wss at isa with wss_isa  attach  wss at isa with wss_isa
 file    dev/isa/wss_isa.c               wss_isa needs-flag  file    dev/isa/wss_isa.c               wss_isa needs-flag
   
   # ESS Technology ES1887/ES888/ES1888
   device  ess: audio, isadma, mulaw, auconv
   file    dev/isa/ess.c                   ess needs-flag
   
   attach  ess at isa with ess_isa
   file    dev/isa/ess_isa.c               ess_isa needs-flag
   
 # Yamaha OPL3-SA3  # Yamaha OPL3-SA3
 device  ym: audio, isadma, ad1848, auconv  device  ym: audio, isadma, ad1848, auconv
 file    dev/isa/ym.c                    ym needs-flag  file    dev/isa/ym.c                    ym needs-flag
Line 303  device aria: audio, mulaw, auconv
Line 314  device aria: audio, mulaw, auconv
 attach  aria at isa  attach  aria at isa
 file    dev/isa/aria.c                  aria needs-flag  file    dev/isa/aria.c                  aria needs-flag
   
 # ESS Technology ES1887/ES888  
 device  ess: audio, isadma, mulaw, auconv  
 file    dev/isa/ess.c                   ess needs-flag  
   
 #  #
 # PlanetConnect satellite receiver driver.  # PlanetConnect satellite receiver driver.
 #  #

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb <webmaster@jp.NetBSD.org>