cvs commit: src/sys/dev/sound/isa es1888.c ess.c mss.c

Nate Lawson njl at FreeBSD.org
Mon Oct 11 18:56:05 PDT 2004


njl         2004-10-12 01:56:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/isa    es1888.c ess.c mss.c 
  Log:
  * Remove the acpi attachment from the es1888.  It has an identify method
  that conjures up the device node so it isn't true PNP.  Noticed by jhb at .
  
  * Add an attachment for esscontrol since it too uses ISA_PNP_PROBE.
  
  * Move an attachment from snd_mss to snd_pnpmss.  The latter is the real
    PNP user.
  
  Revision  Changes    Path
  1.13      +0 -1      src/sys/dev/sound/isa/es1888.c
  1.32      +1 -1      src/sys/dev/sound/isa/ess.c
  1.91      +1 -1      src/sys/dev/sound/isa/mss.c


More information about the cvs-src mailing list