Hang apm off of the legacy device instead of the nexus.

This commit is contained in:
John Baldwin 2002-09-23 15:56:09 +00:00
parent 2ab55f4392
commit ae829cae03
2 changed files with 2 additions and 2 deletions

View File

@ -1379,7 +1379,7 @@ static driver_t apm_driver = {
static devclass_t apm_devclass;
DRIVER_MODULE(apm, nexus, apm_driver, apm_devclass, apm_modevent, 0);
DRIVER_MODULE(apm, legacy, apm_driver, apm_devclass, apm_modevent, 0);
MODULE_VERSION(apm, 1);
static int

View File

@ -1379,7 +1379,7 @@ static driver_t apm_driver = {
static devclass_t apm_devclass;
DRIVER_MODULE(apm, nexus, apm_driver, apm_devclass, apm_modevent, 0);
DRIVER_MODULE(apm, legacy, apm_driver, apm_devclass, apm_modevent, 0);
MODULE_VERSION(apm, 1);
static int