summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-08 02:06:03 +0000
committerimp <imp@FreeBSD.org>2001-05-08 02:06:03 +0000
commit531b40a32600c904fe06f3f097c027261a5b67b3 (patch)
treef6ba253fbb743b3fa1cbcb0f5bc2a3c2fdbfc11e /sys/pci
parent11b8508fbe67ab5e4b13e18a6ca3d8823c5fac9d (diff)
downloadFreeBSD-src-531b40a32600c904fe06f3f097c027261a5b67b3.zip
FreeBSD-src-531b40a32600c904fe06f3f097c027261a5b67b3.tar.gz
Add some additional register definitions for some work I have in progress.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcic_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index 62e4ee1..39f6e41 100644
--- a/sys/pci/pcic_p.h
+++ b/sys/pci/pcic_p.h
@@ -84,6 +84,8 @@
#define TI113X_PCI_SOCKET_DMA1 0x98 /* Socket DMA Register 1 */
/* Card control register (TI113X_SYSTEM_CONTROL == 0x80) */
+#define TI113X_SYSCNTL_INTRTIE 0x20000000u
+#define TI113X_SYSCNTL_SMIENB 0x00800000u
#define TI113X_SYSCNTL_VCC_PROTECT 0x00200000u
#define TI113X_SYSCNTL_CLKRUN_SEL 0x00000080u
#define TI113X_SYSCNTL_PWRSAVINGS 0x00000040u
OpenPOWER on IntegriCloud