cvs commit: src/sys/dev/acpica/Osd OsdTable.c src/sys/sys kernel.h src/sys/boot/forth loader.conf.5 src/share/man/man4 acpi.4

Nate Lawson njl at FreeBSD.org
Fri Feb 13 19:17:31 PST 2004


njl         2004/02/13 19:17:30 PST

  FreeBSD src repository

  Modified files:
    sys/dev/acpica/Osd   OsdTable.c 
    sys/sys              kernel.h 
    sys/boot/forth       loader.conf.5 
    share/man/man4       acpi.4 
  Log:
  Fix hw.acpi.os_name by renaming it to hw.acpi.osname.  The "_name" suffix
  is reserved by the loader, and thus any tunable name with that suffix will
  be silently discarded.
  
  Document this in the header and man page so that other developers do not
  develop so many bumps on the head after banging it against the wall.
  
  Detective work by:      Mark Santcroos, grehan
  
  Revision  Changes    Path
  1.26      +1 -1      src/share/man/man4/acpi.4
  1.19      +4 -0      src/sys/boot/forth/loader.conf.5
  1.6       +5 -7      src/sys/dev/acpica/Osd/OsdTable.c
  1.114     +3 -0      src/sys/sys/kernel.h


More information about the cvs-all mailing list