cvs commit: src/sys/dev/speaker spkr.c

Niclas Zeising niclas.zeising at gmail.com
Fri Mar 28 01:43:29 PDT 2008


Poul-Henning Kamp wrote:
> phk         2008-03-26 21:33:41 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/speaker      spkr.c 
>   Log:
>   Make speaker a pseudo device driver instead of attaching to a PnP id.
>   
>   If somebody cleaned this code up to proper style(9), it could become
>   a great educational starting point for aspiring kernel hackers.
>   
>   Revision  Changes    Path
>   1.75      +18 -89    src/sys/dev/speaker/spkr.c
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
> 

I've cleaned it up in some semblance of style(9) conformation. The 
result is in kern/122182
http://www.freebsd.org/cgi/query-pr.cgi?pr=122182

Regards!
Niclas


More information about the cvs-src mailing list