|
|
| File: [Development] / linux-2.6-xfs / drivers / isdn / hisax / hfc4s8s_l1.h (download)
Revision 1.13, Wed Sep 12 17:09:56 2007 UTC (10 years, 1 month ago) by tes.longdrop.melbourne.sgi.com
Update 2.6.x-xfs to 2.6.23-rc4. Also update fs/xfs with external mainline changes. There were 12 such missing commits that I detected: -------- commit ad690ef9e690f6c31f7d310b09ef1314bcec9033 Author: Al Viro <viro@ftp.linux.org.uk> xfs ioctl __user annotations commit 20c2df83d25c6a95affe6157a4c9cac4cf5ffaac Author: Paul Mundt <lethal@linux-sh.org> mm: Remove slab destructors from kmem_cache_create(). commit d0217ac04ca6591841e5665f518e38064f4e65bd Author: Nick Piggin <npiggin@suse.de> mm: fault feedback #1 commit 54cb8821de07f2ffcd28c380ce9b93d5784b40d7 Author: Nick Piggin <npiggin@suse.de> mm: merge populate and nopage into fault (fixes nonlinear) commit d00806b183152af6d24f46f0c33f14162ca1262a Author: Nick Piggin <npiggin@suse.de> mm: fix fault vs invalidate race for linear mappings commit a569425512253992cc64ebf8b6d00a62f986db3e Author: Christoph Hellwig <hch@infradead.org> knfsd: exportfs: add exportfs.h header commit 831441862956fffa17b9801db37e6ea1650b0f69 Author: Rafael J. Wysocki <rjw@sisk.pl> Freezer: make kernel threads nonfreezable by default commit 8e1f936b73150f5095448a0fee6d4f30a1f9001d Author: Rusty Russell <rusty@rustcorp.com.au> mm: clean up and kernelify shrinker registration commit 5ffc4ef45b3b0a57872f631b4e4ceb8ace0d7496 Author: Jens Axboe <jens.axboe@oracle.com> sendfile: remove .sendfile from filesystems that use generic_file_sendfile() commit 8bb7844286fb8c9fce6f65d8288aeb09d03a5e0d Author: Rafael J. Wysocki <rjw@sisk.pl> Add suspend-related notifications for CPU hotplug commit 59c51591a0ac7568824f541f57de967e88adaa07 Author: Michael Opdenacker <michael@free-electrons.com> Fix occurrences of "the the " commit 0ceb331433e8aad9c5f441a965d7c681f8b9046f Author: Dmitriy Monakhov <dmonakhov@openvz.org> mm: move common segment checks to separate helper function -------- Merge of 2.6.x-xfs-melb:linux:29656b by kenmcd. |
/***************************************************************/ /* $Id: hfc4s8s_l1.h,v 1.13 2007/09/12 17:09:56 tes.longdrop.melbourne.sgi.com Exp $ */ /* */ /* This file is a minimal required extraction of hfc48scu.h */ /* (Genero 3.2, HFC XML 1.7a for HFC-E1, HFC-4S and HFC-8S) */ /* */ /* To get this complete register description contact */ /* Cologne Chip AG : */ /* Internet: http://www.colognechip.com/ */ /* E-Mail: info@colognechip.com */ /***************************************************************/ #ifndef _HFC4S8S_L1_H_ #define _HFC4S8S_L1_H_ /* * include Genero generated HFC-4S/8S header file hfc48scu.h * for complete register description. This will define _HFC48SCU_H_ * to prevent redefinitions */ // #include "hfc48scu.h" #ifndef _HFC48SCU_H_ #define _HFC48SCU_H_ #ifndef PCI_VENDOR_ID_CCD #define PCI_VENDOR_ID_CCD 0x1397 #endif #define CHIP_ID_4S 0x0C #define CHIP_ID_8S 0x08 #define PCI_DEVICE_ID_4S 0x08B4 #define PCI_DEVICE_ID_8S 0x16B8 #define R_IRQ_MISC 0x11 #define M_TI_IRQ 0x02 #define A_ST_RD_STA 0x30 #define A_ST_WR_STA 0x30 #define M_SET_G2_G3 0x80 #define A_ST_CTRL0 0x31 #define A_ST_CTRL2 0x33 #define A_ST_CLK_DLY 0x37 #define A_Z1 0x04 #define A_Z2 0x06 #define R_CIRM 0x00 #define M_SRES 0x08 #define R_CTRL 0x01 #define R_BRG_PCM_CFG 0x02 #define M_PCM_CLK 0x20 #define R_RAM_MISC 0x0C #define M_FZ_MD 0x80 #define R_FIFO_MD 0x0D #define A_INC_RES_FIFO 0x0E #define R_FIFO 0x0F #define A_F1 0x0C #define A_F2 0x0D #define R_IRQ_OVIEW 0x10 #define R_CHIP_ID 0x16 #define R_STATUS 0x1C #define M_BUSY 0x01 #define M_MISC_IRQSTA 0x40 #define M_FR_IRQSTA 0x80 #define R_CHIP_RV 0x1F #define R_IRQ_CTRL 0x13 #define M_FIFO_IRQ 0x01 #define M_GLOB_IRQ_EN 0x08 #define R_PCM_MD0 0x14 #define M_PCM_MD 0x01 #define A_FIFO_DATA0 0x80 #define R_TI_WD 0x1A #define R_PWM1 0x39 #define R_PWM_MD 0x46 #define R_IRQ_FIFO_BL0 0xC8 #define A_CON_HDLC 0xFA #define A_SUBCH_CFG 0xFB #define A_IRQ_MSK 0xFF #define R_SCI_MSK 0x12 #define R_ST_SEL 0x16 #define R_ST_SYNC 0x17 #define M_AUTO_SYNC 0x08 #define R_SCI 0x12 #define R_IRQMSK_MISC 0x11 #define M_TI_IRQMSK 0x02 #endif /* _HFC4S8S_L1_H_ */ #endif /* _HFC48SCU_H_ */