diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-06 20:11:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-06 20:11:19 +0000 |
commit | cde63a0b937f284da8b2903ae196fc5bfb998ea8 (patch) | |
tree | ec6db67149009bfd7e1e854fbf4d22c649433789 /sys | |
parent | 7dbc067bcdd3b18ff29b024e70f0be9c5ce00605 (diff) |
EEPROM_PNP was wrong
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/elink3reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/elink3reg.h b/sys/dev/ic/elink3reg.h index 1a2b1695a9e..d29f8f7d00b 100644 --- a/sys/dev/ic/elink3reg.h +++ b/sys/dev/ic/elink3reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3reg.h,v 1.9 1999/08/04 03:29:27 jason Exp $ */ +/* $OpenBSD: elink3reg.h,v 1.10 1999/08/06 20:11:18 deraadt Exp $ */ /* $NetBSD: elink3reg.h,v 1.13 1997/04/27 09:42:34 veego Exp $ */ /* @@ -46,7 +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? */ +#define EEPROM_PNP 0x13 /* PNP mode and such? */ /* * These are the registers for the 3Com 3c509 and their bit patterns when |