diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-23 08:21:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-23 08:21:06 +0000 |
commit | fbefedc54bd388cac71773eeb8c713b5336ce40c (patch) | |
tree | 920a7117003eedfd8e832bd7bf79865fb3dab1c8 /sys/dev/ic | |
parent | 56141bc344af821cf8268c1820099d49e4adfaea (diff) |
in case PNP OS BIOS option is broken, skip isapnp ep cards
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/elink3reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/elink3reg.h b/sys/dev/ic/elink3reg.h index d0bbdaa0a36..690f89dbe1a 100644 --- a/sys/dev/ic/elink3reg.h +++ b/sys/dev/ic/elink3reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3reg.h,v 1.7 1997/07/30 11:12:23 niklas Exp $ */ +/* $OpenBSD: elink3reg.h,v 1.8 1999/04/23 08:21:04 deraadt Exp $ */ /* $NetBSD: elink3reg.h,v 1.13 1997/04/27 09:42:34 veego Exp $ */ /* @@ -46,6 +46,7 @@ #define EEPROM_MFG_ID 0x7 /* 0x6d50 */ #define EEPROM_ADDR_CFG 0x8 /* Base addr */ #define EEPROM_RESOURCE_CFG 0x9 /* IRQ. Bits 12-15 */ +#define EEPROM_PNP 0x19 /* PNP mode and such? */ /* * These are the registers for the 3Com 3c509 and their bit patterns when |