]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
After discussions with Nate, repo copy the acpi assist drivers from
authorWarner Losh <imp@FreeBSD.org>
Mon, 15 Nov 2004 05:54:15 +0000 (05:54 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 15 Nov 2004 05:54:15 +0000 (05:54 +0000)
commitc2aed5122b7eae69a9d98d7e35ad0ec3098b869d
treea13bc03d6b3beb79f4ef4a78d98e795b3bdff3e3
parentb42dda8abff71d33865ae07a382d10b8d4f25628
After discussions with Nate, repo copy the acpi assist drivers from
i386 to dev/acpi_support.  In theory, these devices could be found
other than in i386 machines only as amd64 becomes more popular.  These
drivers don't appear to do anything i386 specific, so move them to
dev/acpi_support.  Move config lines to files so that those
architectures that don't support kernel modules can build them into
the kernel.  At the same time, rename acpi_snc to acpi_sony to follow
the lead of all the other specialty devices.
sys/conf/files
sys/conf/files.i386
sys/dev/acpica/acpi_snc.c [deleted file]
sys/i386/acpica/acpi_asus.c [deleted file]
sys/i386/acpica/acpi_panasonic.c [deleted file]
sys/i386/acpica/acpi_toshiba.c [deleted file]
sys/modules/acpi/Makefile
sys/modules/acpi/acpi_asus/Makefile
sys/modules/acpi/acpi_panasonic/Makefile
sys/modules/acpi/acpi_sony/Makefile [new file with mode: 0644]
sys/modules/acpi/acpi_toshiba/Makefile