diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-06-11 11:54:52 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-06-11 11:54:52 +0000 |
commit | e6fce1adbbb93c8f9080e4071bad434582250994 (patch) | |
tree | 9025d213a03a90282d0bddf2bed7095447b8d1a9 /sys/pci/if_dcreg.h | |
parent | d6f5631720a1dee82d7e3f72f32e741d01cdac56 (diff) | |
download | FreeBSD-src-e6fce1adbbb93c8f9080e4071bad434582250994.zip FreeBSD-src-e6fce1adbbb93c8f9080e4071bad434582250994.tar.gz |
Add support for the Accton EN1217.
PR: 18735
Submitted by: Adoal Xu <adoal@iname.com>
Diffstat (limited to 'sys/pci/if_dcreg.h')
-rw-r--r-- | sys/pci/if_dcreg.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index 486a2e2..4f56a45 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/if_dcreg.h @@ -794,6 +794,16 @@ struct dc_softc { #define DC_REVISION_88141 0x10 /* + * Accton vendor ID. + */ +#define DC_VENDORID_ACCTON 0x1113 + +/* + * Accton device IDs. + */ +#define DC_DEVICEID_EN1217 0x1217 + +/* * PCI low memory base and low I/O base register, and * other PCI registers. */ |