The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/drivers/sb16/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2008-12-15 18:00:30
File Makefile 816 bytes 2005-09-16 11:10:11
File README 530 bytes 2005-09-16 11:09:08
C file sb16.c 1019 bytes 2005-09-16 11:09:08
C file sb16.h 6261 bytes 2005-09-16 11:09:08
C file sb16_dsp.c 19533 bytes 2005-09-16 11:09:08
C file sb16_mixer.c 10261 bytes 2005-09-16 11:09:08

    1 
    2 Sound Blaster 16 ISA driver for Minix 3
    3 
    4 Note: supports audio playback and volume control (mixer),
    5 recording is not yet supported
    6 
    7 
    8 Installation instructions SB16 driver Minix >= 3.0.7
    9 
   10 - set IRQ and I/O address in sb16.h
   11 (default 7 and 220)
   12 - make install
   13 - MAKEDEV /dev/audio (if /dev/audio doesn't allready exist)
   14 - service up /usr/sbin/sb16_dsp -dev /dev/audio
   15 - service up /usr/sbin/sb16_mixer -dev /dev/mixer
   16 done... (you can include the last 2 lines in /usr/etc/rc)
   17 
   18 
   19 Peter Boonstoppel - September 2005
   20 paboonst@cs.vu.nl
   21 

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.