diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-07-17 19:27:41 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-07-17 19:27:41 +0000 |
commit | d6d5b813b388813775144cf37b0d3f1f1f8de159 (patch) | |
tree | 992ece72aa2e60d3dd5bff13a880c690c3134a08 /sys/pci/if_dcreg.h | |
parent | 9a9e278fc0d55a17b4dc14bfa68a11af9a5d8558 (diff) | |
download | FreeBSD-src-d6d5b813b388813775144cf37b0d3f1f1f8de159.zip FreeBSD-src-d6d5b813b388813775144cf37b0d3f1f1f8de159.tar.gz |
Add the PCI IDs for the Macronix 98727 and 98732 parts. These are
3.3volt PCI/cardbus chipsets similar to the 98715 (and they have
512-bit hash tables). Also update the man page to mention the 98727/98732
and the SOHOware SFA110A Rev B4 card with the 98715AEC-C chip.
Diffstat (limited to 'sys/pci/if_dcreg.h')
-rw-r--r-- | sys/pci/if_dcreg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index 1e441d7..b9c3868 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/if_dcreg.h @@ -711,6 +711,8 @@ struct dc_softc { */ #define DC_DEVICEID_98713 0x0512 #define DC_DEVICEID_987x5 0x0531 +#define DC_DEVICEID_98727 0x0532 +#define DC_DEVICEID_98732 0x0532 /* Macronix PCI revision codes. */ #define DC_REVISION_98713 0x00 |