diff options
author | Nate Lawson <njl@FreeBSD.org> | 2006-08-10 06:32:16 +0000 |
---|---|---|
committer | Nate Lawson <njl@FreeBSD.org> | 2006-08-10 06:32:16 +0000 |
commit | 1843f0c337ce02423edc8c704482a8c0034a0659 (patch) | |
tree | eb6307bc20bac7fb62bb9693559344b414ab6c1f | |
parent | a1f26cebf010f2d10ae24404da89be8f8544f922 (diff) |
The acpi module is no different from others. If it is loaded while the kernel
has it compiled in, it will be rejected with "module acpi already present!"
and no strange behavior.
MFC after: 1 day
Notes
Notes:
svn path=/head/; revision=161159
-rw-r--r-- | share/man/man4/acpi.4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index ddc2efc78089..a6682292f598 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -582,11 +582,6 @@ and many other contributors. This manual page was written by .An Michael Smith Aq msmith@FreeBSD.org . .Sh BUGS -If the -.Nm -driver is loaded as a module when it is already linked as part of the -kernel, odd things may happen. -.Pp Many BIOS versions have serious bugs that may cause system instability, break suspend/resume, or prevent devices from operating properly due to IRQ routing problems. |