Bug 24696

Summary: compile error while defines DEB(x)
Product: Base System Reporter: gwna <gwna>
Component: kernAssignee: cg
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description gwna 2001-01-28 17:00:01 UTC
Compile error occurs in sys/dev/sound/isa/{ess,sb}.c.
It uses struct "d", but no "d" is defined in that sources.
I think it must be "sc" and "sb".

Fix: $FreeBSD: src/sys/dev/sound/isa/ess.c,v 1.3.2.2 2000/10/05 05:07:49 cg Exp
$FreeBSD: src/sys/dev/sound/isa/sb.c,v 1.50.2.3 2000/10/05 05:07:49 cg Exp
How-To-Repeat: o Adds a sentence of "device pcm" into kernel configuration file.
o Adds "#define DEB(x) x" into sys/dev/sound/pcm/sound.h.
o Chdir compile/XXX, then make!
Comment 1 dd freebsd_committer freebsd_triage 2001-06-19 01:58:00 UTC
Responsible Changed
From-To: freebsd-bugs->cg

Over to sound guy.
Comment 2 greid freebsd_committer freebsd_triage 2001-07-13 02:34:56 UTC
State Changed
From-To: open->closed

The old sb driver is deceased.