Fix cut-and-paste error s/pccard/isa/

This commit is contained in:
Warner Losh 2017-12-23 07:02:45 +00:00
parent 5fe4723c70
commit 04291531bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327103

View File

@ -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