Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2004 21:35:34 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fdc fdc_acpi.c
Message-ID:  <200408302135.i7ULZYQx028502@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-08-30 21:35:34 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdc          fdc_acpi.c 
  Log:
  Fix _FDI drive type probing.  The new fd child is not an ACPI device while
  the old one is.  Hence we need to evaluate the old one for _FDI since it
  has a valid ACPI_HANDLE ivar.  This is a minimal fix.  Make a note that a
  more complete one is to make fdc support the ACPI_HANDLE ivar for its
  children.
  
  This and the previous change are MT5 candidates.
  
  Revision  Changes    Path
  1.5       +10 -3     src/sys/dev/fdc/fdc_acpi.c



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