|
|
| File: [Development] / linux-2.6-xfs / include / asm-sh / Attic / rts7751r2d.h (download)
Revision 1.3, 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. |
#ifndef __ASM_SH_RENESAS_RTS7751R2D_H #define __ASM_SH_RENESAS_RTS7751R2D_H /* * linux/include/asm-sh/renesas_rts7751r2d.h * * Copyright (C) 2000 Atom Create Engineering Co., Ltd. * * Renesas Technology Sales RTS7751R2D support */ /* Box specific addresses. */ #define PA_BCR 0xa4000000 /* FPGA */ #define PA_IRLMON 0xa4000002 /* Interrupt Status control */ #define PA_CFCTL 0xa4000004 /* CF Timing control */ #define PA_CFPOW 0xa4000006 /* CF Power control */ #define PA_DISPCTL 0xa4000008 /* Display Timing control */ #define PA_SDMPOW 0xa400000a /* SD Power control */ #define PA_RTCCE 0xa400000c /* RTC(9701) Enable control */ #define PA_PCICD 0xa400000e /* PCI Extention detect control */ #define PA_VOYAGERRTS 0xa4000020 /* VOYAGER Reset control */ #if defined(CONFIG_RTS7751R2D_REV11) #define PA_AXRST 0xa4000022 /* AX_LAN Reset control */ #define PA_CFRST 0xa4000024 /* CF Reset control */ #define PA_ADMRTS 0xa4000026 /* SD Reset control */ #define PA_EXTRST 0xa4000028 /* Extention Reset control */ #define PA_CFCDINTCLR 0xa400002a /* CF Insert Interrupt clear */ #else #define PA_CFRST 0xa4000022 /* CF Reset control */ #define PA_ADMRTS 0xa4000024 /* SD Reset control */ #define PA_EXTRST 0xa4000026 /* Extention Reset control */ #define PA_CFCDINTCLR 0xa4000028 /* CF Insert Interrupt clear */ #define PA_KEYCTLCLR 0xa400002a /* Key Interrupt clear */ #endif #define PA_POWOFF 0xa4000030 /* Board Power OFF control */ #define PA_VERREG 0xa4000032 /* FPGA Version Register */ #define PA_INPORT 0xa4000034 /* KEY Input Port control */ #define PA_OUTPORT 0xa4000036 /* LED control */ #define PA_BVERREG 0xa4000038 /* Board Revision Register */ #define PA_AX88796L 0xaa000400 /* AX88796L Area */ #define PA_VOYAGER 0xab000000 /* VOYAGER GX Area */ #define PA_IDE_OFFSET 0x1f0 /* CF IDE Offset */ #define AX88796L_IO_BASE 0x1000 /* AX88796L IO Base Address */ #define IRLCNTR1 (PA_BCR + 0) /* Interrupt Control Register1 */ #if defined(CONFIG_RTS7751R2D_REV11) #define IRQ_PCIETH 0 /* PCI Ethernet IRQ */ #define IRQ_CFCARD 1 /* CF Card IRQ */ #define IRQ_CFINST 2 /* CF Card Insert IRQ */ #define IRQ_PCMCIA 3 /* PCMCIA IRQ */ #define IRQ_VOYAGER 4 /* VOYAGER IRQ */ #define IRQ_ONETH 5 /* On board Ethernet IRQ */ #else #define IRQ_KEYIN 0 /* Key Input IRQ */ #define IRQ_PCIETH 1 /* PCI Ethernet IRQ */ #define IRQ_CFCARD 2 /* CF Card IRQ */ #define IRQ_CFINST 3 /* CF Card Insert IRQ */ #define IRQ_PCMCIA 4 /* PCMCIA IRQ */ #define IRQ_VOYAGER 5 /* VOYAGER IRQ */ #endif #define IRQ_RTCALM 6 /* RTC Alarm IRQ */ #define IRQ_RTCTIME 7 /* RTC Timer IRQ */ #define IRQ_SDCARD 8 /* SD Card IRQ */ #define IRQ_PCISLOT1 9 /* PCI Slot #1 IRQ */ #define IRQ_PCISLOT2 10 /* PCI Slot #2 IRQ */ #define IRQ_EXTENTION 11 /* EXTn IRQ */ /* arch/sh/boards/renesas/rts7751r2d/irq.c */ void init_rts7751r2d_IRQ(void); int rts7751r2d_irq_demux(int); #define __IO_PREFIX rts7751r2d #include <asm/io_generic.h> #endif /* __ASM_SH_RENESAS_RTS7751R2D */