Diff for /src/sys/dev/sound/isa/i386/Attic/soundcard.c between versions 1.6 and 1.7

version 1.6, 2004/05/13 23:49:20 version 1.7, 2004/05/19 22:52:50
Line 501  sndattach(struct isa_device * dev) Line 501  sndattach(struct isa_device * dev)
         sequencer_init();          sequencer_init();
     }      }
   
     cdevsw_add(&snd_cdevsw);      cdevsw_add(&snd_cdevsw, 0xf0, dev->id_unit << 4);
 #define GID_SND GID_GAMES  #define GID_SND GID_GAMES
 #define UID_SND UID_ROOT  #define UID_SND UID_ROOT
 #define PERM_SND 0660  #define PERM_SND 0660

Removed from v.1.6  
changed lines
  Added in v.1.7