diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-09-29 23:37:07 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-09-29 23:37:07 +0000 |
commit | 521c179f7df8aafb5fdfdd6e312f4b281b19d597 (patch) | |
tree | e83b1543d047ce07224ce8f78fc096f87c066b2f /sys/pccard/pcic_pci.h | |
parent | 253b72896cfa69db275ca5d1ffedc322c237a706 (diff) | |
download | src-test2-521c179f7df8aafb5fdfdd6e312f4b281b19d597.tar.gz src-test2-521c179f7df8aafb5fdfdd6e312f4b281b19d597.zip |
Notes
Diffstat (limited to 'sys/pccard/pcic_pci.h')
-rw-r--r-- | sys/pccard/pcic_pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h index f1d48f825a0e..d5f7a83079fa 100644 --- a/sys/pccard/pcic_pci.h +++ b/sys/pccard/pcic_pci.h @@ -54,6 +54,7 @@ /* Card control register (TI113X_SYSTEM_CONTROL == 0x80) */ #define TI113X_SYSCNTL_INTRTIE 0x20000000u +#define TI12XX_SYSCNTL_PCI_CLOCK 0x08000000u #define TI113X_SYSCNTL_SMIENB 0x00800000u #define TI113X_SYSCNTL_VCC_PROTECT 0x00200000u #define TI113X_SYSCNTL_CLKRUN_SEL 0x00000080u |