Date: Fri, 13 Feb 2004 19:17:30 -0800 (PST) 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/acpica/Osd OsdTable.c src/sys/sys kernel.h src/sys/boot/forth loader.conf.5 src/share/man/man4 acpi.4 Message-ID: <200402140317.i1E3HV6E048159@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402140317.i1E3HV6E048159>
