mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Fix cut-and-paste error s/pccard/isa/
This commit is contained in:
parent
5fe4723c70
commit
04291531bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327103
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user