diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-10-01 23:37:13 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-10-01 23:37:13 +0000 |
commit | 0cfbafec03b4d0927fce8bbcbd63b598e42f8cc4 (patch) | |
tree | 519aa48b81c87fbb5a211528a7a4d25e1875f6f3 /sys/dev/ic/rtl81x9reg.h | |
parent | d1486aa9ec48d0aaa42dd64dec3117fb54bc6482 (diff) |
it turned that only adding the cardbus part was not enough to have
D-Link DFE690 working. add the missing bits here.
from Joshua Johnson <joshua.johnson at charter dot net>.
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index 58b475dfbba..2433383d497 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.7 2002/10/15 16:02:10 mickey Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.8 2003/10/01 23:37:12 fgsch Exp $ */ /* * Copyright (c) 1997, 1998 @@ -442,6 +442,7 @@ struct rl_softc { /* D-Link device IDs */ #define DLINK_DEVICEID_8139 0x1300 +#define DLINK_DEVICEID_8139_2 0x1340 /* * PCI low memory base and low I/O base register, and |