Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 1996 23:31:37 +0800 (CST)
From:      Jian-Da Li <jdli@FreeBSD.csie.NCTU.edu.tw>
To:        freebsd-current@freebsd.org
Subject:   makeing sound driver failed
Message-ID:  <199609101531.XAA20203@FreeBSD.csie.NCTU.edu.tw>

next in thread | raw e-mail | index | archive | help

	Hi :
	
	ctm-2187 changed all files under /sys/i386/isa/sound/*
	from
		#include "sound_config.h"
		#include "foo.h"
	to
		#include <i386/isa/sound/sound_config.h>
		#include <i386/isa/sound/foo.h>

	which caused no sound driver will be linked into kernel.

	(now it will look for /sys/i386/isa/sound/sb.h instead of
	 /sys/compile/FOO/sb.h, thus NSND,NSB(and so on) definitions
	 will not be found.)

-- 

                                            李 建 達 (Jian-Da Li) 交 大 資 工
                                            E-Mail :  <jdli@csie.nctu.edu.tw>
                                            http://www.csie.nctu.edu.tw/~jdli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609101531.XAA20203>