
IMPORTANT: this change has a docs/UPDATING entry! This rename is unfortunately necessary because NetBSD has decided to create its own service(8) utility, and we will want to import theirs as well. The two can obviously not coexist. Also move ours from /bin to /sbin, as it is a superuser-only utility. Change-Id: Ic6e46ffb3a84b4747d2fdcb0d74e62dbea065039
22 lines
540 B
Plaintext
22 lines
540 B
Plaintext
|
|
Sound Blaster 16 ISA driver for Minix 3
|
|
|
|
Note: supports audio playback and volume control (mixer),
|
|
recording is not yet supported
|
|
|
|
|
|
Installation instructions SB16 driver Minix >= 3.0.7
|
|
|
|
- set IRQ and I/O address in sb16.h
|
|
(default 7 and 220)
|
|
- make install
|
|
- MAKEDEV /dev/audio (if /dev/audio doesn't allready exist)
|
|
- minix-service up /service/sb16_dsp -dev /dev/audio
|
|
- minix-service up /service/sb16_mixer -dev /dev/mixer
|
|
done... (you can include the last 2 lines in /usr/etc/rc)
|
|
|
|
|
|
Peter Boonstoppel - September 2005
|
|
paboonst@cs.vu.nl
|
|
|