Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 18:20:15 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4/man4.powerpc Makefile snd_ai2s.4 snd_davbus.4 src/sys/conf files.powerpc src/sys/dev/sound/macio aoa.c aoa.h davbus.c davbusreg.h i2s.c snapper.c tumbler.c src/sys/modules/sound/driver Makefile src/sys/modules/sound/driver/ai2s ...
Message-ID:  <200901251826.n0PIQer8056699@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2009-01-25 18:20:15 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4/man4.powerpc Makefile 
    sys/conf             files.powerpc 
    sys/modules/sound/driver Makefile 
    sys/powerpc/conf     GENERIC NOTES 
  Added files:
    share/man/man4/man4.powerpc snd_ai2s.4 snd_davbus.4 
    sys/dev/sound/macio  aoa.c aoa.h davbus.c davbusreg.h i2s.c 
                         snapper.c tumbler.c 
    sys/modules/sound/driver/ai2s Makefile 
    sys/modules/sound/driver/davbus Makefile 
  Log:
  SVN rev 187692 on 2009-01-25 18:20:15Z by nwhitehorn
  
  Add support for the I2S and davbus audio controllers found in Apple PowerPC
  hardware.
  
  Submitted by:   Marco Trillo
  
  Revision  Changes    Path
  1.4       +3 -1      src/share/man/man4/man4.powerpc/Makefile
  1.1       +90 -0     src/share/man/man4/man4.powerpc/snd_ai2s.4 (new)
  1.1       +83 -0     src/share/man/man4/man4.powerpc/snd_davbus.4 (new)
  1.92      +5 -0      src/sys/conf/files.powerpc
  1.1       +379 -0    src/sys/dev/sound/macio/aoa.c (new)
  1.1       +44 -0     src/sys/dev/sound/macio/aoa.h (new)
  1.1       +600 -0    src/sys/dev/sound/macio/davbus.c (new)
  1.1       +285 -0    src/sys/dev/sound/macio/davbusreg.h (new)
  1.1       +754 -0    src/sys/dev/sound/macio/i2s.c (new)
  1.1       +468 -0    src/sys/dev/sound/macio/snapper.c (new)
  1.1       +423 -0    src/sys/dev/sound/macio/tumbler.c (new)
  1.27      +14 -7     src/sys/modules/sound/driver/Makefile
  1.1       +10 -0     src/sys/modules/sound/driver/ai2s/Makefile (new)
  1.1       +10 -0     src/sys/modules/sound/driver/davbus/Makefile (new)
  1.85      +4 -0      src/sys/powerpc/conf/GENERIC
  1.21      +2 -0      src/sys/powerpc/conf/NOTES



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