diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-09-23 15:56:09 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-09-23 15:56:09 +0000 |
| commit | ae829cae039ac0fb510c969424e51aec29f74284 (patch) | |
| tree | d963103594cf9d4ab45cccd6dedd51fcc404743d | |
| parent | 2ab55f4392a15d6ebe46a76babad3e6d95dd4eba (diff) | |
Notes
| -rw-r--r-- | sys/i386/apm/apm.c | 2 | ||||
| -rw-r--r-- | sys/i386/bios/apm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c index 4bf18c5f9440..427743262a9f 100644 --- a/sys/i386/apm/apm.c +++ b/sys/i386/apm/apm.c @@ -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 diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c index 4bf18c5f9440..427743262a9f 100644 --- a/sys/i386/bios/apm.c +++ b/sys/i386/bios/apm.c @@ -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 |
