Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2005 10:43:59 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/sound/sound Makefile
Message-ID:  <200507101043.j6AAhxb5050148@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2005-07-10 10:43:59 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/sound/sound Makefile 
  Log:
  - Add missing opt_isa.h. This fixes the standalone build of sound.ko
    after sys/dev/sound/pcm/channel.c rev. 1.99, i.e. when there's no
    existing KERNBUILDDIR with an opt_isa.h defined.
  - Sync with sys/dev/sound/pcm/channel.c rev. 1.99 (sort of), i.e.
    never compile in isadma support on sparc64 as we just never need
    it there. This allows to use the "generic" module with a custom
    kernel that is built without isa(4).
  
  Reviewed by:    ru
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.16      +14 -2     src/sys/modules/sound/sound/Makefile



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