summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-02 18:48:54 +0000
committerimp <imp@FreeBSD.org>2008-11-02 18:48:54 +0000
commite4a289ae9df429422b7271131d81a416f660f896 (patch)
tree75daffb6fb9ee47bd587003a933fb3a9e9254f46 /sys/isa/isa_common.h
parente0025a35ca7e80d6daca4e6d249bef6d86f3db89 (diff)
downloadFreeBSD-src-e4a289ae9df429422b7271131d81a416f660f896.zip
FreeBSD-src-e4a289ae9df429422b7271131d81a416f660f896.tar.gz
MFp4:
Make the ISA bus keep track of more PNP details. Plus a minor style fix while I'm here. More could be done here, but except for some SBCs that don't have ACPI, there's limited value to anybody in doing so.
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r--sys/isa/isa_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h
index 4d61d46..c6d6e43 100644
--- a/sys/isa/isa_common.h
+++ b/sys/isa/isa_common.h
@@ -56,6 +56,9 @@ struct isa_device {
isa_config_cb *id_config_cb; /* callback function */
void *id_config_arg; /* callback argument */
int id_config_attr; /* pnp config attributes */
+ int id_pnpbios_handle; /* pnp handle, if any */
+ int id_pnp_csn; /* pnp Card Number */
+ int id_pnp_ldn; /* pnp Logical device on card */
};
#define DEVTOISA(dev) ((struct isa_device *) device_get_ivars(dev))
OpenPOWER on IntegriCloud