diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-12-23 07:02:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-12-23 07:02:45 +0000 |
| commit | 04291531bc73ec999ab40791cad8b518c3e0973a (patch) | |
| tree | db4dfc4d48927403791af73d6b372582402c6a0b /sys/isa/isavar.h | |
| parent | 5fe4723c701cae7118f3293d9d1f173dcbb062a2 (diff) | |
Notes
Diffstat (limited to 'sys/isa/isavar.h')
| -rw-r--r-- | sys/isa/isavar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h index 329db19879a2f..1a3e661b67a47 100644 --- a/sys/isa/isavar.h +++ b/sys/isa/isavar.h @@ -142,7 +142,7 @@ enum isa_device_ivars { #define ISA_PNP_DESCR "E:pnpid;D:#" #define ISA_PNP_INFO(t) \ - MODULE_PNP_INFO(ISA_PNP_DESCR, pccard, t, t, sizeof(t[0]), nitems(t) - 1); \ + MODULE_PNP_INFO(ISA_PNP_DESCR, isa, t, t, sizeof(t[0]), nitems(t) - 1); \ /* * Simplified accessors for isa devices |
