summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_epreg.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2000-07-18 06:37:08 +0000
committermdodd <mdodd@FreeBSD.org>2000-07-18 06:37:08 +0000
commit3c463952e14da2001587df0357914dc7215bf706 (patch)
treed37b65b4ae8abedb6d19ec276b2d5e7327b21318 /sys/dev/ep/if_epreg.h
parentbf473790e8e393671834d726eb6fa54b64952a0f (diff)
downloadFreeBSD-src-3c463952e14da2001587df0357914dc7215bf706.zip
FreeBSD-src-3c463952e14da2001587df0357914dc7215bf706.tar.gz
Properly detect ISA cards in EISA mode and skip them in the ISA identify
routine so that they will be picked up by the EISA front end. PR: i386/2598
Diffstat (limited to 'sys/dev/ep/if_epreg.h')
-rw-r--r--sys/dev/ep/if_epreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h
index 5fa60aa..9fb95f5 100644
--- a/sys/dev/ep/if_epreg.h
+++ b/sys/dev/ep/if_epreg.h
@@ -99,6 +99,8 @@
#define EEPROM_MFG_PRODUCT 0x6 /* Product code */
#define EEPROM_MFG_ID 0x7 /* 0x6d50 */
#define EEPROM_ADDR_CFG 0x8 /* Base addr */
+# define ADDR_CFG_EISA 0x1f
+# define ADDR_CFG_MASK 0x1f
#define EEPROM_RESOURCE_CFG 0x9 /* IRQ. Bits 12-15 */
#define EEPROM_OEM_ADDR0 0xa
#define EEPROM_OEM_ADDR1 0xb
OpenPOWER on IntegriCloud