diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-12-30 19:47:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-12-30 19:47:40 +0000 |
commit | 4ffa4b1cb93d540b0b57702783b4c009e48e1ebd (patch) | |
tree | 058b4b35296e3152776ce047693918cdf4d9ca2c /sys/dev/ic/nslm7xvar.h | |
parent | 59186e41369608855681212e555f620400f125ca (diff) |
Properly detect AS99127F rev 1.
From Jonathan Fromer <jf@daimi.au.dk>.
Diffstat (limited to 'sys/dev/ic/nslm7xvar.h')
-rw-r--r-- | sys/dev/ic/nslm7xvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/nslm7xvar.h b/sys/dev/ic/nslm7xvar.h index 705f130a1a8..db0a9ce1727 100644 --- a/sys/dev/ic/nslm7xvar.h +++ b/sys/dev/ic/nslm7xvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nslm7xvar.h,v 1.6 2005/12/30 09:45:20 kettenis Exp $ */ +/* $OpenBSD: nslm7xvar.h,v 1.7 2005/12/30 19:47:39 kettenis Exp $ */ /* $NetBSD: nslm7xvar.h,v 1.10 2002/11/15 14:55:42 ad Exp $ */ /*- @@ -88,6 +88,7 @@ #define WB_VENDID 0x4F /* vendor ID register */ #define WB_VENDID_WINBOND 0x5CA3 +#define WB_VENDID_ASUS 0x12C3 /* Bank0 regs */ #define WB_BANK0_CHIPID 0x58 #define WB_CHIPID_83781 0x10 |