diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-22 11:35:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-22 11:35:17 +0000 |
commit | 97bae19544ddd5a3f852f8a16078355aa65494cd (patch) | |
tree | 6c1209ab30ac519079c8b17840b43dffce7f7767 /sys/dev/ic/rtl81x9reg.h | |
parent | ba8edf44d910016995f0d11b455a10dce9112500 (diff) |
support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer.net>
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index 7645b46bb02..f149940b314 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.1 2001/04/10 22:52:00 aaron Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.2 2001/05/22 11:35:16 mickey Exp $ */ /* * Copyright (c) 1997, 1998 @@ -431,6 +431,12 @@ struct rl_softc { */ #define ADDTRON_DEVICEID_8139 0x1360 +/* D-Link Vendor ID */ +#define DLINK_VENDORID 0x1186 + +/* D-Link device IDs */ +#define DLINK_DEVICEID_8139 0x1300 + /* * PCI low memory base and low I/O base register, and * other PCI registers. Note: some are only available on |