s/LOGIGAL/LOGICAL/

This commit is contained in:
Peter Wemm 1999-09-02 05:13:01 +00:00
parent 6a37402ef6
commit 48ab255e6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50784
2 changed files with 2 additions and 2 deletions

View File

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

View File

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