s/LOGIGAL/LOGICAL/
This commit is contained in:
parent
6a37402ef6
commit
48ab255e6b
@ -399,7 +399,7 @@ pnp_scan_resdata(device_t parent, pnp_id *p, int csn)
|
||||
}
|
||||
|
||||
switch (PNP_SRES_NUM(tag)) {
|
||||
case PNP_TAG_LOGIGAL_DEVICE:
|
||||
case PNP_TAG_LOGICAL_DEVICE:
|
||||
/*
|
||||
* A new logical device. Scan
|
||||
* resourcea and add device.
|
||||
|
@ -235,7 +235,7 @@
|
||||
|
||||
/* Small Resource Item names */
|
||||
#define PNP_TAG_VERSION 0x1
|
||||
#define PNP_TAG_LOGIGAL_DEVICE 0x2
|
||||
#define PNP_TAG_LOGICAL_DEVICE 0x2
|
||||
#define PNP_TAG_COMPAT_DEVICE 0x3
|
||||
#define PNP_TAG_IRQ_FORMAT 0x4
|
||||
#define PNP_TAG_DMA_FORMAT 0x5
|
||||
|
Loading…
Reference in New Issue
Block a user