cvs commit: src/sys/dev/fdc fdc_acpi.c
    Nate Lawson 
    njl at FreeBSD.org
       
    Mon Aug 30 14:35:35 PDT 2004
    
    
  
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
    
    
More information about the cvs-all
mailing list