summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rlreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2001-02-21 20:54:22 +0000
committerwpaul <wpaul@FreeBSD.org>2001-02-21 20:54:22 +0000
commitd314c28e74fad228397fe7016c254f0b7863f0d5 (patch)
treef0ddb6671f9dc8b3b92c6340ff6494e08c374f82 /sys/pci/if_rlreg.h
parente9eddbfc4a0506b08f0f036101a6f3d1b152c265 (diff)
downloadFreeBSD-src-d314c28e74fad228397fe7016c254f0b7863f0d5.zip
FreeBSD-src-d314c28e74fad228397fe7016c254f0b7863f0d5.tar.gz
Big round of minor updates:
- Use pci_get_powerstate()/pci_set_powerstate() in all the other drivers that need them so we don't have to fiddle with the PCI power management registers directly. - Use pci_enable_busmaster()/pci_enable_io() to turn on busmastering and PIO/memory mapped accesses. - Add support to the RealTek driver for the D-Link DFE-530TX+ which has a RealTek 8139 with its own PCI ID. (Submitted by Jason Wright) - Have the SiS 900/National DP83815 driver be sure to disable PME mode in sis_reset(). This apparently fixes a problem on some motherboards where the DP83815 chip fails to receive packets. (Submitted by Chuck McCrobie <mccrobie@cablespeed.com>)
Diffstat (limited to 'sys/pci/if_rlreg.h')
-rw-r--r--sys/pci/if_rlreg.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 1f3fc88..4e08e16 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -440,6 +440,16 @@ struct rl_softc {
#define ADDTRON_DEVICEID_8139 0x1360
/*
+ * D-Link vendor ID.
+ */
+#define DLINK_VENDORID 0x1186
+
+/*
+ * D-Link DFE-530TX+ device ID
+ */
+#define DLINK_DEVICEID_530TXPLUS 0x1300
+
+/*
* PCI low memory base and low I/O base register, and
* other PCI registers.
*/
OpenPOWER on IntegriCloud