mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Really stop the loader from trying to load the acpi module by lying and
pretending that it is already here. Approved by: re (amd64/* stuff)
This commit is contained in:
parent
0fe93e7480
commit
8a6d52c3f8
1 changed files with 2 additions and 0 deletions
|
|
@ -1701,3 +1701,5 @@ outb(u_int port, u_char data)
|
|||
}
|
||||
|
||||
#endif /* DDB */
|
||||
|
||||
MODULE_VERSION(acpi, 100);
|
||||
|
|
|
|||
Loading…
Reference in a new issue