Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev



On Sat, Nov 01, 2014 at 07:54:18AM +0000, Masao Uebayashi wrote:
> Module Name:	src
> Committed By:	uebayasi
> Date:		Sat Nov  1 07:54:18 UTC 2014
> 
> Modified Files:
> 	src/sys/dev: audio.c audio_if.h
> 
> Log Message:
> Revert previous.
> 
> Not only audio_attach_mi() but also audioprint() have to be separated.
> midi.c has the same problem, and a little more complicated.  These will be
> revisited later.

It's because they are functions for "audiobus" (where audio(4) attaches)
rather than for "audio".  So you can split them into a file that depends
on audiobus.

Most pseudo-buses have that issue I think.  Probably some actual buses
too.  I'd not really expect a kernel that has pchb but not pci selected
to compile.

-- 
Quentin Garnier - cube%cubidou.net@localhost
"See the look on my face from staying too long in one place
[...] every time the morning breaks I know I'm closer to falling"
KT Tunstall, Saving My Face, Drastic Fantastic, 2007.

Attachment: pgpiz1SSC9qlQ.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index