|
|
| 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 |