Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/spkr sync with latest. this should either be cal...



details:   https://anonhg.NetBSD.org/src/rev/7a7683791981
branches:  trunk
changeset: 819526:7a7683791981
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 09 06:12:03 2016 +0000

description:
sync with latest. this should either be called spkr_pcppi or made to work
with both busses.

diffstat:

 sys/modules/spkr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 525ee7fd5091 -r 7a7683791981 sys/modules/spkr/Makefile
--- a/sys/modules/spkr/Makefile Fri Dec 09 06:12:02 2016 +0000
+++ b/sys/modules/spkr/Makefile Fri Dec 09 06:12:03 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2016/12/09 02:22:56 christos Exp $
+# $NetBSD: Makefile,v 1.5 2016/12/09 06:12:03 christos Exp $
 
 .include "../Makefile.inc"
 
-.PATH: ${S}/dev/isa
+.PATH: ${S}/dev/isa ${S}/dev
 
 KMOD=  spkr
 IOCONF=        spkr.ioconf



Home | Main Index | Thread Index | Old Index