summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-06-10 20:43:04 +0000
committerjhb <jhb@FreeBSD.org>2004-06-10 20:43:04 +0000
commitee8370535ac25ea43768796f941bbd8397f8a266 (patch)
treee3435e9d7547071cdb705b09df404cbed8b70d50 /sys/amd64/include
parentf7c8770debc1cb4e4c0aa95cd3a49dbf7072d704 (diff)
downloadFreeBSD-src-ee8370535ac25ea43768796f941bbd8397f8a266.zip
FreeBSD-src-ee8370535ac25ea43768796f941bbd8397f8a266.tar.gz
- Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 is
present and thus that the PnPBIOS probe should be skipped instead of having ACPI zero out the PnPBIOStable pointer. - Make the PnPBIOStable pointer static to i386/i386/bios.c now that that is the only place it is used.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pc/bios.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h
index b8d3991..c7362a9 100644
--- a/sys/amd64/include/pc/bios.h
+++ b/sys/amd64/include/pc/bios.h
@@ -93,7 +93,6 @@ struct PnPBIOS_table
* Exported lookup results
*/
extern struct bios32_SDentry PCIbios;
-extern struct PnPBIOS_table *PnPBIOStable;
struct segment_info {
u_int base;
OpenPOWER on IntegriCloud