cvs commit: src/sys/i386/acpica acpi_asus.c

Philip Paeps philip at FreeBSD.org
Fri Nov 12 23:21:20 GMT 2004


philip      2004-11-12 23:21:20 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/acpica      acpi_asus.c 
  Log:
   o Change the strcmp() to a strncmp() to allow us to attach to 'E'
     models of laptops, which are essentially the same as the normal
     ones, as far as acpi_asus is concerned[1]
  
   o Use the above as an excuse to reshuffle the mess I made of the
     probe function when I originally wrote it.
  
  Reported by:        Soeren Larsen <soeren at whiteswan.dk>
  
  Revision  Changes    Path
  1.16      +66 -68    src/sys/i386/acpica/acpi_asus.c


More information about the cvs-src mailing list