Merge branch 'linux-2.6'
This commit is contained in:
Коммит
c547fc28ab
|
@ -308,6 +308,8 @@ then you just add a line saying
|
||||||
|
|
||||||
Signed-off-by: Random J Developer <random@developer.example.org>
|
Signed-off-by: Random J Developer <random@developer.example.org>
|
||||||
|
|
||||||
|
using your real name (sorry, no pseudonyms or anonymous contributions.)
|
||||||
|
|
||||||
Some people also put extra tags at the end. They'll just be ignored for
|
Some people also put extra tags at the end. They'll just be ignored for
|
||||||
now, but you can do this to mark internal company procedures or just
|
now, but you can do this to mark internal company procedures or just
|
||||||
point out some special detail about the sign-off.
|
point out some special detail about the sign-off.
|
||||||
|
|
|
@ -20,6 +20,7 @@ This driver is known to work with the following cards:
|
||||||
* SA P400i
|
* SA P400i
|
||||||
* SA E200
|
* SA E200
|
||||||
* SA E200i
|
* SA E200i
|
||||||
|
* SA E500
|
||||||
|
|
||||||
If nodes are not already created in the /dev/cciss directory, run as root:
|
If nodes are not already created in the /dev/cciss directory, run as root:
|
||||||
|
|
||||||
|
|
|
@ -120,6 +120,13 @@ Who: Adrian Bunk <bunk@stusta.de>
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
What: drivers depending on OSS_OBSOLETE_DRIVER
|
||||||
|
When: options in 2.6.20, code in 2.6.22
|
||||||
|
Why: OSS drivers with ALSA replacements
|
||||||
|
Who: Adrian Bunk <bunk@stusta.de>
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
|
||||||
What: pci_module_init(driver)
|
What: pci_module_init(driver)
|
||||||
When: January 2007
|
When: January 2007
|
||||||
Why: Is replaced by pci_register_driver(pci_driver).
|
Why: Is replaced by pci_register_driver(pci_driver).
|
||||||
|
|
|
@ -181,6 +181,7 @@ filled out, however:
|
||||||
5 ELILO
|
5 ELILO
|
||||||
7 GRuB
|
7 GRuB
|
||||||
8 U-BOOT
|
8 U-BOOT
|
||||||
|
9 Xen
|
||||||
|
|
||||||
Please contact <hpa@zytor.com> if you need a bootloader ID
|
Please contact <hpa@zytor.com> if you need a bootloader ID
|
||||||
value assigned.
|
value assigned.
|
||||||
|
|
|
@ -63,6 +63,10 @@ Offset Type Description
|
||||||
2 for bootsect-loader
|
2 for bootsect-loader
|
||||||
3 for SYSLINUX
|
3 for SYSLINUX
|
||||||
4 for ETHERBOOT
|
4 for ETHERBOOT
|
||||||
|
5 for ELILO
|
||||||
|
7 for GRuB
|
||||||
|
8 for U-BOOT
|
||||||
|
9 for Xen
|
||||||
V = version
|
V = version
|
||||||
0x211 char loadflags:
|
0x211 char loadflags:
|
||||||
bit0 = 1: kernel is loaded high (bzImage)
|
bit0 = 1: kernel is loaded high (bzImage)
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
VERSION = 2
|
VERSION = 2
|
||||||
PATCHLEVEL = 6
|
PATCHLEVEL = 6
|
||||||
SUBLEVEL = 18
|
SUBLEVEL = 18
|
||||||
EXTRAVERSION = -rc5
|
EXTRAVERSION = -rc7
|
||||||
NAME=Crazed Snow-Weasel
|
NAME=Crazed Snow-Weasel
|
||||||
|
|
||||||
# *DOCUMENTATION*
|
# *DOCUMENTATION*
|
||||||
|
|
|
@ -621,9 +621,8 @@ CONFIG_AT91_WATCHDOG=y
|
||||||
# USB-based Watchdog Cards
|
# USB-based Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_USBPCWATCHDOG is not set
|
# CONFIG_USBPCWATCHDOG is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
CONFIG_RTC=y
|
|
||||||
# CONFIG_AT91_RTC is not set
|
|
||||||
# CONFIG_DTLK is not set
|
# CONFIG_DTLK is not set
|
||||||
# CONFIG_R3964 is not set
|
# CONFIG_R3964 is not set
|
||||||
|
|
||||||
|
@ -956,9 +955,41 @@ CONFIG_USB_AT91=y
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
# CONFIG_MMC_DEBUG is not set
|
# CONFIG_MMC_DEBUG is not set
|
||||||
CONFIG_MMC_BLOCK=y
|
CONFIG_MMC_BLOCK=y
|
||||||
# CONFIG_MMC_WBSD is not set
|
|
||||||
CONFIG_MMC_AT91RM9200=y
|
CONFIG_MMC_AT91RM9200=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Real Time Clock
|
||||||
|
#
|
||||||
|
CONFIG_RTC_LIB=y
|
||||||
|
CONFIG_RTC_CLASS=y
|
||||||
|
CONFIG_RTC_HCTOSYS=y
|
||||||
|
CONFIG_RTC_HCTOSYS_DEVICE="rtc1"
|
||||||
|
|
||||||
|
#
|
||||||
|
# RTC interfaces
|
||||||
|
#
|
||||||
|
# CONFIG_RTC_INTF_SYSFS is not set
|
||||||
|
CONFIG_RTC_INTF_PROC=y
|
||||||
|
CONFIG_RTC_INTF_DEV=y
|
||||||
|
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# RTC drivers
|
||||||
|
#
|
||||||
|
# CONFIG_RTC_DRV_X1205 is not set
|
||||||
|
CONFIG_RTC_DRV_DS1307=y
|
||||||
|
# CONFIG_RTC_DRV_DS1553 is not set
|
||||||
|
# CONFIG_RTC_DRV_ISL1208 is not set
|
||||||
|
# CONFIG_RTC_DRV_DS1672 is not set
|
||||||
|
# CONFIG_RTC_DRV_DS1742 is not set
|
||||||
|
# CONFIG_RTC_DRV_PCF8563 is not set
|
||||||
|
# CONFIG_RTC_DRV_PCF8583 is not set
|
||||||
|
# CONFIG_RTC_DRV_RS5C372 is not set
|
||||||
|
# CONFIG_RTC_DRV_M48T86 is not set
|
||||||
|
CONFIG_RTC_DRV_AT91=y
|
||||||
|
# CONFIG_RTC_DRV_TEST is not set
|
||||||
|
# CONFIG_RTC_DRV_V3020 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
#include <linux/pci.h>
|
#include <linux/pci.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
#include <linux/irq.h>
|
||||||
|
|
||||||
#include <asm/mach/pci.h>
|
#include <asm/mach/pci.h>
|
||||||
#include <asm/mach-types.h>
|
#include <asm/mach-types.h>
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/reboot.h>
|
#include <linux/reboot.h>
|
||||||
|
#include <linux/irq.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/reboot.h>
|
#include <linux/reboot.h>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o
|
||||||
|
|
||||||
# S3C2412 support
|
# S3C2412 support
|
||||||
obj-$(CONFIG_CPU_S3C2412) += s3c2412.o
|
obj-$(CONFIG_CPU_S3C2412) += s3c2412.o
|
||||||
|
obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o
|
||||||
obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o
|
obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,16 +8,6 @@
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
|
||||||
* Modifications:
|
|
||||||
* 24-Aug-2004 BJD Start of generic S3C24XX support
|
|
||||||
* 18-Oct-2004 BJD Moved board struct into this file
|
|
||||||
* 04-Jan-2005 BJD New uart initialisation
|
|
||||||
* 10-Jan-2005 BJD Moved generic init here, specific to cpu headers
|
|
||||||
* 14-Jan-2005 BJD Added s3c24xx_init_clocks() call
|
|
||||||
* 10-Mar-2005 LCVR Changed S3C2410_{VA,SZ} to S3C24XX_{VA,SZ} & IODESC_ENT
|
|
||||||
* 14-Mar-2005 BJD Updated for __iomem
|
|
||||||
* 15-Jan-2006 LCVR Updated S3C2410_PA_##x to new S3C24XX_PA_##x macro
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* todo - fix when rmk changes iodescs to use `void __iomem *` */
|
/* todo - fix when rmk changes iodescs to use `void __iomem *` */
|
||||||
|
|
|
@ -1,22 +1,14 @@
|
||||||
/* linux/arch/arm/mach-s3c2410/devs.c
|
/* linux/arch/arm/mach-s3c2410/devs.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2004 Simtec Electronics
|
* Copyright (c) 2004 Simtec Electronics
|
||||||
* Ben Dooks <ben@simtec.co.uk>
|
* Ben Dooks <ben@simtec.co.uk>
|
||||||
*
|
*
|
||||||
* Base S3C2410 platform device definitions
|
* Base S3C24XX platform device definitions
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Modifications:
|
|
||||||
* 15-Jan-2006 LCVR Using S3C24XX_PA_##x macro for common S3C24XX devices
|
|
||||||
* 10-Mar-2005 LCVR Changed S3C2410_{VA,SZ} to S3C24XX_{VA,SZ}
|
|
||||||
* 10-Feb-2005 BJD Added camera from guillaume.gourat@nexvision.tv
|
|
||||||
* 29-Aug-2004 BJD Added timers 0 through 3
|
|
||||||
* 29-Aug-2004 BJD Changed index of devices we only have one of to -1
|
|
||||||
* 21-Aug-2004 BJD Added IRQ_TICK to RTC resources
|
|
||||||
* 18-Aug-2004 BJD Created initial version
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -60,7 +60,7 @@ static void __iomem *dma_base;
|
||||||
static kmem_cache_t *dma_kmem;
|
static kmem_cache_t *dma_kmem;
|
||||||
|
|
||||||
/* dma channel state information */
|
/* dma channel state information */
|
||||||
s3c2410_dma_chan_t s3c2410_chans[S3C2410_DMA_CHANNELS];
|
struct s3c2410_dma_chan s3c2410_chans[S3C2410_DMA_CHANNELS];
|
||||||
|
|
||||||
/* debugging functions */
|
/* debugging functions */
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ s3c2410_dma_chan_t s3c2410_chans[S3C2410_DMA_CHANNELS];
|
||||||
#define dma_wrreg(chan, reg, val) writel((val), (chan)->regs + (reg))
|
#define dma_wrreg(chan, reg, val) writel((val), (chan)->regs + (reg))
|
||||||
#else
|
#else
|
||||||
static inline void
|
static inline void
|
||||||
dma_wrreg(s3c2410_dma_chan_t *chan, int reg, unsigned long val)
|
dma_wrreg(struct s3c2410_dma_chan *chan, int reg, unsigned long val)
|
||||||
{
|
{
|
||||||
pr_debug("writing %08x to register %08x\n",(unsigned int)val,reg);
|
pr_debug("writing %08x to register %08x\n",(unsigned int)val,reg);
|
||||||
writel(val, dma_regaddr(chan, reg));
|
writel(val, dma_regaddr(chan, reg));
|
||||||
|
@ -102,7 +102,7 @@ struct s3c2410_dma_regstate {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dmadbg_capture(s3c2410_dma_chan_t *chan, struct s3c2410_dma_regstate *regs)
|
dmadbg_capture(struct s3c2410_dma_chan *chan, struct s3c2410_dma_regstate *regs)
|
||||||
{
|
{
|
||||||
regs->dcsrc = dma_rdreg(chan, S3C2410_DMA_DCSRC);
|
regs->dcsrc = dma_rdreg(chan, S3C2410_DMA_DCSRC);
|
||||||
regs->disrc = dma_rdreg(chan, S3C2410_DMA_DISRC);
|
regs->disrc = dma_rdreg(chan, S3C2410_DMA_DISRC);
|
||||||
|
@ -112,7 +112,7 @@ dmadbg_capture(s3c2410_dma_chan_t *chan, struct s3c2410_dma_regstate *regs)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dmadbg_dumpregs(const char *fname, int line, s3c2410_dma_chan_t *chan,
|
dmadbg_dumpregs(const char *fname, int line, struct s3c2410_dma_chan *chan,
|
||||||
struct s3c2410_dma_regstate *regs)
|
struct s3c2410_dma_regstate *regs)
|
||||||
{
|
{
|
||||||
printk(KERN_DEBUG "dma%d: %s:%d: DCSRC=%08lx, DISRC=%08lx, DSTAT=%08lx DMT=%02lx, DCON=%08lx\n",
|
printk(KERN_DEBUG "dma%d: %s:%d: DCSRC=%08lx, DISRC=%08lx, DSTAT=%08lx DMT=%02lx, DCON=%08lx\n",
|
||||||
|
@ -122,7 +122,7 @@ dmadbg_dumpregs(const char *fname, int line, s3c2410_dma_chan_t *chan,
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dmadbg_showchan(const char *fname, int line, s3c2410_dma_chan_t *chan)
|
dmadbg_showchan(const char *fname, int line, struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
struct s3c2410_dma_regstate state;
|
struct s3c2410_dma_regstate state;
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ dmadbg_showchan(const char *fname, int line, s3c2410_dma_chan_t *chan)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dmadbg_showregs(const char *fname, int line, s3c2410_dma_chan_t *chan)
|
dmadbg_showregs(const char *fname, int line, struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
struct s3c2410_dma_regstate state;
|
struct s3c2410_dma_regstate state;
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ dmadbg_showregs(const char *fname, int line, s3c2410_dma_chan_t *chan)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
s3c2410_dma_stats_timeout(s3c2410_dma_stats_t *stats, int val)
|
s3c2410_dma_stats_timeout(struct s3c2410_dma_stats *stats, int val)
|
||||||
{
|
{
|
||||||
if (stats == NULL)
|
if (stats == NULL)
|
||||||
return;
|
return;
|
||||||
|
@ -183,7 +183,7 @@ s3c2410_dma_stats_timeout(s3c2410_dma_stats_t *stats, int val)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int
|
static int
|
||||||
s3c2410_dma_waitforload(s3c2410_dma_chan_t *chan, int line)
|
s3c2410_dma_waitforload(struct s3c2410_dma_chan *chan, int line)
|
||||||
{
|
{
|
||||||
int timeout = chan->load_timeout;
|
int timeout = chan->load_timeout;
|
||||||
int took;
|
int took;
|
||||||
|
@ -230,8 +230,8 @@ s3c2410_dma_waitforload(s3c2410_dma_chan_t *chan, int line)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline int
|
static inline int
|
||||||
s3c2410_dma_loadbuffer(s3c2410_dma_chan_t *chan,
|
s3c2410_dma_loadbuffer(struct s3c2410_dma_chan *chan,
|
||||||
s3c2410_dma_buf_t *buf)
|
struct s3c2410_dma_buf *buf)
|
||||||
{
|
{
|
||||||
unsigned long reload;
|
unsigned long reload;
|
||||||
|
|
||||||
|
@ -304,7 +304,7 @@ s3c2410_dma_loadbuffer(s3c2410_dma_chan_t *chan,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
s3c2410_dma_call_op(s3c2410_dma_chan_t *chan, s3c2410_chan_op_t op)
|
s3c2410_dma_call_op(struct s3c2410_dma_chan *chan, enum s3c2410_chan_op op)
|
||||||
{
|
{
|
||||||
if (chan->op_fn != NULL) {
|
if (chan->op_fn != NULL) {
|
||||||
(chan->op_fn)(chan, op);
|
(chan->op_fn)(chan, op);
|
||||||
|
@ -318,8 +318,8 @@ s3c2410_dma_call_op(s3c2410_dma_chan_t *chan, s3c2410_chan_op_t op)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
s3c2410_dma_buffdone(s3c2410_dma_chan_t *chan, s3c2410_dma_buf_t *buf,
|
s3c2410_dma_buffdone(struct s3c2410_dma_chan *chan, struct s3c2410_dma_buf *buf,
|
||||||
s3c2410_dma_buffresult_t result)
|
enum s3c2410_dma_buffresult result)
|
||||||
{
|
{
|
||||||
pr_debug("callback_fn=%p, buf=%p, id=%p, size=%d, result=%d\n",
|
pr_debug("callback_fn=%p, buf=%p, id=%p, size=%d, result=%d\n",
|
||||||
chan->callback_fn, buf, buf->id, buf->size, result);
|
chan->callback_fn, buf, buf->id, buf->size, result);
|
||||||
|
@ -334,7 +334,7 @@ s3c2410_dma_buffdone(s3c2410_dma_chan_t *chan, s3c2410_dma_buf_t *buf,
|
||||||
* start a dma channel going
|
* start a dma channel going
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int s3c2410_dma_start(s3c2410_dma_chan_t *chan)
|
static int s3c2410_dma_start(struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
unsigned long tmp;
|
unsigned long tmp;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
@ -430,7 +430,7 @@ static int s3c2410_dma_start(s3c2410_dma_chan_t *chan)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int
|
static int
|
||||||
s3c2410_dma_canload(s3c2410_dma_chan_t *chan)
|
s3c2410_dma_canload(struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
if (chan->load_state == S3C2410_DMALOAD_NONE ||
|
if (chan->load_state == S3C2410_DMALOAD_NONE ||
|
||||||
chan->load_state == S3C2410_DMALOAD_1RUNNING)
|
chan->load_state == S3C2410_DMALOAD_1RUNNING)
|
||||||
|
@ -460,8 +460,8 @@ s3c2410_dma_canload(s3c2410_dma_chan_t *chan)
|
||||||
int s3c2410_dma_enqueue(unsigned int channel, void *id,
|
int s3c2410_dma_enqueue(unsigned int channel, void *id,
|
||||||
dma_addr_t data, int size)
|
dma_addr_t data, int size)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
s3c2410_dma_buf_t *buf;
|
struct s3c2410_dma_buf *buf;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
@ -540,7 +540,7 @@ int s3c2410_dma_enqueue(unsigned int channel, void *id,
|
||||||
EXPORT_SYMBOL(s3c2410_dma_enqueue);
|
EXPORT_SYMBOL(s3c2410_dma_enqueue);
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
s3c2410_dma_freebuf(s3c2410_dma_buf_t *buf)
|
s3c2410_dma_freebuf(struct s3c2410_dma_buf *buf)
|
||||||
{
|
{
|
||||||
int magicok = (buf->magic == BUF_MAGIC);
|
int magicok = (buf->magic == BUF_MAGIC);
|
||||||
|
|
||||||
|
@ -560,7 +560,7 @@ s3c2410_dma_freebuf(s3c2410_dma_buf_t *buf)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
s3c2410_dma_lastxfer(s3c2410_dma_chan_t *chan)
|
s3c2410_dma_lastxfer(struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
pr_debug("dma%d: s3c2410_dma_lastxfer: load_state %d\n",
|
pr_debug("dma%d: s3c2410_dma_lastxfer: load_state %d\n",
|
||||||
chan->number, chan->load_state);
|
chan->number, chan->load_state);
|
||||||
|
@ -601,8 +601,8 @@ s3c2410_dma_lastxfer(s3c2410_dma_chan_t *chan)
|
||||||
static irqreturn_t
|
static irqreturn_t
|
||||||
s3c2410_dma_irq(int irq, void *devpw, struct pt_regs *regs)
|
s3c2410_dma_irq(int irq, void *devpw, struct pt_regs *regs)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = (s3c2410_dma_chan_t *)devpw;
|
struct s3c2410_dma_chan *chan = (struct s3c2410_dma_chan *)devpw;
|
||||||
s3c2410_dma_buf_t *buf;
|
struct s3c2410_dma_buf *buf;
|
||||||
|
|
||||||
buf = chan->curr;
|
buf = chan->curr;
|
||||||
|
|
||||||
|
@ -731,10 +731,10 @@ s3c2410_dma_irq(int irq, void *devpw, struct pt_regs *regs)
|
||||||
* get control of an dma channel
|
* get control of an dma channel
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int s3c2410_dma_request(unsigned int channel, s3c2410_dma_client_t *client,
|
int s3c2410_dma_request(unsigned int channel, struct s3c2410_dma_client *client,
|
||||||
void *dev)
|
void *dev)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
@ -807,9 +807,9 @@ EXPORT_SYMBOL(s3c2410_dma_request);
|
||||||
* allowed to go through.
|
* allowed to go through.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int s3c2410_dma_free(dmach_t channel, s3c2410_dma_client_t *client)
|
int s3c2410_dma_free(dmach_t channel, struct s3c2410_dma_client *client)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
@ -846,7 +846,7 @@ int s3c2410_dma_free(dmach_t channel, s3c2410_dma_client_t *client)
|
||||||
|
|
||||||
EXPORT_SYMBOL(s3c2410_dma_free);
|
EXPORT_SYMBOL(s3c2410_dma_free);
|
||||||
|
|
||||||
static int s3c2410_dma_dostop(s3c2410_dma_chan_t *chan)
|
static int s3c2410_dma_dostop(struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
unsigned long tmp;
|
unsigned long tmp;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
@ -880,7 +880,7 @@ static int s3c2410_dma_dostop(s3c2410_dma_chan_t *chan)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void s3c2410_dma_waitforstop(s3c2410_dma_chan_t *chan)
|
void s3c2410_dma_waitforstop(struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
unsigned long tmp;
|
unsigned long tmp;
|
||||||
unsigned int timeout = 0x10000;
|
unsigned int timeout = 0x10000;
|
||||||
|
@ -901,9 +901,9 @@ void s3c2410_dma_waitforstop(s3c2410_dma_chan_t *chan)
|
||||||
* stop the channel, and remove all current and pending transfers
|
* stop the channel, and remove all current and pending transfers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int s3c2410_dma_flush(s3c2410_dma_chan_t *chan)
|
static int s3c2410_dma_flush(struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
s3c2410_dma_buf_t *buf, *next;
|
struct s3c2410_dma_buf *buf, *next;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
pr_debug("%s: chan %p (%d)\n", __FUNCTION__, chan, chan->number);
|
pr_debug("%s: chan %p (%d)\n", __FUNCTION__, chan, chan->number);
|
||||||
|
@ -958,7 +958,7 @@ static int s3c2410_dma_flush(s3c2410_dma_chan_t *chan)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
s3c2410_dma_started(s3c2410_dma_chan_t *chan)
|
s3c2410_dma_started(struct s3c2410_dma_chan *chan)
|
||||||
{
|
{
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
|
@ -995,9 +995,9 @@ s3c2410_dma_started(s3c2410_dma_chan_t *chan)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
s3c2410_dma_ctrl(dmach_t channel, s3c2410_chan_op_t op)
|
s3c2410_dma_ctrl(dmach_t channel, enum s3c2410_chan_op op)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
|
||||||
|
@ -1046,7 +1046,7 @@ int s3c2410_dma_config(dmach_t channel,
|
||||||
int xferunit,
|
int xferunit,
|
||||||
int dcon)
|
int dcon)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
|
|
||||||
pr_debug("%s: chan=%d, xfer_unit=%d, dcon=%08x\n",
|
pr_debug("%s: chan=%d, xfer_unit=%d, dcon=%08x\n",
|
||||||
__FUNCTION__, channel, xferunit, dcon);
|
__FUNCTION__, channel, xferunit, dcon);
|
||||||
|
@ -1086,7 +1086,7 @@ EXPORT_SYMBOL(s3c2410_dma_config);
|
||||||
|
|
||||||
int s3c2410_dma_setflags(dmach_t channel, unsigned int flags)
|
int s3c2410_dma_setflags(dmach_t channel, unsigned int flags)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
|
||||||
|
@ -1106,7 +1106,7 @@ EXPORT_SYMBOL(s3c2410_dma_setflags);
|
||||||
|
|
||||||
int s3c2410_dma_set_opfn(dmach_t channel, s3c2410_dma_opfn_t rtn)
|
int s3c2410_dma_set_opfn(dmach_t channel, s3c2410_dma_opfn_t rtn)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
|
||||||
|
@ -1121,7 +1121,7 @@ EXPORT_SYMBOL(s3c2410_dma_set_opfn);
|
||||||
|
|
||||||
int s3c2410_dma_set_buffdone_fn(dmach_t channel, s3c2410_dma_cbfn_t rtn)
|
int s3c2410_dma_set_buffdone_fn(dmach_t channel, s3c2410_dma_cbfn_t rtn)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
|
||||||
|
@ -1149,11 +1149,11 @@ EXPORT_SYMBOL(s3c2410_dma_set_buffdone_fn);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int s3c2410_dma_devconfig(int channel,
|
int s3c2410_dma_devconfig(int channel,
|
||||||
s3c2410_dmasrc_t source,
|
enum s3c2410_dmasrc source,
|
||||||
int hwcfg,
|
int hwcfg,
|
||||||
unsigned long devaddr)
|
unsigned long devaddr)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
|
||||||
|
@ -1200,7 +1200,7 @@ EXPORT_SYMBOL(s3c2410_dma_devconfig);
|
||||||
|
|
||||||
int s3c2410_dma_getposition(dmach_t channel, dma_addr_t *src, dma_addr_t *dst)
|
int s3c2410_dma_getposition(dmach_t channel, dma_addr_t *src, dma_addr_t *dst)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *chan = &s3c2410_chans[channel];
|
struct s3c2410_dma_chan *chan = &s3c2410_chans[channel];
|
||||||
|
|
||||||
check_channel(channel);
|
check_channel(channel);
|
||||||
|
|
||||||
|
@ -1222,7 +1222,7 @@ EXPORT_SYMBOL(s3c2410_dma_getposition);
|
||||||
|
|
||||||
static int s3c2410_dma_suspend(struct sys_device *dev, pm_message_t state)
|
static int s3c2410_dma_suspend(struct sys_device *dev, pm_message_t state)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *cp = container_of(dev, s3c2410_dma_chan_t, dev);
|
struct s3c2410_dma_chan *cp = container_of(dev, struct s3c2410_dma_chan, dev);
|
||||||
|
|
||||||
printk(KERN_DEBUG "suspending dma channel %d\n", cp->number);
|
printk(KERN_DEBUG "suspending dma channel %d\n", cp->number);
|
||||||
|
|
||||||
|
@ -1262,7 +1262,7 @@ static struct sysdev_class dma_sysclass = {
|
||||||
|
|
||||||
static void s3c2410_dma_cache_ctor(void *p, kmem_cache_t *c, unsigned long f)
|
static void s3c2410_dma_cache_ctor(void *p, kmem_cache_t *c, unsigned long f)
|
||||||
{
|
{
|
||||||
memset(p, 0, sizeof(s3c2410_dma_buf_t));
|
memset(p, 0, sizeof(struct s3c2410_dma_buf));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1270,7 +1270,7 @@ static void s3c2410_dma_cache_ctor(void *p, kmem_cache_t *c, unsigned long f)
|
||||||
|
|
||||||
static int __init s3c2410_init_dma(void)
|
static int __init s3c2410_init_dma(void)
|
||||||
{
|
{
|
||||||
s3c2410_dma_chan_t *cp;
|
struct s3c2410_dma_chan *cp;
|
||||||
int channel;
|
int channel;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
@ -1288,7 +1288,7 @@ static int __init s3c2410_init_dma(void)
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
dma_kmem = kmem_cache_create("dma_desc", sizeof(s3c2410_dma_buf_t), 0,
|
dma_kmem = kmem_cache_create("dma_desc", sizeof(struct s3c2410_dma_buf), 0,
|
||||||
SLAB_HWCACHE_ALIGN,
|
SLAB_HWCACHE_ALIGN,
|
||||||
s3c2410_dma_cache_ctor, NULL);
|
s3c2410_dma_cache_ctor, NULL);
|
||||||
|
|
||||||
|
@ -1301,7 +1301,7 @@ static int __init s3c2410_init_dma(void)
|
||||||
for (channel = 0; channel < S3C2410_DMA_CHANNELS; channel++) {
|
for (channel = 0; channel < S3C2410_DMA_CHANNELS; channel++) {
|
||||||
cp = &s3c2410_chans[channel];
|
cp = &s3c2410_chans[channel];
|
||||||
|
|
||||||
memset(cp, 0, sizeof(s3c2410_dma_chan_t));
|
memset(cp, 0, sizeof(struct s3c2410_dma_chan));
|
||||||
|
|
||||||
/* dma channel irqs are in order.. */
|
/* dma channel irqs are in order.. */
|
||||||
cp->number = channel;
|
cp->number = channel;
|
||||||
|
|
|
@ -86,7 +86,7 @@ unsigned long s3c_irqwake_intmask = 0xffffffffL;
|
||||||
unsigned long s3c_irqwake_eintallow = 0x0000fff0L;
|
unsigned long s3c_irqwake_eintallow = 0x0000fff0L;
|
||||||
unsigned long s3c_irqwake_eintmask = 0xffffffffL;
|
unsigned long s3c_irqwake_eintmask = 0xffffffffL;
|
||||||
|
|
||||||
static int
|
int
|
||||||
s3c_irq_wake(unsigned int irqno, unsigned int state)
|
s3c_irq_wake(unsigned int irqno, unsigned int state)
|
||||||
{
|
{
|
||||||
unsigned long irqbit = 1 << (irqno - IRQ_EINT0);
|
unsigned long irqbit = 1 << (irqno - IRQ_EINT0);
|
||||||
|
@ -260,7 +260,7 @@ s3c_irqext_unmask(unsigned int irqno)
|
||||||
s3c_irq_unmask((irqno <= (IRQ_EINT7 - EXTINT_OFF)) ? IRQ_EINT4t7 : IRQ_EINT8t23);
|
s3c_irq_unmask((irqno <= (IRQ_EINT7 - EXTINT_OFF)) ? IRQ_EINT4t7 : IRQ_EINT8t23);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
int
|
||||||
s3c_irqext_type(unsigned int irq, unsigned int type)
|
s3c_irqext_type(unsigned int irq, unsigned int type)
|
||||||
{
|
{
|
||||||
void __iomem *extint_reg;
|
void __iomem *extint_reg;
|
||||||
|
|
|
@ -97,3 +97,8 @@ s3c_irqsub_ack(unsigned int irqno, unsigned int parentmask, unsigned int group)
|
||||||
__raw_writel(parentmask, S3C2410_INTPND);
|
__raw_writel(parentmask, S3C2410_INTPND);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* exported for use in arch/arm/mach-s3c2410 */
|
||||||
|
|
||||||
|
extern int s3c_irq_wake(unsigned int irqno, unsigned int state);
|
||||||
|
extern int s3c_irqext_type(unsigned int irq, unsigned int type);
|
||||||
|
|
|
@ -8,31 +8,6 @@
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
|
||||||
* Modifications:
|
|
||||||
* 14-Sep-2004 BJD USB power control
|
|
||||||
* 20-Aug-2004 BJD Added s3c2410_board struct
|
|
||||||
* 18-Aug-2004 BJD Added platform devices from default set
|
|
||||||
* 16-May-2003 BJD Created initial version
|
|
||||||
* 16-Aug-2003 BJD Fixed header files and copyright, added URL
|
|
||||||
* 05-Sep-2003 BJD Moved to v2.6 kernel
|
|
||||||
* 06-Jan-2003 BJD Updates for <arch/map.h>
|
|
||||||
* 18-Jan-2003 BJD Added serial port configuration
|
|
||||||
* 05-Oct-2004 BJD Power management code
|
|
||||||
* 04-Nov-2004 BJD Updated serial port clocks
|
|
||||||
* 04-Jan-2005 BJD New uart init call
|
|
||||||
* 10-Jan-2005 BJD Removed include of s3c2410.h
|
|
||||||
* 14-Jan-2005 BJD Add support for muitlple NAND devices
|
|
||||||
* 03-Mar-2005 BJD Ensured that bast-cpld.h is included
|
|
||||||
* 10-Mar-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
|
|
||||||
* 14-Mar-2005 BJD Updated for __iomem changes
|
|
||||||
* 22-Jun-2005 BJD Added DM9000 platform information
|
|
||||||
* 28-Jun-2005 BJD Moved pm functionality out to common code
|
|
||||||
* 17-Jul-2005 BJD Changed to platform device for SuperIO 16550s
|
|
||||||
* 25-Jul-2005 BJD Removed ASIX static mappings
|
|
||||||
* 27-Jul-2005 BJD Ensure maximum frequency of i2c bus
|
|
||||||
* 20-Sep-2005 BJD Added static to non-exported items
|
|
||||||
* 26-Oct-2005 BJD Added FB platform data
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -9,23 +9,6 @@
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Modifications:
|
|
||||||
* 16-May-2003 BJD Created initial version
|
|
||||||
* 16-Aug-2003 BJD Fixed header files and copyright, added URL
|
|
||||||
* 05-Sep-2003 BJD Moved to v2.6 kernel
|
|
||||||
* 06-Jan-2003 BJD Updates for <arch/map.h>
|
|
||||||
* 18-Jan-2003 BJD Added serial port configuration
|
|
||||||
* 17-Feb-2003 BJD Copied to mach-ipaq.c
|
|
||||||
* 21-Aug-2004 BJD Added struct s3c2410_board
|
|
||||||
* 04-Sep-2004 BJD Changed uart init, renamed ipaq_ -> h1940_
|
|
||||||
* 18-Oct-2004 BJD Updated new board structure name
|
|
||||||
* 04-Nov-2004 BJD Change for new serial clock
|
|
||||||
* 04-Jan-2005 BJD Updated uart init call
|
|
||||||
* 10-Jan-2005 BJD Removed include of s3c2410.h
|
|
||||||
* 14-Jan-2005 BJD Added clock init
|
|
||||||
* 10-Mar-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
|
|
||||||
* 20-Sep-2005 BJD Added static to non-exported items
|
|
||||||
* 26-Oct-2005 BJD Changed name of fb init call
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -9,15 +9,6 @@
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Modifications:
|
|
||||||
* 16-Sep-2004 BJD Copied from mach-h1940.c
|
|
||||||
* 25-Oct-2004 BJD Updates for 2.6.10-rc1
|
|
||||||
* 10-Jan-2005 BJD Removed include of s3c2410.h s3c2440.h
|
|
||||||
* 14-Jan-2005 BJD Added new clock init
|
|
||||||
* 10-Mar-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
|
|
||||||
* 14-Mar-2005 BJD Fixed __iomem warnings
|
|
||||||
* 20-Sep-2005 BJD Added static to non-exported items
|
|
||||||
* 31-Oct-2005 BJD Added LCD setup for framebuffer
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -27,10 +27,6 @@
|
||||||
* derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
|
* derived from linux/arch/arm/mach-s3c2410/mach-bast.c, written by
|
||||||
* Ben Dooks <ben@simtec.co.uk>
|
* Ben Dooks <ben@simtec.co.uk>
|
||||||
*
|
*
|
||||||
* 10-Mar-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
|
|
||||||
* 20-Sep-2005 BJD Added static to non-exported items
|
|
||||||
* 01-Apr-2006 BJD Moved init code to common smdk
|
|
||||||
*
|
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -112,7 +112,20 @@ static void __init smdk2413_machine_init(void)
|
||||||
smdk_machine_init();
|
smdk_machine_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START(S3C2413, "SMDK2413")
|
MACHINE_START(S3C2413, "S3C2413")
|
||||||
|
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
||||||
|
.phys_io = S3C2410_PA_UART,
|
||||||
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
|
.boot_params = S3C2410_SDRAM_PA + 0x100,
|
||||||
|
|
||||||
|
.fixup = smdk2413_fixup,
|
||||||
|
.init_irq = s3c24xx_init_irq,
|
||||||
|
.map_io = smdk2413_map_io,
|
||||||
|
.init_machine = smdk2413_machine_init,
|
||||||
|
.timer = &s3c24xx_timer,
|
||||||
|
MACHINE_END
|
||||||
|
|
||||||
|
MACHINE_START(SMDK2413, "SMDK2413")
|
||||||
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
/* Maintainer: Ben Dooks <ben@fluff.org> */
|
||||||
.phys_io = S3C2410_PA_UART,
|
.phys_io = S3C2410_PA_UART,
|
||||||
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
.io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc,
|
||||||
|
|
|
@ -10,25 +10,6 @@
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Modifications:
|
|
||||||
* 14-Sep-2004 BJD USB Power control
|
|
||||||
* 04-Sep-2004 BJD Added new uart init, and io init
|
|
||||||
* 21-Aug-2004 BJD Added struct s3c2410_board
|
|
||||||
* 06-Aug-2004 BJD Fixed call to time initialisation
|
|
||||||
* 05-Apr-2004 BJD Copied to make mach-vr1000.c
|
|
||||||
* 18-Oct-2004 BJD Updated board struct
|
|
||||||
* 04-Nov-2004 BJD Clock and serial configuration update
|
|
||||||
*
|
|
||||||
* 04-Jan-2005 BJD Updated uart init call
|
|
||||||
* 10-Jan-2005 BJD Removed include of s3c2410.h
|
|
||||||
* 14-Jan-2005 BJD Added clock init
|
|
||||||
* 15-Jan-2005 BJD Add serial port device definition
|
|
||||||
* 20-Jan-2005 BJD Use UPF_IOREMAP for ports
|
|
||||||
* 10-Feb-2005 BJD Added power-off capability
|
|
||||||
* 10-Mar-2005 LCVR Changed S3C2410_VA to S3C24XX_VA
|
|
||||||
* 14-Mar-2006 BJD void __iomem fixes
|
|
||||||
* 22-Jun-2006 BJD Added DM9000 platform information
|
|
||||||
* 20-Sep-2005 BJD Added static to non-exported items
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -17,10 +17,7 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*
|
*/
|
||||||
* Changelog
|
|
||||||
* 15-Jan-2006 LCVR Splitted from gpio.c, adding support for the S3C2400
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -9,14 +9,6 @@
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Modifications:
|
|
||||||
* 18-Aug-2004 BJD Created initial version
|
|
||||||
* 20-Aug-2004 BJD Added s3c2410_board struct
|
|
||||||
* 04-Sep-2004 BJD Added s3c2410_init_uarts() call
|
|
||||||
* 17-Oct-2004 BJD Moved board out to cpu
|
|
||||||
* 04-Jan-2005 BJD Changed uart init
|
|
||||||
* 10-Jan-2005 BJD Removed timer to cpu.h, moved 2410 specific bits here
|
|
||||||
* 14-Jan-2005 BJD Added s3c2410_init_clocks call
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_CPU_S3C2410
|
#ifdef CONFIG_CPU_S3C2410
|
||||||
|
|
|
@ -0,0 +1,130 @@
|
||||||
|
/* linux/arch/arm/mach-s3c2412/s3c2412-irq.c
|
||||||
|
*
|
||||||
|
* Copyright (c) 2006 Simtec Electronics
|
||||||
|
* Ben Dooks <ben@simtec.co.uk>
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/init.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/interrupt.h>
|
||||||
|
#include <linux/ioport.h>
|
||||||
|
#include <linux/ptrace.h>
|
||||||
|
#include <linux/sysdev.h>
|
||||||
|
|
||||||
|
#include <asm/hardware.h>
|
||||||
|
#include <asm/irq.h>
|
||||||
|
#include <asm/io.h>
|
||||||
|
|
||||||
|
#include <asm/mach/irq.h>
|
||||||
|
|
||||||
|
#include <asm/arch/regs-irq.h>
|
||||||
|
#include <asm/arch/regs-gpio.h>
|
||||||
|
|
||||||
|
#include "cpu.h"
|
||||||
|
#include "irq.h"
|
||||||
|
|
||||||
|
/* the s3c2412 changes the behaviour of IRQ_EINT0 through IRQ_EINT3 by
|
||||||
|
* having them turn up in both the INT* and the EINT* registers. Whilst
|
||||||
|
* both show the status, they both now need to be acked when the IRQs
|
||||||
|
* go off.
|
||||||
|
*/
|
||||||
|
|
||||||
|
static void
|
||||||
|
s3c2412_irq_mask(unsigned int irqno)
|
||||||
|
{
|
||||||
|
unsigned long bitval = 1UL << (irqno - IRQ_EINT0);
|
||||||
|
unsigned long mask;
|
||||||
|
|
||||||
|
mask = __raw_readl(S3C2410_INTMSK);
|
||||||
|
__raw_writel(mask | bitval, S3C2410_INTMSK);
|
||||||
|
|
||||||
|
mask = __raw_readl(S3C2412_EINTMASK);
|
||||||
|
__raw_writel(mask | bitval, S3C2412_EINTMASK);
|
||||||
|
}
|
||||||
|
|
||||||
|
static inline void
|
||||||
|
s3c2412_irq_ack(unsigned int irqno)
|
||||||
|
{
|
||||||
|
unsigned long bitval = 1UL << (irqno - IRQ_EINT0);
|
||||||
|
|
||||||
|
__raw_writel(bitval, S3C2412_EINTPEND);
|
||||||
|
__raw_writel(bitval, S3C2410_SRCPND);
|
||||||
|
__raw_writel(bitval, S3C2410_INTPND);
|
||||||
|
}
|
||||||
|
|
||||||
|
static inline void
|
||||||
|
s3c2412_irq_maskack(unsigned int irqno)
|
||||||
|
{
|
||||||
|
unsigned long bitval = 1UL << (irqno - IRQ_EINT0);
|
||||||
|
unsigned long mask;
|
||||||
|
|
||||||
|
mask = __raw_readl(S3C2410_INTMSK);
|
||||||
|
__raw_writel(mask|bitval, S3C2410_INTMSK);
|
||||||
|
|
||||||
|
mask = __raw_readl(S3C2412_EINTMASK);
|
||||||
|
__raw_writel(mask | bitval, S3C2412_EINTMASK);
|
||||||
|
|
||||||
|
__raw_writel(bitval, S3C2412_EINTPEND);
|
||||||
|
__raw_writel(bitval, S3C2410_SRCPND);
|
||||||
|
__raw_writel(bitval, S3C2410_INTPND);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
s3c2412_irq_unmask(unsigned int irqno)
|
||||||
|
{
|
||||||
|
unsigned long bitval = 1UL << (irqno - IRQ_EINT0);
|
||||||
|
unsigned long mask;
|
||||||
|
|
||||||
|
mask = __raw_readl(S3C2412_EINTMASK);
|
||||||
|
__raw_writel(mask & ~bitval, S3C2412_EINTMASK);
|
||||||
|
|
||||||
|
mask = __raw_readl(S3C2410_INTMSK);
|
||||||
|
__raw_writel(mask & ~bitval, S3C2410_INTMSK);
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct irqchip s3c2412_irq_eint0t4 = {
|
||||||
|
.ack = s3c2412_irq_ack,
|
||||||
|
.mask = s3c2412_irq_mask,
|
||||||
|
.unmask = s3c2412_irq_unmask,
|
||||||
|
.set_wake = s3c_irq_wake,
|
||||||
|
.set_type = s3c_irqext_type,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int s3c2412_irq_add(struct sys_device *sysdev)
|
||||||
|
{
|
||||||
|
unsigned int irqno;
|
||||||
|
|
||||||
|
for (irqno = IRQ_EINT0; irqno <= IRQ_EINT3; irqno++) {
|
||||||
|
set_irq_chip(irqno, &s3c2412_irq_eint0t4);
|
||||||
|
set_irq_handler(irqno, do_edge_IRQ);
|
||||||
|
set_irq_flags(irqno, IRQF_VALID);
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct sysdev_driver s3c2412_irq_driver = {
|
||||||
|
.add = s3c2412_irq_add,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int s3c2412_irq_init(void)
|
||||||
|
{
|
||||||
|
return sysdev_driver_register(&s3c2412_sysclass, &s3c2412_irq_driver);
|
||||||
|
}
|
||||||
|
|
||||||
|
arch_initcall(s3c2412_irq_init);
|
|
@ -17,9 +17,6 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*
|
*
|
||||||
* Changelog:
|
|
||||||
* 25-Jul-2005 BJD Split from irq.c
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -17,9 +17,6 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*
|
*
|
||||||
* Changelog:
|
|
||||||
* 25-Jul-2005 BJD Split from irq.c
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@ -122,21 +119,24 @@ static int s3c244x_irq_add(struct sys_device *sysdev)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct sysdev_driver s3c244x_irq_driver = {
|
static struct sysdev_driver s3c2440_irq_driver = {
|
||||||
.add = s3c244x_irq_add,
|
.add = s3c244x_irq_add,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int s3c2440_irq_init(void)
|
static int s3c2440_irq_init(void)
|
||||||
{
|
{
|
||||||
return sysdev_driver_register(&s3c2440_sysclass, &s3c244x_irq_driver);
|
return sysdev_driver_register(&s3c2440_sysclass, &s3c2440_irq_driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
arch_initcall(s3c2440_irq_init);
|
arch_initcall(s3c2440_irq_init);
|
||||||
|
|
||||||
|
static struct sysdev_driver s3c2442_irq_driver = {
|
||||||
|
.add = s3c244x_irq_add,
|
||||||
|
};
|
||||||
|
|
||||||
static int s3c2442_irq_init(void)
|
static int s3c2442_irq_init(void)
|
||||||
{
|
{
|
||||||
return sysdev_driver_register(&s3c2442_sysclass, &s3c244x_irq_driver);
|
return sysdev_driver_register(&s3c2442_sysclass, &s3c2442_irq_driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
arch_initcall(s3c2442_irq_init);
|
arch_initcall(s3c2442_irq_init);
|
||||||
|
|
|
@ -87,6 +87,32 @@ void flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr, unsig
|
||||||
if (cache_is_vipt_aliasing())
|
if (cache_is_vipt_aliasing())
|
||||||
flush_pfn_alias(pfn, user_addr);
|
flush_pfn_alias(pfn, user_addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void flush_ptrace_access(struct vm_area_struct *vma, struct page *page,
|
||||||
|
unsigned long uaddr, void *kaddr,
|
||||||
|
unsigned long len, int write)
|
||||||
|
{
|
||||||
|
if (cache_is_vivt()) {
|
||||||
|
if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) {
|
||||||
|
unsigned long addr = (unsigned long)kaddr;
|
||||||
|
__cpuc_coherent_kern_range(addr, addr + len);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (cache_is_vipt_aliasing()) {
|
||||||
|
flush_pfn_alias(page_to_pfn(page), uaddr);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* VIPT non-aliasing cache */
|
||||||
|
if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask) &&
|
||||||
|
vma->vm_flags | VM_EXEC) {
|
||||||
|
unsigned long addr = (unsigned long)kaddr;
|
||||||
|
/* only flushing the kernel mapping on non-aliasing VIPT */
|
||||||
|
__cpuc_coherent_kern_range(addr, addr + len);
|
||||||
|
}
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
#define flush_pfn_alias(pfn,vaddr) do { } while (0)
|
#define flush_pfn_alias(pfn,vaddr) do { } while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -480,7 +480,7 @@ __arm926_proc_info:
|
||||||
b __arm926_setup
|
b __arm926_setup
|
||||||
.long cpu_arch_name
|
.long cpu_arch_name
|
||||||
.long cpu_elf_name
|
.long cpu_elf_name
|
||||||
.long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP|HWCAP_JAVA
|
.long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_VFP|HWCAP_EDSP|HWCAP_JAVA
|
||||||
.long cpu_arm926_name
|
.long cpu_arm926_name
|
||||||
.long arm926_processor_functions
|
.long arm926_processor_functions
|
||||||
.long v4wbi_tlb_fns
|
.long v4wbi_tlb_fns
|
||||||
|
|
|
@ -156,7 +156,7 @@ struct vfp_single {
|
||||||
};
|
};
|
||||||
|
|
||||||
extern s32 vfp_get_float(unsigned int reg);
|
extern s32 vfp_get_float(unsigned int reg);
|
||||||
extern void vfp_put_float(unsigned int reg, s32 val);
|
extern void vfp_put_float(s32 val, unsigned int reg);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* VFP_SINGLE_MANTISSA_BITS - number of bits in the mantissa
|
* VFP_SINGLE_MANTISSA_BITS - number of bits in the mantissa
|
||||||
|
@ -267,7 +267,7 @@ struct vfp_double {
|
||||||
*/
|
*/
|
||||||
#define VFP_REG_ZERO 16
|
#define VFP_REG_ZERO 16
|
||||||
extern u64 vfp_get_double(unsigned int reg);
|
extern u64 vfp_get_double(unsigned int reg);
|
||||||
extern void vfp_put_double(unsigned int reg, u64 val);
|
extern void vfp_put_double(u64 val, unsigned int reg);
|
||||||
|
|
||||||
#define VFP_DOUBLE_MANTISSA_BITS (52)
|
#define VFP_DOUBLE_MANTISSA_BITS (52)
|
||||||
#define VFP_DOUBLE_EXPONENT_BITS (11)
|
#define VFP_DOUBLE_EXPONENT_BITS (11)
|
||||||
|
@ -341,12 +341,6 @@ static inline int vfp_double_type(struct vfp_double *s)
|
||||||
|
|
||||||
u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func);
|
u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func);
|
||||||
|
|
||||||
/*
|
|
||||||
* System registers
|
|
||||||
*/
|
|
||||||
extern u32 vfp_get_sys(unsigned int reg);
|
|
||||||
extern void vfp_put_sys(unsigned int reg, u32 val);
|
|
||||||
|
|
||||||
u32 vfp_estimate_sqrt_significand(u32 exponent, u32 significand);
|
u32 vfp_estimate_sqrt_significand(u32 exponent, u32 significand);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -195,7 +195,7 @@ u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exce
|
||||||
s64 d = vfp_double_pack(vd);
|
s64 d = vfp_double_pack(vd);
|
||||||
pr_debug("VFP: %s: d(d%d)=%016llx exceptions=%08x\n", func,
|
pr_debug("VFP: %s: d(d%d)=%016llx exceptions=%08x\n", func,
|
||||||
dd, d, exceptions);
|
dd, d, exceptions);
|
||||||
vfp_put_double(dd, d);
|
vfp_put_double(d, dd);
|
||||||
}
|
}
|
||||||
return exceptions;
|
return exceptions;
|
||||||
}
|
}
|
||||||
|
@ -250,19 +250,19 @@ vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn,
|
||||||
*/
|
*/
|
||||||
static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr)
|
static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr)
|
||||||
{
|
{
|
||||||
vfp_put_double(dd, vfp_double_packed_abs(vfp_get_double(dm)));
|
vfp_put_double(vfp_double_packed_abs(vfp_get_double(dm)), dd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr)
|
static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr)
|
||||||
{
|
{
|
||||||
vfp_put_double(dd, vfp_get_double(dm));
|
vfp_put_double(vfp_get_double(dm), dd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr)
|
static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr)
|
||||||
{
|
{
|
||||||
vfp_put_double(dd, vfp_double_packed_negate(vfp_get_double(dm)));
|
vfp_put_double(vfp_double_packed_negate(vfp_get_double(dm)), dd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -287,7 +287,7 @@ static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr)
|
||||||
vdp = &vfp_double_default_qnan;
|
vdp = &vfp_double_default_qnan;
|
||||||
ret = FPSCR_IOC;
|
ret = FPSCR_IOC;
|
||||||
}
|
}
|
||||||
vfp_put_double(dd, vfp_double_pack(vdp));
|
vfp_put_double(vfp_double_pack(vdp), dd);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -476,7 +476,7 @@ static u32 vfp_double_fcvts(int sd, int unused, int dm, u32 fpscr)
|
||||||
return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts");
|
return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts");
|
||||||
|
|
||||||
pack_nan:
|
pack_nan:
|
||||||
vfp_put_float(sd, vfp_single_pack(&vsd));
|
vfp_put_float(vfp_single_pack(&vsd), sd);
|
||||||
return exceptions;
|
return exceptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -573,7 +573,7 @@ static u32 vfp_double_ftoui(int sd, int unused, int dm, u32 fpscr)
|
||||||
|
|
||||||
pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
||||||
|
|
||||||
vfp_put_float(sd, d);
|
vfp_put_float(d, sd);
|
||||||
|
|
||||||
return exceptions;
|
return exceptions;
|
||||||
}
|
}
|
||||||
|
@ -648,7 +648,7 @@ static u32 vfp_double_ftosi(int sd, int unused, int dm, u32 fpscr)
|
||||||
|
|
||||||
pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
||||||
|
|
||||||
vfp_put_float(sd, (s32)d);
|
vfp_put_float((s32)d, sd);
|
||||||
|
|
||||||
return exceptions;
|
return exceptions;
|
||||||
}
|
}
|
||||||
|
@ -1084,7 +1084,7 @@ static u32 vfp_double_fdiv(int dd, int dn, int dm, u32 fpscr)
|
||||||
vdn_nan:
|
vdn_nan:
|
||||||
exceptions = vfp_propagate_nan(&vdd, &vdn, &vdm, fpscr);
|
exceptions = vfp_propagate_nan(&vdd, &vdn, &vdm, fpscr);
|
||||||
pack:
|
pack:
|
||||||
vfp_put_double(dd, vfp_double_pack(&vdd));
|
vfp_put_double(vfp_double_pack(&vdd), dd);
|
||||||
return exceptions;
|
return exceptions;
|
||||||
|
|
||||||
vdm_nan:
|
vdm_nan:
|
||||||
|
@ -1104,7 +1104,7 @@ static u32 vfp_double_fdiv(int dd, int dn, int dm, u32 fpscr)
|
||||||
goto pack;
|
goto pack;
|
||||||
|
|
||||||
invalid:
|
invalid:
|
||||||
vfp_put_double(dd, vfp_double_pack(&vfp_double_default_qnan));
|
vfp_put_double(vfp_double_pack(&vfp_double_default_qnan), dd);
|
||||||
return FPSCR_IOC;
|
return FPSCR_IOC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -178,12 +178,12 @@ vfp_get_float:
|
||||||
|
|
||||||
.globl vfp_put_float
|
.globl vfp_put_float
|
||||||
vfp_put_float:
|
vfp_put_float:
|
||||||
add pc, pc, r0, lsl #3
|
add pc, pc, r1, lsl #3
|
||||||
mov r0, r0
|
mov r0, r0
|
||||||
.irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
.irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
||||||
mcr p10, 0, r1, c\dr, c0, 0 @ fmsr r0, s0
|
mcr p10, 0, r0, c\dr, c0, 0 @ fmsr r0, s0
|
||||||
mov pc, lr
|
mov pc, lr
|
||||||
mcr p10, 0, r1, c\dr, c0, 4 @ fmsr r0, s1
|
mcr p10, 0, r0, c\dr, c0, 4 @ fmsr r0, s1
|
||||||
mov pc, lr
|
mov pc, lr
|
||||||
.endr
|
.endr
|
||||||
|
|
||||||
|
@ -203,9 +203,9 @@ vfp_get_double:
|
||||||
|
|
||||||
.globl vfp_put_double
|
.globl vfp_put_double
|
||||||
vfp_put_double:
|
vfp_put_double:
|
||||||
add pc, pc, r0, lsl #3
|
add pc, pc, r2, lsl #3
|
||||||
mov r0, r0
|
mov r0, r0
|
||||||
.irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
.irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
||||||
fmdrr d\dr, r1, r2
|
fmdrr d\dr, r0, r1
|
||||||
mov pc, lr
|
mov pc, lr
|
||||||
.endr
|
.endr
|
||||||
|
|
|
@ -200,7 +200,7 @@ u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exce
|
||||||
s32 d = vfp_single_pack(vs);
|
s32 d = vfp_single_pack(vs);
|
||||||
pr_debug("VFP: %s: d(s%d)=%08x exceptions=%08x\n", func,
|
pr_debug("VFP: %s: d(s%d)=%08x exceptions=%08x\n", func,
|
||||||
sd, d, exceptions);
|
sd, d, exceptions);
|
||||||
vfp_put_float(sd, d);
|
vfp_put_float(d, sd);
|
||||||
}
|
}
|
||||||
|
|
||||||
return exceptions;
|
return exceptions;
|
||||||
|
@ -257,19 +257,19 @@ vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn,
|
||||||
*/
|
*/
|
||||||
static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr)
|
static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr)
|
||||||
{
|
{
|
||||||
vfp_put_float(sd, vfp_single_packed_abs(m));
|
vfp_put_float(vfp_single_packed_abs(m), sd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr)
|
static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr)
|
||||||
{
|
{
|
||||||
vfp_put_float(sd, m);
|
vfp_put_float(m, sd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr)
|
static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr)
|
||||||
{
|
{
|
||||||
vfp_put_float(sd, vfp_single_packed_negate(m));
|
vfp_put_float(vfp_single_packed_negate(m), sd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -333,7 +333,7 @@ static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr)
|
||||||
vsp = &vfp_single_default_qnan;
|
vsp = &vfp_single_default_qnan;
|
||||||
ret = FPSCR_IOC;
|
ret = FPSCR_IOC;
|
||||||
}
|
}
|
||||||
vfp_put_float(sd, vfp_single_pack(vsp));
|
vfp_put_float(vfp_single_pack(vsp), sd);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -517,7 +517,7 @@ static u32 vfp_single_fcvtd(int dd, int unused, s32 m, u32 fpscr)
|
||||||
return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fcvtd");
|
return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fcvtd");
|
||||||
|
|
||||||
pack_nan:
|
pack_nan:
|
||||||
vfp_put_double(dd, vfp_double_pack(&vdd));
|
vfp_put_double(vfp_double_pack(&vdd), dd);
|
||||||
return exceptions;
|
return exceptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -613,7 +613,7 @@ static u32 vfp_single_ftoui(int sd, int unused, s32 m, u32 fpscr)
|
||||||
|
|
||||||
pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
||||||
|
|
||||||
vfp_put_float(sd, d);
|
vfp_put_float(d, sd);
|
||||||
|
|
||||||
return exceptions;
|
return exceptions;
|
||||||
}
|
}
|
||||||
|
@ -692,7 +692,7 @@ static u32 vfp_single_ftosi(int sd, int unused, s32 m, u32 fpscr)
|
||||||
|
|
||||||
pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions);
|
||||||
|
|
||||||
vfp_put_float(sd, (s32)d);
|
vfp_put_float((s32)d, sd);
|
||||||
|
|
||||||
return exceptions;
|
return exceptions;
|
||||||
}
|
}
|
||||||
|
@ -1127,7 +1127,7 @@ static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr)
|
||||||
vsn_nan:
|
vsn_nan:
|
||||||
exceptions = vfp_propagate_nan(&vsd, &vsn, &vsm, fpscr);
|
exceptions = vfp_propagate_nan(&vsd, &vsn, &vsm, fpscr);
|
||||||
pack:
|
pack:
|
||||||
vfp_put_float(sd, vfp_single_pack(&vsd));
|
vfp_put_float(vfp_single_pack(&vsd), sd);
|
||||||
return exceptions;
|
return exceptions;
|
||||||
|
|
||||||
vsm_nan:
|
vsm_nan:
|
||||||
|
@ -1147,7 +1147,7 @@ static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr)
|
||||||
goto pack;
|
goto pack;
|
||||||
|
|
||||||
invalid:
|
invalid:
|
||||||
vfp_put_float(sd, vfp_single_pack(&vfp_single_default_qnan));
|
vfp_put_float(vfp_single_pack(&vfp_single_default_qnan), sd);
|
||||||
return FPSCR_IOC;
|
return FPSCR_IOC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,10 @@ config GENERIC_HARDIRQS
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config GENERIC_TIME
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
config TIME_LOW_RES
|
config TIME_LOW_RES
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
|
|
||||||
#define TICK_SIZE (tick_nsec / 1000)
|
#define TICK_SIZE (tick_nsec / 1000)
|
||||||
|
|
||||||
extern unsigned long wall_jiffies;
|
|
||||||
|
|
||||||
unsigned long __nongprelbss __clkin_clock_speed_HZ;
|
unsigned long __nongprelbss __clkin_clock_speed_HZ;
|
||||||
unsigned long __nongprelbss __ext_bus_clock_speed_HZ;
|
unsigned long __nongprelbss __ext_bus_clock_speed_HZ;
|
||||||
unsigned long __nongprelbss __res_bus_clock_speed_HZ;
|
unsigned long __nongprelbss __res_bus_clock_speed_HZ;
|
||||||
|
@ -144,85 +142,6 @@ void time_init(void)
|
||||||
time_divisor_init();
|
time_divisor_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* This version of gettimeofday has near microsecond resolution.
|
|
||||||
*/
|
|
||||||
void do_gettimeofday(struct timeval *tv)
|
|
||||||
{
|
|
||||||
unsigned long seq;
|
|
||||||
unsigned long usec, sec;
|
|
||||||
unsigned long max_ntp_tick;
|
|
||||||
|
|
||||||
do {
|
|
||||||
unsigned long lost;
|
|
||||||
|
|
||||||
seq = read_seqbegin(&xtime_lock);
|
|
||||||
|
|
||||||
usec = 0;
|
|
||||||
lost = jiffies - wall_jiffies;
|
|
||||||
|
|
||||||
/*
|
|
||||||
* If time_adjust is negative then NTP is slowing the clock
|
|
||||||
* so make sure not to go into next possible interval.
|
|
||||||
* Better to lose some accuracy than have time go backwards..
|
|
||||||
*/
|
|
||||||
if (unlikely(time_adjust < 0)) {
|
|
||||||
max_ntp_tick = (USEC_PER_SEC / HZ) - tickadj;
|
|
||||||
usec = min(usec, max_ntp_tick);
|
|
||||||
|
|
||||||
if (lost)
|
|
||||||
usec += lost * max_ntp_tick;
|
|
||||||
}
|
|
||||||
else if (unlikely(lost))
|
|
||||||
usec += lost * (USEC_PER_SEC / HZ);
|
|
||||||
|
|
||||||
sec = xtime.tv_sec;
|
|
||||||
usec += (xtime.tv_nsec / 1000);
|
|
||||||
} while (read_seqretry(&xtime_lock, seq));
|
|
||||||
|
|
||||||
while (usec >= 1000000) {
|
|
||||||
usec -= 1000000;
|
|
||||||
sec++;
|
|
||||||
}
|
|
||||||
|
|
||||||
tv->tv_sec = sec;
|
|
||||||
tv->tv_usec = usec;
|
|
||||||
}
|
|
||||||
|
|
||||||
EXPORT_SYMBOL(do_gettimeofday);
|
|
||||||
|
|
||||||
int do_settimeofday(struct timespec *tv)
|
|
||||||
{
|
|
||||||
time_t wtm_sec, sec = tv->tv_sec;
|
|
||||||
long wtm_nsec, nsec = tv->tv_nsec;
|
|
||||||
|
|
||||||
if ((unsigned long)tv->tv_nsec >= NSEC_PER_SEC)
|
|
||||||
return -EINVAL;
|
|
||||||
|
|
||||||
write_seqlock_irq(&xtime_lock);
|
|
||||||
/*
|
|
||||||
* This is revolting. We need to set "xtime" correctly. However, the
|
|
||||||
* value in this location is the value at the most recent update of
|
|
||||||
* wall time. Discover what correction gettimeofday() would have
|
|
||||||
* made, and then undo it!
|
|
||||||
*/
|
|
||||||
nsec -= 0 * NSEC_PER_USEC;
|
|
||||||
nsec -= (jiffies - wall_jiffies) * TICK_NSEC;
|
|
||||||
|
|
||||||
wtm_sec = wall_to_monotonic.tv_sec + (xtime.tv_sec - sec);
|
|
||||||
wtm_nsec = wall_to_monotonic.tv_nsec + (xtime.tv_nsec - nsec);
|
|
||||||
|
|
||||||
set_normalized_timespec(&xtime, sec, nsec);
|
|
||||||
set_normalized_timespec(&wall_to_monotonic, wtm_sec, wtm_nsec);
|
|
||||||
|
|
||||||
ntp_clear();
|
|
||||||
write_sequnlock_irq(&xtime_lock);
|
|
||||||
clock_was_set();
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
EXPORT_SYMBOL(do_settimeofday);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Scheduler clock - returns current time in nanosec units.
|
* Scheduler clock - returns current time in nanosec units.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -39,7 +39,6 @@ obj-$(CONFIG_VM86) += vm86.o
|
||||||
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
||||||
obj-$(CONFIG_HPET_TIMER) += hpet.o
|
obj-$(CONFIG_HPET_TIMER) += hpet.o
|
||||||
obj-$(CONFIG_K8_NB) += k8.o
|
obj-$(CONFIG_K8_NB) += k8.o
|
||||||
obj-$(CONFIG_AUDIT) += audit.o
|
|
||||||
|
|
||||||
EXTRA_AFLAGS := -traditional
|
EXTRA_AFLAGS := -traditional
|
||||||
|
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
#include <linux/init.h>
|
|
||||||
#include <linux/types.h>
|
|
||||||
#include <linux/audit.h>
|
|
||||||
#include <asm/unistd.h>
|
|
||||||
|
|
||||||
static unsigned dir_class[] = {
|
|
||||||
#include <asm-generic/audit_dir_write.h>
|
|
||||||
~0U
|
|
||||||
};
|
|
||||||
|
|
||||||
static unsigned chattr_class[] = {
|
|
||||||
#include <asm-generic/audit_change_attr.h>
|
|
||||||
~0U
|
|
||||||
};
|
|
||||||
|
|
||||||
static int __init audit_classes_init(void)
|
|
||||||
{
|
|
||||||
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
|
||||||
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
__initcall(audit_classes_init);
|
|
|
@ -35,7 +35,7 @@ static int __init init_hpet_clocksource(void)
|
||||||
void __iomem* hpet_base;
|
void __iomem* hpet_base;
|
||||||
u64 tmp;
|
u64 tmp;
|
||||||
|
|
||||||
if (!hpet_address)
|
if (!is_hpet_enabled())
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
/* calculate the hpet address: */
|
/* calculate the hpet address: */
|
||||||
|
|
|
@ -75,6 +75,10 @@ config DMA_IS_NORMAL
|
||||||
depends on IA64_SGI_SN2
|
depends on IA64_SGI_SN2
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config AUDIT_ARCH
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "System type"
|
prompt "System type"
|
||||||
default IA64_GENERIC
|
default IA64_GENERIC
|
||||||
|
|
|
@ -9,3 +9,29 @@ unsigned ia32_chattr_class[] = {
|
||||||
#include <asm-generic/audit_change_attr.h>
|
#include <asm-generic/audit_change_attr.h>
|
||||||
~0U
|
~0U
|
||||||
};
|
};
|
||||||
|
|
||||||
|
unsigned ia32_write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned ia32_read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int ia32_classify_syscall(unsigned syscall)
|
||||||
|
{
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -8,19 +8,54 @@ static unsigned dir_class[] = {
|
||||||
~0U
|
~0U
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static unsigned read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
static unsigned chattr_class[] = {
|
static unsigned chattr_class[] = {
|
||||||
#include <asm-generic/audit_change_attr.h>
|
#include <asm-generic/audit_change_attr.h>
|
||||||
~0U
|
~0U
|
||||||
};
|
};
|
||||||
|
|
||||||
|
int audit_classify_syscall(int abi, unsigned syscall)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_IA32_SUPPORT
|
||||||
|
extern int ia32_classify_syscall(unsigned);
|
||||||
|
if (abi == AUDIT_ARCH_I386)
|
||||||
|
return ia32_classify_syscall(syscall);
|
||||||
|
#endif
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static int __init audit_classes_init(void)
|
static int __init audit_classes_init(void)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_IA32_SUPPORT
|
#ifdef CONFIG_IA32_SUPPORT
|
||||||
extern __u32 ia32_dir_class[];
|
extern __u32 ia32_dir_class[];
|
||||||
|
extern __u32 ia32_write_class[];
|
||||||
|
extern __u32 ia32_read_class[];
|
||||||
extern __u32 ia32_chattr_class[];
|
extern __u32 ia32_chattr_class[];
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE_32, ia32_write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ_32, ia32_read_class);
|
||||||
audit_register_class(AUDIT_CLASS_DIR_WRITE_32, ia32_dir_class);
|
audit_register_class(AUDIT_CLASS_DIR_WRITE_32, ia32_dir_class);
|
||||||
audit_register_class(AUDIT_CLASS_CHATTR_32, ia32_chattr_class);
|
audit_register_class(AUDIT_CLASS_CHATTR_32, ia32_chattr_class);
|
||||||
#endif
|
#endif
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE, write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ, read_class);
|
||||||
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
||||||
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -1605,8 +1605,8 @@ sys_call_table:
|
||||||
data8 sys_ni_syscall // 1295 reserved for ppoll
|
data8 sys_ni_syscall // 1295 reserved for ppoll
|
||||||
data8 sys_unshare
|
data8 sys_unshare
|
||||||
data8 sys_splice
|
data8 sys_splice
|
||||||
data8 sys_set_robust_list
|
data8 sys_ni_syscall // reserved for set_robust_list
|
||||||
data8 sys_get_robust_list
|
data8 sys_ni_syscall // reserved for get_robust_list
|
||||||
data8 sys_sync_file_range // 1300
|
data8 sys_sync_file_range // 1300
|
||||||
data8 sys_tee
|
data8 sys_tee
|
||||||
data8 sys_vmsplice
|
data8 sys_vmsplice
|
||||||
|
|
|
@ -197,6 +197,11 @@ start_ap:
|
||||||
;;
|
;;
|
||||||
srlz.i
|
srlz.i
|
||||||
;;
|
;;
|
||||||
|
{
|
||||||
|
flushrs // must be first insn in group
|
||||||
|
srlz.i
|
||||||
|
}
|
||||||
|
;;
|
||||||
/*
|
/*
|
||||||
* Save the region registers, predicate before they get clobbered
|
* Save the region registers, predicate before they get clobbered
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4936,13 +4936,15 @@ abort_locked:
|
||||||
if (likely(ctx)) {
|
if (likely(ctx)) {
|
||||||
DPRINT(("context unlocked\n"));
|
DPRINT(("context unlocked\n"));
|
||||||
UNPROTECT_CTX(ctx, flags);
|
UNPROTECT_CTX(ctx, flags);
|
||||||
fput(file);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* copy argument back to user, if needed */
|
/* copy argument back to user, if needed */
|
||||||
if (call_made && PFM_CMD_RW_ARG(cmd) && copy_to_user(arg, args_k, base_sz*count)) ret = -EFAULT;
|
if (call_made && PFM_CMD_RW_ARG(cmd) && copy_to_user(arg, args_k, base_sz*count)) ret = -EFAULT;
|
||||||
|
|
||||||
error_args:
|
error_args:
|
||||||
|
if (file)
|
||||||
|
fput(file);
|
||||||
|
|
||||||
kfree(args_k);
|
kfree(args_k);
|
||||||
|
|
||||||
DPRINT(("cmd=%s ret=%ld\n", PFM_CMD_NAME(cmd), ret));
|
DPRINT(("cmd=%s ret=%ld\n", PFM_CMD_NAME(cmd), ret));
|
||||||
|
|
|
@ -163,10 +163,25 @@ sys_pipe (void)
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int ia64_mmap_check(unsigned long addr, unsigned long len,
|
||||||
|
unsigned long flags)
|
||||||
|
{
|
||||||
|
unsigned long roff;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Don't permit mappings into unmapped space, the virtual page table
|
||||||
|
* of a region, or across a region boundary. Note: RGN_MAP_LIMIT is
|
||||||
|
* equal to 2^n-PAGE_SIZE (for some integer n <= 61) and len > 0.
|
||||||
|
*/
|
||||||
|
roff = REGION_OFFSET(addr);
|
||||||
|
if ((len > RGN_MAP_LIMIT) || (roff > (RGN_MAP_LIMIT - len)))
|
||||||
|
return -EINVAL;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
static inline unsigned long
|
static inline unsigned long
|
||||||
do_mmap2 (unsigned long addr, unsigned long len, int prot, int flags, int fd, unsigned long pgoff)
|
do_mmap2 (unsigned long addr, unsigned long len, int prot, int flags, int fd, unsigned long pgoff)
|
||||||
{
|
{
|
||||||
unsigned long roff;
|
|
||||||
struct file *file = NULL;
|
struct file *file = NULL;
|
||||||
|
|
||||||
flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);
|
flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);
|
||||||
|
@ -188,17 +203,6 @@ do_mmap2 (unsigned long addr, unsigned long len, int prot, int flags, int fd, un
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Don't permit mappings into unmapped space, the virtual page table of a region,
|
|
||||||
* or across a region boundary. Note: RGN_MAP_LIMIT is equal to 2^n-PAGE_SIZE
|
|
||||||
* (for some integer n <= 61) and len > 0.
|
|
||||||
*/
|
|
||||||
roff = REGION_OFFSET(addr);
|
|
||||||
if ((len > RGN_MAP_LIMIT) || (roff > (RGN_MAP_LIMIT - len))) {
|
|
||||||
addr = -EINVAL;
|
|
||||||
goto out;
|
|
||||||
}
|
|
||||||
|
|
||||||
down_write(¤t->mm->mmap_sem);
|
down_write(¤t->mm->mmap_sem);
|
||||||
addr = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
|
addr = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
|
||||||
up_write(¤t->mm->mmap_sem);
|
up_write(¤t->mm->mmap_sem);
|
||||||
|
|
|
@ -565,7 +565,7 @@ static void __init sn_init_pdas(char **cmdline_p)
|
||||||
* Also sets up a few fields in the nodepda. Also known as
|
* Also sets up a few fields in the nodepda. Also known as
|
||||||
* platform_cpu_init() by the ia64 machvec code.
|
* platform_cpu_init() by the ia64 machvec code.
|
||||||
*/
|
*/
|
||||||
void __init sn_cpu_init(void)
|
void __cpuinit sn_cpu_init(void)
|
||||||
{
|
{
|
||||||
int cpuid;
|
int cpuid;
|
||||||
int cpuphyid;
|
int cpuphyid;
|
||||||
|
|
|
@ -95,6 +95,10 @@ config GENERIC_TBSYNC
|
||||||
default y if PPC32 && SMP
|
default y if PPC32 && SMP
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config AUDIT_ARCH
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
config DEFAULT_UIMAGE
|
config DEFAULT_UIMAGE
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.17-rc6
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Thu Jun 22 15:28:36 2006
|
# Sun Sep 10 10:20:32 2006
|
||||||
#
|
#
|
||||||
CONFIG_PPC64=y
|
CONFIG_PPC64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
CONFIG_GENERIC_HWEIGHT=y
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
@ -35,6 +36,7 @@ CONFIG_PPC_STD_MMU=y
|
||||||
CONFIG_VIRT_CPU_ACCOUNTING=y
|
CONFIG_VIRT_CPU_ACCOUNTING=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_NR_CPUS=4
|
CONFIG_NR_CPUS=4
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -52,6 +54,7 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
# CONFIG_POSIX_MQUEUE is not set
|
# CONFIG_POSIX_MQUEUE is not set
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
|
@ -69,10 +72,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -119,7 +124,7 @@ CONFIG_PPC_MULTIPLATFORM=y
|
||||||
CONFIG_PPC_CELL=y
|
CONFIG_PPC_CELL=y
|
||||||
CONFIG_PPC_CELL_NATIVE=y
|
CONFIG_PPC_CELL_NATIVE=y
|
||||||
CONFIG_PPC_IBM_CELL_BLADE=y
|
CONFIG_PPC_IBM_CELL_BLADE=y
|
||||||
CONFIG_PPC_SYSTEMSIM=y
|
CONFIG_UDBG_RTAS_CONSOLE=y
|
||||||
# CONFIG_U3_DART is not set
|
# CONFIG_U3_DART is not set
|
||||||
CONFIG_PPC_RTAS=y
|
CONFIG_PPC_RTAS=y
|
||||||
# CONFIG_RTAS_ERROR_LOGGING is not set
|
# CONFIG_RTAS_ERROR_LOGGING is not set
|
||||||
|
@ -130,6 +135,7 @@ CONFIG_MMIO_NVRAM=y
|
||||||
# CONFIG_PPC_970_NAP is not set
|
# CONFIG_PPC_970_NAP is not set
|
||||||
# CONFIG_CPU_FREQ is not set
|
# CONFIG_CPU_FREQ is not set
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
# CONFIG_MPIC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Cell Broadband Engine options
|
# Cell Broadband Engine options
|
||||||
|
@ -154,6 +160,7 @@ CONFIG_BINFMT_ELF=y
|
||||||
CONFIG_BINFMT_MISC=m
|
CONFIG_BINFMT_MISC=m
|
||||||
CONFIG_FORCE_MAX_ZONEORDER=13
|
CONFIG_FORCE_MAX_ZONEORDER=13
|
||||||
# CONFIG_IOMMU_VMERGE is not set
|
# CONFIG_IOMMU_VMERGE is not set
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_KEXEC=y
|
CONFIG_KEXEC=y
|
||||||
# CONFIG_CRASH_DUMP is not set
|
# CONFIG_CRASH_DUMP is not set
|
||||||
CONFIG_IRQ_ALL_CPUS=y
|
CONFIG_IRQ_ALL_CPUS=y
|
||||||
|
@ -173,6 +180,7 @@ CONFIG_SPARSEMEM_EXTREME=y
|
||||||
CONFIG_MEMORY_HOTPLUG=y
|
CONFIG_MEMORY_HOTPLUG=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
CONFIG_MIGRATION=y
|
CONFIG_MIGRATION=y
|
||||||
|
CONFIG_RESOURCES_64BIT=y
|
||||||
CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
|
CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
|
||||||
CONFIG_ARCH_MEMORY_PROBE=y
|
CONFIG_ARCH_MEMORY_PROBE=y
|
||||||
# CONFIG_PPC_64K_PAGES is not set
|
# CONFIG_PPC_64K_PAGES is not set
|
||||||
|
@ -187,6 +195,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
# CONFIG_PPC_INDIRECT_PCI is not set
|
# CONFIG_PPC_INDIRECT_PCI is not set
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
|
@ -235,6 +244,8 @@ CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
# CONFIG_INET_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
CONFIG_INET_TUNNEL=y
|
CONFIG_INET_TUNNEL=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
|
@ -252,7 +263,10 @@ CONFIG_INET6_ESP=m
|
||||||
CONFIG_INET6_IPCOMP=m
|
CONFIG_INET6_IPCOMP=m
|
||||||
CONFIG_INET6_XFRM_TUNNEL=m
|
CONFIG_INET6_XFRM_TUNNEL=m
|
||||||
CONFIG_INET6_TUNNEL=m
|
CONFIG_INET6_TUNNEL=m
|
||||||
|
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET6_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_IPV6_TUNNEL=m
|
CONFIG_IPV6_TUNNEL=m
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
# CONFIG_NETFILTER_DEBUG is not set
|
# CONFIG_NETFILTER_DEBUG is not set
|
||||||
|
|
||||||
|
@ -277,6 +291,7 @@ CONFIG_IP_NF_TFTP=m
|
||||||
CONFIG_IP_NF_AMANDA=m
|
CONFIG_IP_NF_AMANDA=m
|
||||||
# CONFIG_IP_NF_PPTP is not set
|
# CONFIG_IP_NF_PPTP is not set
|
||||||
# CONFIG_IP_NF_H323 is not set
|
# CONFIG_IP_NF_H323 is not set
|
||||||
|
# CONFIG_IP_NF_SIP is not set
|
||||||
CONFIG_IP_NF_QUEUE=m
|
CONFIG_IP_NF_QUEUE=m
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -336,6 +351,7 @@ CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
CONFIG_FW_LOADER=y
|
CONFIG_FW_LOADER=y
|
||||||
# CONFIG_DEBUG_DRIVER is not set
|
# CONFIG_DEBUG_DRIVER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -372,6 +388,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=131072
|
CONFIG_BLK_DEV_RAM_SIZE=131072
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -449,8 +466,7 @@ CONFIG_MD_LINEAR=m
|
||||||
CONFIG_MD_RAID0=m
|
CONFIG_MD_RAID0=m
|
||||||
CONFIG_MD_RAID1=m
|
CONFIG_MD_RAID1=m
|
||||||
# CONFIG_MD_RAID10 is not set
|
# CONFIG_MD_RAID10 is not set
|
||||||
# CONFIG_MD_RAID5 is not set
|
# CONFIG_MD_RAID456 is not set
|
||||||
# CONFIG_MD_RAID6 is not set
|
|
||||||
# CONFIG_MD_MULTIPATH is not set
|
# CONFIG_MD_MULTIPATH is not set
|
||||||
# CONFIG_MD_FAULTY is not set
|
# CONFIG_MD_FAULTY is not set
|
||||||
CONFIG_BLK_DEV_DM=m
|
CONFIG_BLK_DEV_DM=m
|
||||||
|
@ -544,6 +560,7 @@ CONFIG_SPIDER_NET=m
|
||||||
# CONFIG_CHELSIO_T1 is not set
|
# CONFIG_CHELSIO_T1 is not set
|
||||||
# CONFIG_IXGB is not set
|
# CONFIG_IXGB is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
|
# CONFIG_MYRI10GE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
|
@ -620,6 +637,7 @@ CONFIG_SERIO_SERPORT=y
|
||||||
CONFIG_VT=y
|
CONFIG_VT=y
|
||||||
CONFIG_VT_CONSOLE=y
|
CONFIG_VT_CONSOLE=y
|
||||||
CONFIG_HW_CONSOLE=y
|
CONFIG_HW_CONSOLE=y
|
||||||
|
# CONFIG_VT_HW_CONSOLE_BINDING is not set
|
||||||
CONFIG_SERIAL_NONSTANDARD=y
|
CONFIG_SERIAL_NONSTANDARD=y
|
||||||
# CONFIG_COMPUTONE is not set
|
# CONFIG_COMPUTONE is not set
|
||||||
# CONFIG_ROCKETPORT is not set
|
# CONFIG_ROCKETPORT is not set
|
||||||
|
@ -680,6 +698,7 @@ CONFIG_WATCHDOG_RTAS=y
|
||||||
#
|
#
|
||||||
# CONFIG_PCIPCWATCHDOG is not set
|
# CONFIG_PCIPCWATCHDOG is not set
|
||||||
# CONFIG_WDTPCI is not set
|
# CONFIG_WDTPCI is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
# CONFIG_DTLK is not set
|
# CONFIG_DTLK is not set
|
||||||
|
@ -725,6 +744,7 @@ CONFIG_I2C_ALGOBIT=y
|
||||||
# CONFIG_I2C_I810 is not set
|
# CONFIG_I2C_I810 is not set
|
||||||
# CONFIG_I2C_PIIX4 is not set
|
# CONFIG_I2C_PIIX4 is not set
|
||||||
# CONFIG_I2C_NFORCE2 is not set
|
# CONFIG_I2C_NFORCE2 is not set
|
||||||
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PARPORT_LIGHT is not set
|
# CONFIG_I2C_PARPORT_LIGHT is not set
|
||||||
# CONFIG_I2C_PROSAVAGE is not set
|
# CONFIG_I2C_PROSAVAGE is not set
|
||||||
# CONFIG_I2C_SAVAGE4 is not set
|
# CONFIG_I2C_SAVAGE4 is not set
|
||||||
|
@ -761,7 +781,6 @@ CONFIG_I2C_ALGOBIT=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
|
@ -787,6 +806,7 @@ CONFIG_VIDEO_V4L2=y
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -794,6 +814,7 @@ CONFIG_VIDEO_V4L2=y
|
||||||
#
|
#
|
||||||
# CONFIG_VGA_CONSOLE is not set
|
# CONFIG_VGA_CONSOLE is not set
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
CONFIG_DUMMY_CONSOLE=y
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -841,6 +862,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
CONFIG_INFINIBAND=y
|
CONFIG_INFINIBAND=y
|
||||||
CONFIG_INFINIBAND_USER_MAD=m
|
CONFIG_INFINIBAND_USER_MAD=m
|
||||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||||
|
CONFIG_INFINIBAND_ADDR_TRANS=y
|
||||||
CONFIG_INFINIBAND_MTHCA=m
|
CONFIG_INFINIBAND_MTHCA=m
|
||||||
CONFIG_INFINIBAND_MTHCA_DEBUG=y
|
CONFIG_INFINIBAND_MTHCA_DEBUG=y
|
||||||
CONFIG_INFINIBAND_IPOIB=m
|
CONFIG_INFINIBAND_IPOIB=m
|
||||||
|
@ -856,6 +878,19 @@ CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
|
||||||
#
|
#
|
||||||
# CONFIG_RTC_CLASS is not set
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
@ -877,6 +912,7 @@ CONFIG_FS_POSIX_ACL=y
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
|
CONFIG_INOTIFY_USER=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_AUTOFS_FS is not set
|
||||||
|
@ -1034,6 +1070,9 @@ CONFIG_CRC32=y
|
||||||
# CONFIG_LIBCRC32C is not set
|
# CONFIG_LIBCRC32C is not set
|
||||||
CONFIG_ZLIB_INFLATE=m
|
CONFIG_ZLIB_INFLATE=m
|
||||||
CONFIG_ZLIB_DEFLATE=m
|
CONFIG_ZLIB_DEFLATE=m
|
||||||
|
CONFIG_TEXTSEARCH=y
|
||||||
|
CONFIG_TEXTSEARCH_KMP=m
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -1046,14 +1085,19 @@ CONFIG_ZLIB_DEFLATE=m
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=15
|
CONFIG_LOG_BUF_SHIFT=15
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_SLAB is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
CONFIG_DEBUG_MUTEXES=y
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
CONFIG_DEBUG_MUTEXES=y
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
CONFIG_DEBUG_SPINLOCK_SLEEP=y
|
CONFIG_DEBUG_SPINLOCK_SLEEP=y
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
CONFIG_DEBUG_FS=y
|
CONFIG_DEBUG_FS=y
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.17
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Mon Jul 3 12:08:41 2006
|
# Sun Sep 10 10:22:54 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
CONFIG_GENERIC_HWEIGHT=y
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
@ -42,6 +43,7 @@ CONFIG_PPC_STD_MMU=y
|
||||||
CONFIG_PPC_STD_MMU_32=y
|
CONFIG_PPC_STD_MMU_32=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_NR_CPUS=4
|
CONFIG_NR_CPUS=4
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -59,6 +61,7 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
CONFIG_POSIX_MQUEUE=y
|
CONFIG_POSIX_MQUEUE=y
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
|
@ -76,10 +79,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -126,7 +131,7 @@ CONFIG_PPC_CHRP=y
|
||||||
# CONFIG_PPC_PMAC is not set
|
# CONFIG_PPC_PMAC is not set
|
||||||
# CONFIG_PPC_CELL is not set
|
# CONFIG_PPC_CELL is not set
|
||||||
# CONFIG_PPC_CELL_NATIVE is not set
|
# CONFIG_PPC_CELL_NATIVE is not set
|
||||||
CONFIG_MPIC=y
|
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
||||||
CONFIG_PPC_RTAS=y
|
CONFIG_PPC_RTAS=y
|
||||||
# CONFIG_RTAS_ERROR_LOGGING is not set
|
# CONFIG_RTAS_ERROR_LOGGING is not set
|
||||||
CONFIG_RTAS_PROC=y
|
CONFIG_RTAS_PROC=y
|
||||||
|
@ -136,6 +141,7 @@ CONFIG_PPC_MPC106=y
|
||||||
# CONFIG_CPU_FREQ is not set
|
# CONFIG_CPU_FREQ is not set
|
||||||
# CONFIG_TAU is not set
|
# CONFIG_TAU is not set
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -151,6 +157,7 @@ CONFIG_PREEMPT_NONE=y
|
||||||
CONFIG_PREEMPT_BKL=y
|
CONFIG_PREEMPT_BKL=y
|
||||||
CONFIG_BINFMT_ELF=y
|
CONFIG_BINFMT_ELF=y
|
||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
# CONFIG_KEXEC is not set
|
# CONFIG_KEXEC is not set
|
||||||
CONFIG_IRQ_ALL_CPUS=y
|
CONFIG_IRQ_ALL_CPUS=y
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
|
@ -162,6 +169,7 @@ CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
# CONFIG_RESOURCES_64BIT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
# CONFIG_CMDLINE_BOOL is not set
|
||||||
# CONFIG_PM is not set
|
# CONFIG_PM is not set
|
||||||
|
@ -173,6 +181,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
#
|
#
|
||||||
CONFIG_ISA=y
|
CONFIG_ISA=y
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
CONFIG_PPC_I8259=y
|
CONFIG_PPC_I8259=y
|
||||||
CONFIG_PPC_INDIRECT_PCI=y
|
CONFIG_PPC_INDIRECT_PCI=y
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
|
@ -366,6 +375,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
CONFIG_BLK_DEV_RAM_SIZE=4096
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -622,6 +632,7 @@ CONFIG_8139TOO=y
|
||||||
# CONFIG_TLAN is not set
|
# CONFIG_TLAN is not set
|
||||||
CONFIG_VIA_RHINE=y
|
CONFIG_VIA_RHINE=y
|
||||||
# CONFIG_VIA_RHINE_MMIO is not set
|
# CONFIG_VIA_RHINE_MMIO is not set
|
||||||
|
# CONFIG_VIA_RHINE_NAPI is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (1000 Mbit)
|
# Ethernet (1000 Mbit)
|
||||||
|
@ -751,6 +762,7 @@ CONFIG_SERIO_LIBPS2=y
|
||||||
CONFIG_VT=y
|
CONFIG_VT=y
|
||||||
CONFIG_VT_CONSOLE=y
|
CONFIG_VT_CONSOLE=y
|
||||||
CONFIG_HW_CONSOLE=y
|
CONFIG_HW_CONSOLE=y
|
||||||
|
# CONFIG_VT_HW_CONSOLE_BINDING is not set
|
||||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -783,6 +795,7 @@ CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# Watchdog Cards
|
# Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_NVRAM=y
|
CONFIG_NVRAM=y
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
|
@ -894,12 +907,12 @@ CONFIG_VIDEO_V4L2=y
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
CONFIG_FB_CFB_FILLRECT=y
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
CONFIG_FB_CFB_COPYAREA=y
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||||
CONFIG_FB_MACMODES=y
|
CONFIG_FB_MACMODES=y
|
||||||
CONFIG_FB_FIRMWARE_EDID=y
|
|
||||||
# CONFIG_FB_BACKLIGHT is not set
|
# CONFIG_FB_BACKLIGHT is not set
|
||||||
CONFIG_FB_MODE_HELPERS=y
|
CONFIG_FB_MODE_HELPERS=y
|
||||||
CONFIG_FB_TILEBLITTING=y
|
CONFIG_FB_TILEBLITTING=y
|
||||||
|
@ -1079,7 +1092,7 @@ CONFIG_USB_MON=y
|
||||||
# CONFIG_USB_LEGOTOWER is not set
|
# CONFIG_USB_LEGOTOWER is not set
|
||||||
# CONFIG_USB_LCD is not set
|
# CONFIG_USB_LCD is not set
|
||||||
# CONFIG_USB_LED is not set
|
# CONFIG_USB_LED is not set
|
||||||
# CONFIG_USB_CY7C63 is not set
|
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||||
# CONFIG_USB_CYTHERM is not set
|
# CONFIG_USB_CYTHERM is not set
|
||||||
# CONFIG_USB_PHIDGETKIT is not set
|
# CONFIG_USB_PHIDGETKIT is not set
|
||||||
# CONFIG_USB_PHIDGETSERVO is not set
|
# CONFIG_USB_PHIDGETSERVO is not set
|
||||||
|
@ -1305,6 +1318,7 @@ CONFIG_ZLIB_INFLATE=m
|
||||||
CONFIG_ZLIB_DEFLATE=m
|
CONFIG_ZLIB_DEFLATE=m
|
||||||
CONFIG_TEXTSEARCH=y
|
CONFIG_TEXTSEARCH=y
|
||||||
CONFIG_TEXTSEARCH_KMP=m
|
CONFIG_TEXTSEARCH_KMP=m
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -1316,14 +1330,19 @@ CONFIG_TEXTSEARCH_KMP=m
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=15
|
CONFIG_LOG_BUF_SHIFT=15
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_SLAB is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
CONFIG_DEBUG_MUTEXES=y
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
CONFIG_DEBUG_MUTEXES=y
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
CONFIG_DEBUG_SPINLOCK_SLEEP=y
|
CONFIG_DEBUG_SPINLOCK_SLEEP=y
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_HIGHMEM is not set
|
# CONFIG_DEBUG_HIGHMEM is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.18-rc3
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Tue Aug 8 09:12:29 2006
|
# Sun Sep 10 10:22:55 2006
|
||||||
#
|
#
|
||||||
CONFIG_PPC64=y
|
CONFIG_PPC64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -126,7 +126,6 @@ CONFIG_PPC_PMAC64=y
|
||||||
# CONFIG_PPC_IBM_CELL_BLADE is not set
|
# CONFIG_PPC_IBM_CELL_BLADE is not set
|
||||||
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
||||||
CONFIG_U3_DART=y
|
CONFIG_U3_DART=y
|
||||||
CONFIG_MPIC=y
|
|
||||||
# CONFIG_PPC_RTAS is not set
|
# CONFIG_PPC_RTAS is not set
|
||||||
# CONFIG_MMIO_NVRAM is not set
|
# CONFIG_MMIO_NVRAM is not set
|
||||||
CONFIG_MPIC_BROKEN_U3=y
|
CONFIG_MPIC_BROKEN_U3=y
|
||||||
|
@ -146,6 +145,7 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
||||||
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
|
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
|
||||||
CONFIG_CPU_FREQ_PMAC64=y
|
CONFIG_CPU_FREQ_PMAC64=y
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -192,6 +192,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
# CONFIG_PPC_INDIRECT_PCI is not set
|
# CONFIG_PPC_INDIRECT_PCI is not set
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
|
@ -772,7 +773,6 @@ CONFIG_HW_CONSOLE=y
|
||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
CONFIG_LEGACY_PTYS=y
|
CONFIG_LEGACY_PTYS=y
|
||||||
CONFIG_LEGACY_PTY_COUNT=256
|
CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# CONFIG_BRIQ_PANEL is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# IPMI
|
# IPMI
|
||||||
|
@ -1195,7 +1195,6 @@ CONFIG_USB_MON=y
|
||||||
CONFIG_USB_SERIAL=m
|
CONFIG_USB_SERIAL=m
|
||||||
CONFIG_USB_SERIAL_GENERIC=y
|
CONFIG_USB_SERIAL_GENERIC=y
|
||||||
# CONFIG_USB_SERIAL_AIRPRIME is not set
|
# CONFIG_USB_SERIAL_AIRPRIME is not set
|
||||||
# CONFIG_USB_SERIAL_ANYDATA is not set
|
|
||||||
# CONFIG_USB_SERIAL_ARK3116 is not set
|
# CONFIG_USB_SERIAL_ARK3116 is not set
|
||||||
CONFIG_USB_SERIAL_BELKIN=m
|
CONFIG_USB_SERIAL_BELKIN=m
|
||||||
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.18-rc3
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Tue Aug 8 09:15:46 2006
|
# Sun Sep 10 10:22:57 2006
|
||||||
#
|
#
|
||||||
CONFIG_PPC64=y
|
CONFIG_PPC64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -129,6 +129,7 @@ CONFIG_IBMVIO=y
|
||||||
# CONFIG_PPC_970_NAP is not set
|
# CONFIG_PPC_970_NAP is not set
|
||||||
# CONFIG_CPU_FREQ is not set
|
# CONFIG_CPU_FREQ is not set
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
# CONFIG_MPIC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -172,6 +173,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
# CONFIG_PPC_INDIRECT_PCI is not set
|
# CONFIG_PPC_INDIRECT_PCI is not set
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
|
@ -716,7 +718,6 @@ CONFIG_SERIAL_ICOM=m
|
||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
CONFIG_LEGACY_PTYS=y
|
CONFIG_LEGACY_PTYS=y
|
||||||
CONFIG_LEGACY_PTY_COUNT=256
|
CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# CONFIG_BRIQ_PANEL is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# IPMI
|
# IPMI
|
||||||
|
|
|
@ -1,15 +1,18 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.16-rc6
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Wed Mar 15 16:19:54 2006
|
# Sun Sep 10 10:24:55 2006
|
||||||
#
|
#
|
||||||
CONFIG_PPC64=y
|
CONFIG_PPC64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
CONFIG_GENERIC_FIND_NEXT_BIT=y
|
||||||
CONFIG_PPC=y
|
CONFIG_PPC=y
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_COMPAT=y
|
CONFIG_COMPAT=y
|
||||||
|
@ -29,8 +32,10 @@ CONFIG_POWER4=y
|
||||||
CONFIG_PPC_FPU=y
|
CONFIG_PPC_FPU=y
|
||||||
# CONFIG_ALTIVEC is not set
|
# CONFIG_ALTIVEC is not set
|
||||||
CONFIG_PPC_STD_MMU=y
|
CONFIG_PPC_STD_MMU=y
|
||||||
|
CONFIG_VIRT_CPU_ACCOUNTING=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_NR_CPUS=2
|
CONFIG_NR_CPUS=2
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -48,11 +53,13 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
CONFIG_POSIX_MQUEUE=y
|
CONFIG_POSIX_MQUEUE=y
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
CONFIG_IKCONFIG_PROC=y
|
CONFIG_IKCONFIG_PROC=y
|
||||||
# CONFIG_CPUSETS is not set
|
# CONFIG_CPUSETS is not set
|
||||||
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
CONFIG_INITRAMFS_SOURCE=""
|
||||||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
||||||
# CONFIG_EMBEDDED is not set
|
# CONFIG_EMBEDDED is not set
|
||||||
|
@ -64,14 +71,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_CC_ALIGN_FUNCTIONS=0
|
|
||||||
CONFIG_CC_ALIGN_LABELS=0
|
|
||||||
CONFIG_CC_ALIGN_LOOPS=0
|
|
||||||
CONFIG_CC_ALIGN_JUMPS=0
|
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -82,7 +87,6 @@ CONFIG_BASE_SMALL=0
|
||||||
CONFIG_MODULES=y
|
CONFIG_MODULES=y
|
||||||
CONFIG_MODULE_UNLOAD=y
|
CONFIG_MODULE_UNLOAD=y
|
||||||
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
||||||
CONFIG_OBSOLETE_MODPARM=y
|
|
||||||
CONFIG_MODVERSIONS=y
|
CONFIG_MODVERSIONS=y
|
||||||
CONFIG_MODULE_SRCVERSION_ALL=y
|
CONFIG_MODULE_SRCVERSION_ALL=y
|
||||||
CONFIG_KMOD=y
|
CONFIG_KMOD=y
|
||||||
|
@ -91,6 +95,7 @@ CONFIG_STOP_MACHINE=y
|
||||||
#
|
#
|
||||||
# Block layer
|
# Block layer
|
||||||
#
|
#
|
||||||
|
# CONFIG_BLK_DEV_IO_TRACE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# IO Schedulers
|
# IO Schedulers
|
||||||
|
@ -116,14 +121,18 @@ CONFIG_PPC_MULTIPLATFORM=y
|
||||||
# CONFIG_PPC_PMAC is not set
|
# CONFIG_PPC_PMAC is not set
|
||||||
CONFIG_PPC_MAPLE=y
|
CONFIG_PPC_MAPLE=y
|
||||||
# CONFIG_PPC_CELL is not set
|
# CONFIG_PPC_CELL is not set
|
||||||
|
# CONFIG_PPC_CELL_NATIVE is not set
|
||||||
|
# CONFIG_PPC_IBM_CELL_BLADE is not set
|
||||||
|
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
||||||
CONFIG_U3_DART=y
|
CONFIG_U3_DART=y
|
||||||
CONFIG_MPIC=y
|
|
||||||
# CONFIG_PPC_RTAS is not set
|
# CONFIG_PPC_RTAS is not set
|
||||||
# CONFIG_MMIO_NVRAM is not set
|
# CONFIG_MMIO_NVRAM is not set
|
||||||
CONFIG_MPIC_BROKEN_U3=y
|
CONFIG_MPIC_BROKEN_U3=y
|
||||||
# CONFIG_PPC_MPC106 is not set
|
# CONFIG_PPC_MPC106 is not set
|
||||||
|
CONFIG_PPC_970_NAP=y
|
||||||
# CONFIG_CPU_FREQ is not set
|
# CONFIG_CPU_FREQ is not set
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -140,6 +149,7 @@ CONFIG_BINFMT_ELF=y
|
||||||
# CONFIG_BINFMT_MISC is not set
|
# CONFIG_BINFMT_MISC is not set
|
||||||
CONFIG_FORCE_MAX_ZONEORDER=13
|
CONFIG_FORCE_MAX_ZONEORDER=13
|
||||||
CONFIG_IOMMU_VMERGE=y
|
CONFIG_IOMMU_VMERGE=y
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_KEXEC=y
|
CONFIG_KEXEC=y
|
||||||
# CONFIG_CRASH_DUMP is not set
|
# CONFIG_CRASH_DUMP is not set
|
||||||
CONFIG_IRQ_ALL_CPUS=y
|
CONFIG_IRQ_ALL_CPUS=y
|
||||||
|
@ -155,6 +165,7 @@ CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
CONFIG_RESOURCES_64BIT=y
|
||||||
# CONFIG_PPC_64K_PAGES is not set
|
# CONFIG_PPC_64K_PAGES is not set
|
||||||
# CONFIG_SCHED_SMT is not set
|
# CONFIG_SCHED_SMT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
|
@ -167,11 +178,12 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
# CONFIG_PPC_INDIRECT_PCI is not set
|
# CONFIG_PPC_INDIRECT_PCI is not set
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCI_DOMAINS=y
|
CONFIG_PCI_DOMAINS=y
|
||||||
CONFIG_PCI_LEGACY_PROC=y
|
# CONFIG_PCIEPORTBUS is not set
|
||||||
# CONFIG_PCI_DEBUG is not set
|
# CONFIG_PCI_DEBUG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -197,6 +209,8 @@ CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
CONFIG_PACKET_MMAP=y
|
CONFIG_PACKET_MMAP=y
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
|
CONFIG_XFRM=y
|
||||||
|
CONFIG_XFRM_USER=m
|
||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
CONFIG_IP_MULTICAST=y
|
CONFIG_IP_MULTICAST=y
|
||||||
|
@ -214,12 +228,18 @@ CONFIG_IP_PNP_DHCP=y
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
# CONFIG_INET_ESP is not set
|
# CONFIG_INET_ESP is not set
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
# CONFIG_INET_TUNNEL is not set
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
CONFIG_TCP_CONG_BIC=y
|
CONFIG_TCP_CONG_BIC=y
|
||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -274,6 +294,7 @@ CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
# CONFIG_FW_LOADER is not set
|
# CONFIG_FW_LOADER is not set
|
||||||
# CONFIG_DEBUG_DRIVER is not set
|
# CONFIG_DEBUG_DRIVER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -310,6 +331,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=8192
|
CONFIG_BLK_DEV_RAM_SIZE=8192
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
# CONFIG_BLK_DEV_INITRD is not set
|
# CONFIG_BLK_DEV_INITRD is not set
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -484,6 +506,7 @@ CONFIG_TIGON3=y
|
||||||
# CONFIG_CHELSIO_T1 is not set
|
# CONFIG_CHELSIO_T1 is not set
|
||||||
# CONFIG_IXGB is not set
|
# CONFIG_IXGB is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
|
# CONFIG_MYRI10GE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
|
@ -556,6 +579,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200
|
||||||
CONFIG_VT=y
|
CONFIG_VT=y
|
||||||
CONFIG_VT_CONSOLE=y
|
CONFIG_VT_CONSOLE=y
|
||||||
CONFIG_HW_CONSOLE=y
|
CONFIG_HW_CONSOLE=y
|
||||||
|
# CONFIG_VT_HW_CONSOLE_BINDING is not set
|
||||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -563,6 +587,7 @@ CONFIG_HW_CONSOLE=y
|
||||||
#
|
#
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=y
|
||||||
CONFIG_SERIAL_8250_CONSOLE=y
|
CONFIG_SERIAL_8250_CONSOLE=y
|
||||||
|
CONFIG_SERIAL_8250_PCI=y
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=4
|
CONFIG_SERIAL_8250_NR_UARTS=4
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
||||||
# CONFIG_SERIAL_8250_EXTENDED is not set
|
# CONFIG_SERIAL_8250_EXTENDED is not set
|
||||||
|
@ -586,7 +611,7 @@ CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# Watchdog Cards
|
# Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
# CONFIG_RTC is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
# CONFIG_DTLK is not set
|
# CONFIG_DTLK is not set
|
||||||
|
@ -632,10 +657,10 @@ CONFIG_I2C_AMD8111=y
|
||||||
# CONFIG_I2C_I810 is not set
|
# CONFIG_I2C_I810 is not set
|
||||||
# CONFIG_I2C_PIIX4 is not set
|
# CONFIG_I2C_PIIX4 is not set
|
||||||
# CONFIG_I2C_NFORCE2 is not set
|
# CONFIG_I2C_NFORCE2 is not set
|
||||||
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PARPORT_LIGHT is not set
|
# CONFIG_I2C_PARPORT_LIGHT is not set
|
||||||
# CONFIG_I2C_PROSAVAGE is not set
|
# CONFIG_I2C_PROSAVAGE is not set
|
||||||
# CONFIG_I2C_SAVAGE4 is not set
|
# CONFIG_I2C_SAVAGE4 is not set
|
||||||
# CONFIG_SCx200_ACB is not set
|
|
||||||
# CONFIG_I2C_SIS5595 is not set
|
# CONFIG_I2C_SIS5595 is not set
|
||||||
# CONFIG_I2C_SIS630 is not set
|
# CONFIG_I2C_SIS630 is not set
|
||||||
# CONFIG_I2C_SIS96X is not set
|
# CONFIG_I2C_SIS96X is not set
|
||||||
|
@ -654,9 +679,7 @@ CONFIG_I2C_AMD8111=y
|
||||||
# CONFIG_SENSORS_PCF8574 is not set
|
# CONFIG_SENSORS_PCF8574 is not set
|
||||||
# CONFIG_SENSORS_PCA9539 is not set
|
# CONFIG_SENSORS_PCA9539 is not set
|
||||||
# CONFIG_SENSORS_PCF8591 is not set
|
# CONFIG_SENSORS_PCF8591 is not set
|
||||||
# CONFIG_SENSORS_RTC8564 is not set
|
|
||||||
# CONFIG_SENSORS_MAX6875 is not set
|
# CONFIG_SENSORS_MAX6875 is not set
|
||||||
# CONFIG_RTC_X1205_I2C is not set
|
|
||||||
# CONFIG_I2C_DEBUG_CORE is not set
|
# CONFIG_I2C_DEBUG_CORE is not set
|
||||||
# CONFIG_I2C_DEBUG_ALGO is not set
|
# CONFIG_I2C_DEBUG_ALGO is not set
|
||||||
# CONFIG_I2C_DEBUG_BUS is not set
|
# CONFIG_I2C_DEBUG_BUS is not set
|
||||||
|
@ -671,7 +694,6 @@ CONFIG_I2C_AMD8111=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
|
@ -683,23 +705,22 @@ CONFIG_I2C_AMD8111=y
|
||||||
# Misc devices
|
# Misc devices
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# Multimedia Capabilities Port drivers
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Multimedia devices
|
# Multimedia devices
|
||||||
#
|
#
|
||||||
# CONFIG_VIDEO_DEV is not set
|
# CONFIG_VIDEO_DEV is not set
|
||||||
|
CONFIG_VIDEO_V4L2=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digital Video Broadcasting Devices
|
# Digital Video Broadcasting Devices
|
||||||
#
|
#
|
||||||
# CONFIG_DVB is not set
|
# CONFIG_DVB is not set
|
||||||
|
# CONFIG_USB_DABUSB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -707,6 +728,7 @@ CONFIG_I2C_AMD8111=y
|
||||||
#
|
#
|
||||||
# CONFIG_VGA_CONSOLE is not set
|
# CONFIG_VGA_CONSOLE is not set
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
CONFIG_DUMMY_CONSOLE=y
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -718,6 +740,7 @@ CONFIG_DUMMY_CONSOLE=y
|
||||||
#
|
#
|
||||||
CONFIG_USB_ARCH_HAS_HCD=y
|
CONFIG_USB_ARCH_HAS_HCD=y
|
||||||
CONFIG_USB_ARCH_HAS_OHCI=y
|
CONFIG_USB_ARCH_HAS_OHCI=y
|
||||||
|
CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
CONFIG_USB=y
|
CONFIG_USB=y
|
||||||
# CONFIG_USB_DEBUG is not set
|
# CONFIG_USB_DEBUG is not set
|
||||||
|
|
||||||
|
@ -735,6 +758,7 @@ CONFIG_USB_DEVICEFS=y
|
||||||
CONFIG_USB_EHCI_HCD=y
|
CONFIG_USB_EHCI_HCD=y
|
||||||
CONFIG_USB_EHCI_SPLIT_ISO=y
|
CONFIG_USB_EHCI_SPLIT_ISO=y
|
||||||
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||||
|
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
|
||||||
# CONFIG_USB_ISP116X_HCD is not set
|
# CONFIG_USB_ISP116X_HCD is not set
|
||||||
CONFIG_USB_OHCI_HCD=y
|
CONFIG_USB_OHCI_HCD=y
|
||||||
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
|
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
|
||||||
|
@ -771,9 +795,7 @@ CONFIG_USB_HIDINPUT=y
|
||||||
# CONFIG_USB_ACECAD is not set
|
# CONFIG_USB_ACECAD is not set
|
||||||
# CONFIG_USB_KBTAB is not set
|
# CONFIG_USB_KBTAB is not set
|
||||||
# CONFIG_USB_POWERMATE is not set
|
# CONFIG_USB_POWERMATE is not set
|
||||||
# CONFIG_USB_MTOUCH is not set
|
# CONFIG_USB_TOUCHSCREEN is not set
|
||||||
# CONFIG_USB_ITMTOUCH is not set
|
|
||||||
# CONFIG_USB_EGALAX is not set
|
|
||||||
# CONFIG_USB_YEALINK is not set
|
# CONFIG_USB_YEALINK is not set
|
||||||
# CONFIG_USB_XPAD is not set
|
# CONFIG_USB_XPAD is not set
|
||||||
# CONFIG_USB_ATI_REMOTE is not set
|
# CONFIG_USB_ATI_REMOTE is not set
|
||||||
|
@ -786,15 +808,6 @@ CONFIG_USB_HIDINPUT=y
|
||||||
#
|
#
|
||||||
# CONFIG_USB_MDC800 is not set
|
# CONFIG_USB_MDC800 is not set
|
||||||
|
|
||||||
#
|
|
||||||
# USB Multimedia devices
|
|
||||||
#
|
|
||||||
# CONFIG_USB_DABUSB is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Video4Linux support is needed for USB Multimedia device support
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Network Adapters
|
# USB Network Adapters
|
||||||
#
|
#
|
||||||
|
@ -816,7 +829,7 @@ CONFIG_USB_SERIAL=y
|
||||||
# CONFIG_USB_SERIAL_CONSOLE is not set
|
# CONFIG_USB_SERIAL_CONSOLE is not set
|
||||||
CONFIG_USB_SERIAL_GENERIC=y
|
CONFIG_USB_SERIAL_GENERIC=y
|
||||||
# CONFIG_USB_SERIAL_AIRPRIME is not set
|
# CONFIG_USB_SERIAL_AIRPRIME is not set
|
||||||
# CONFIG_USB_SERIAL_ANYDATA is not set
|
# CONFIG_USB_SERIAL_ARK3116 is not set
|
||||||
# CONFIG_USB_SERIAL_BELKIN is not set
|
# CONFIG_USB_SERIAL_BELKIN is not set
|
||||||
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
||||||
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
|
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
|
||||||
|
@ -824,6 +837,7 @@ CONFIG_USB_SERIAL_GENERIC=y
|
||||||
CONFIG_USB_SERIAL_CYPRESS_M8=m
|
CONFIG_USB_SERIAL_CYPRESS_M8=m
|
||||||
# CONFIG_USB_SERIAL_EMPEG is not set
|
# CONFIG_USB_SERIAL_EMPEG is not set
|
||||||
# CONFIG_USB_SERIAL_FTDI_SIO is not set
|
# CONFIG_USB_SERIAL_FTDI_SIO is not set
|
||||||
|
# CONFIG_USB_SERIAL_FUNSOFT is not set
|
||||||
# CONFIG_USB_SERIAL_VISOR is not set
|
# CONFIG_USB_SERIAL_VISOR is not set
|
||||||
# CONFIG_USB_SERIAL_IPAQ is not set
|
# CONFIG_USB_SERIAL_IPAQ is not set
|
||||||
# CONFIG_USB_SERIAL_IR is not set
|
# CONFIG_USB_SERIAL_IR is not set
|
||||||
|
@ -848,12 +862,15 @@ CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
|
||||||
# CONFIG_USB_SERIAL_KLSI is not set
|
# CONFIG_USB_SERIAL_KLSI is not set
|
||||||
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
|
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
|
||||||
# CONFIG_USB_SERIAL_MCT_U232 is not set
|
# CONFIG_USB_SERIAL_MCT_U232 is not set
|
||||||
|
# CONFIG_USB_SERIAL_NAVMAN is not set
|
||||||
# CONFIG_USB_SERIAL_PL2303 is not set
|
# CONFIG_USB_SERIAL_PL2303 is not set
|
||||||
# CONFIG_USB_SERIAL_HP4X is not set
|
# CONFIG_USB_SERIAL_HP4X is not set
|
||||||
# CONFIG_USB_SERIAL_SAFE is not set
|
# CONFIG_USB_SERIAL_SAFE is not set
|
||||||
|
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
||||||
CONFIG_USB_SERIAL_TI=m
|
CONFIG_USB_SERIAL_TI=m
|
||||||
# CONFIG_USB_SERIAL_CYBERJACK is not set
|
# CONFIG_USB_SERIAL_CYBERJACK is not set
|
||||||
# CONFIG_USB_SERIAL_XIRCOM is not set
|
# CONFIG_USB_SERIAL_XIRCOM is not set
|
||||||
|
# CONFIG_USB_SERIAL_OPTION is not set
|
||||||
# CONFIG_USB_SERIAL_OMNINET is not set
|
# CONFIG_USB_SERIAL_OMNINET is not set
|
||||||
CONFIG_USB_EZUSB=y
|
CONFIG_USB_EZUSB=y
|
||||||
|
|
||||||
|
@ -867,10 +884,12 @@ CONFIG_USB_EZUSB=y
|
||||||
# CONFIG_USB_LEGOTOWER is not set
|
# CONFIG_USB_LEGOTOWER is not set
|
||||||
# CONFIG_USB_LCD is not set
|
# CONFIG_USB_LCD is not set
|
||||||
# CONFIG_USB_LED is not set
|
# CONFIG_USB_LED is not set
|
||||||
|
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||||
# CONFIG_USB_CYTHERM is not set
|
# CONFIG_USB_CYTHERM is not set
|
||||||
# CONFIG_USB_PHIDGETKIT is not set
|
# CONFIG_USB_PHIDGETKIT is not set
|
||||||
# CONFIG_USB_PHIDGETSERVO is not set
|
# CONFIG_USB_PHIDGETSERVO is not set
|
||||||
# CONFIG_USB_IDMOUSE is not set
|
# CONFIG_USB_IDMOUSE is not set
|
||||||
|
# CONFIG_USB_APPLEDISPLAY is not set
|
||||||
# CONFIG_USB_SISUSBVGA is not set
|
# CONFIG_USB_SISUSBVGA is not set
|
||||||
# CONFIG_USB_LD is not set
|
# CONFIG_USB_LD is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
|
@ -889,6 +908,19 @@ CONFIG_USB_EZUSB=y
|
||||||
#
|
#
|
||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED devices
|
||||||
|
#
|
||||||
|
# CONFIG_NEW_LEDS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED drivers
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED Triggers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# InfiniBand support
|
# InfiniBand support
|
||||||
#
|
#
|
||||||
|
@ -898,6 +930,24 @@ CONFIG_USB_EZUSB=y
|
||||||
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
|
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Real Time Clock
|
||||||
|
#
|
||||||
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
@ -917,6 +967,7 @@ CONFIG_FS_POSIX_ACL=y
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
|
CONFIG_INOTIFY_USER=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_AUTOFS_FS is not set
|
||||||
|
@ -949,7 +1000,6 @@ CONFIG_TMPFS=y
|
||||||
CONFIG_HUGETLBFS=y
|
CONFIG_HUGETLBFS=y
|
||||||
CONFIG_HUGETLB_PAGE=y
|
CONFIG_HUGETLB_PAGE=y
|
||||||
CONFIG_RAMFS=y
|
CONFIG_RAMFS=y
|
||||||
# CONFIG_RELAYFS_FS is not set
|
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1067,6 +1117,7 @@ CONFIG_CRC_CCITT=y
|
||||||
CONFIG_CRC32=y
|
CONFIG_CRC32=y
|
||||||
# CONFIG_LIBCRC32C is not set
|
# CONFIG_LIBCRC32C is not set
|
||||||
CONFIG_ZLIB_INFLATE=y
|
CONFIG_ZLIB_INFLATE=y
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -1079,14 +1130,20 @@ CONFIG_ZLIB_INFLATE=y
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=17
|
CONFIG_LOG_BUF_SHIFT=17
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
CONFIG_DEBUG_SLAB=y
|
CONFIG_DEBUG_SLAB=y
|
||||||
# CONFIG_DEBUG_MUTEXES is not set
|
# CONFIG_DEBUG_SLAB_LEAK is not set
|
||||||
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
# CONFIG_DEBUG_MUTEXES is not set
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
CONFIG_DEBUG_SPINLOCK_SLEEP=y
|
CONFIG_DEBUG_SPINLOCK_SLEEP=y
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
CONFIG_DEBUG_FS=y
|
CONFIG_DEBUG_FS=y
|
||||||
|
@ -1100,11 +1157,7 @@ CONFIG_XMON=y
|
||||||
CONFIG_XMON_DEFAULT=y
|
CONFIG_XMON_DEFAULT=y
|
||||||
# CONFIG_IRQSTACKS is not set
|
# CONFIG_IRQSTACKS is not set
|
||||||
CONFIG_BOOTX_TEXT=y
|
CONFIG_BOOTX_TEXT=y
|
||||||
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
|
# CONFIG_PPC_EARLY_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.17-rc4
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Sat May 27 18:45:55 2006
|
# Sun Sep 10 10:26:55 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
CONFIG_GENERIC_HWEIGHT=y
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
CONFIG_GENERIC_FIND_NEXT_BIT=y
|
||||||
CONFIG_PPC=y
|
CONFIG_PPC=y
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_GENERIC_NVRAM=y
|
CONFIG_GENERIC_NVRAM=y
|
||||||
|
@ -29,6 +31,7 @@ CONFIG_CLASSIC32=y
|
||||||
# CONFIG_PPC_82xx is not set
|
# CONFIG_PPC_82xx is not set
|
||||||
# CONFIG_PPC_83xx is not set
|
# CONFIG_PPC_83xx is not set
|
||||||
# CONFIG_PPC_85xx is not set
|
# CONFIG_PPC_85xx is not set
|
||||||
|
# CONFIG_PPC_86xx is not set
|
||||||
# CONFIG_40x is not set
|
# CONFIG_40x is not set
|
||||||
# CONFIG_44x is not set
|
# CONFIG_44x is not set
|
||||||
# CONFIG_8xx is not set
|
# CONFIG_8xx is not set
|
||||||
|
@ -39,6 +42,7 @@ CONFIG_PPC_FPU=y
|
||||||
CONFIG_PPC_STD_MMU=y
|
CONFIG_PPC_STD_MMU=y
|
||||||
CONFIG_PPC_STD_MMU_32=y
|
CONFIG_PPC_STD_MMU_32=y
|
||||||
# CONFIG_SMP is not set
|
# CONFIG_SMP is not set
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -56,6 +60,7 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
# CONFIG_POSIX_MQUEUE is not set
|
# CONFIG_POSIX_MQUEUE is not set
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
# CONFIG_IKCONFIG is not set
|
# CONFIG_IKCONFIG is not set
|
||||||
|
@ -70,10 +75,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -110,13 +117,16 @@ CONFIG_DEFAULT_IOSCHED="anticipatory"
|
||||||
# CONFIG_PPC_ISERIES is not set
|
# CONFIG_PPC_ISERIES is not set
|
||||||
CONFIG_EMBEDDED6xx=y
|
CONFIG_EMBEDDED6xx=y
|
||||||
# CONFIG_APUS is not set
|
# CONFIG_APUS is not set
|
||||||
CONFIG_MPIC=y
|
# CONFIG_PPC_CELL is not set
|
||||||
|
# CONFIG_PPC_CELL_NATIVE is not set
|
||||||
|
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
||||||
# CONFIG_PPC_RTAS is not set
|
# CONFIG_PPC_RTAS is not set
|
||||||
# CONFIG_MMIO_NVRAM is not set
|
# CONFIG_MMIO_NVRAM is not set
|
||||||
# CONFIG_PPC_MPC106 is not set
|
# CONFIG_PPC_MPC106 is not set
|
||||||
# CONFIG_PPC_970_NAP is not set
|
# CONFIG_PPC_970_NAP is not set
|
||||||
# CONFIG_CPU_FREQ is not set
|
# CONFIG_CPU_FREQ is not set
|
||||||
# CONFIG_TAU is not set
|
# CONFIG_TAU is not set
|
||||||
|
# CONFIG_PPC_TODC is not set
|
||||||
# CONFIG_KATANA is not set
|
# CONFIG_KATANA is not set
|
||||||
# CONFIG_WILLOW is not set
|
# CONFIG_WILLOW is not set
|
||||||
# CONFIG_CPCI690 is not set
|
# CONFIG_CPCI690 is not set
|
||||||
|
@ -146,6 +156,7 @@ CONFIG_MPC7448HPC2=y
|
||||||
# CONFIG_EV64360 is not set
|
# CONFIG_EV64360 is not set
|
||||||
CONFIG_TSI108_BRIDGE=y
|
CONFIG_TSI108_BRIDGE=y
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -160,6 +171,7 @@ CONFIG_PREEMPT_NONE=y
|
||||||
# CONFIG_PREEMPT is not set
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_BINFMT_ELF=y
|
CONFIG_BINFMT_ELF=y
|
||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_SELECT_MEMORY_MODEL=y
|
CONFIG_SELECT_MEMORY_MODEL=y
|
||||||
CONFIG_FLATMEM_MANUAL=y
|
CONFIG_FLATMEM_MANUAL=y
|
||||||
|
@ -169,10 +181,10 @@ CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
# CONFIG_RESOURCES_64BIT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
# CONFIG_CMDLINE_BOOL is not set
|
||||||
# CONFIG_PM is not set
|
# CONFIG_PM is not set
|
||||||
# CONFIG_SOFTWARE_SUSPEND is not set
|
|
||||||
# CONFIG_SECCOMP is not set
|
# CONFIG_SECCOMP is not set
|
||||||
CONFIG_ISA_DMA_API=y
|
CONFIG_ISA_DMA_API=y
|
||||||
|
|
||||||
|
@ -180,10 +192,12 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
CONFIG_MPIC_WEIRD=y
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
# CONFIG_PPC_INDIRECT_PCI is not set
|
# CONFIG_PPC_INDIRECT_PCI is not set
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCI_DOMAINS=y
|
CONFIG_PCI_DOMAINS=y
|
||||||
|
# CONFIG_PCIEPORTBUS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# PCCARD (PCMCIA/CardBus) support
|
# PCCARD (PCMCIA/CardBus) support
|
||||||
|
@ -221,6 +235,8 @@ CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
# CONFIG_PACKET_MMAP is not set
|
# CONFIG_PACKET_MMAP is not set
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
|
CONFIG_XFRM=y
|
||||||
|
CONFIG_XFRM_USER=y
|
||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
CONFIG_IP_MULTICAST=y
|
CONFIG_IP_MULTICAST=y
|
||||||
|
@ -240,6 +256,8 @@ CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
# CONFIG_INET_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
# CONFIG_INET_TUNNEL is not set
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
|
@ -247,6 +265,7 @@ CONFIG_TCP_CONG_BIC=y
|
||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
# CONFIG_INET6_XFRM_TUNNEL is not set
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET6_TUNNEL is not set
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -300,6 +319,7 @@ CONFIG_TCP_CONG_BIC=y
|
||||||
CONFIG_STANDALONE=y
|
CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
# CONFIG_FW_LOADER is not set
|
# CONFIG_FW_LOADER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -336,6 +356,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=131072
|
CONFIG_BLK_DEV_RAM_SIZE=131072
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -399,6 +420,7 @@ CONFIG_SCSI_SATA=y
|
||||||
CONFIG_SCSI_SATA_MV=y
|
CONFIG_SCSI_SATA_MV=y
|
||||||
# CONFIG_SCSI_SATA_NV is not set
|
# CONFIG_SCSI_SATA_NV is not set
|
||||||
# CONFIG_SCSI_PDC_ADMA is not set
|
# CONFIG_SCSI_PDC_ADMA is not set
|
||||||
|
# CONFIG_SCSI_HPTIOP is not set
|
||||||
# CONFIG_SCSI_SATA_QSTOR is not set
|
# CONFIG_SCSI_SATA_QSTOR is not set
|
||||||
# CONFIG_SCSI_SATA_PROMISE is not set
|
# CONFIG_SCSI_SATA_PROMISE is not set
|
||||||
# CONFIG_SCSI_SATA_SX4 is not set
|
# CONFIG_SCSI_SATA_SX4 is not set
|
||||||
|
@ -481,6 +503,9 @@ CONFIG_PHYLIB=y
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
# CONFIG_LXT_PHY is not set
|
# CONFIG_LXT_PHY is not set
|
||||||
# CONFIG_CICADA_PHY is not set
|
# CONFIG_CICADA_PHY is not set
|
||||||
|
# CONFIG_VITESSE_PHY is not set
|
||||||
|
# CONFIG_SMSC_PHY is not set
|
||||||
|
# CONFIG_FIXED_PHY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (10 or 100Mbit)
|
# Ethernet (10 or 100Mbit)
|
||||||
|
@ -538,7 +563,6 @@ CONFIG_8139TOO=y
|
||||||
# CONFIG_VIA_VELOCITY is not set
|
# CONFIG_VIA_VELOCITY is not set
|
||||||
# CONFIG_TIGON3 is not set
|
# CONFIG_TIGON3 is not set
|
||||||
# CONFIG_BNX2 is not set
|
# CONFIG_BNX2 is not set
|
||||||
CONFIG_TSI108_ETH=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (10000 Mbit)
|
# Ethernet (10000 Mbit)
|
||||||
|
@ -546,6 +570,7 @@ CONFIG_TSI108_ETH=y
|
||||||
# CONFIG_CHELSIO_T1 is not set
|
# CONFIG_CHELSIO_T1 is not set
|
||||||
# CONFIG_IXGB is not set
|
# CONFIG_IXGB is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
|
# CONFIG_MYRI10GE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
|
@ -645,6 +670,7 @@ CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# Watchdog Cards
|
# Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
|
@ -679,13 +705,13 @@ CONFIG_GEN_RTC=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
#
|
#
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
# CONFIG_HWMON_VID is not set
|
# CONFIG_HWMON_VID is not set
|
||||||
|
# CONFIG_SENSORS_ABITUGURU is not set
|
||||||
# CONFIG_SENSORS_F71805F is not set
|
# CONFIG_SENSORS_F71805F is not set
|
||||||
# CONFIG_HWMON_DEBUG_CHIP is not set
|
# CONFIG_HWMON_DEBUG_CHIP is not set
|
||||||
|
|
||||||
|
@ -697,6 +723,7 @@ CONFIG_HWMON=y
|
||||||
# Multimedia devices
|
# Multimedia devices
|
||||||
#
|
#
|
||||||
# CONFIG_VIDEO_DEV is not set
|
# CONFIG_VIDEO_DEV is not set
|
||||||
|
CONFIG_VIDEO_V4L2=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digital Video Broadcasting Devices
|
# Digital Video Broadcasting Devices
|
||||||
|
@ -706,7 +733,9 @@ CONFIG_HWMON=y
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -762,6 +791,19 @@ CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
#
|
#
|
||||||
# CONFIG_RTC_CLASS is not set
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
@ -783,6 +825,7 @@ CONFIG_FS_MBCACHE=y
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
|
CONFIG_INOTIFY_USER=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_AUTOFS_FS is not set
|
||||||
|
@ -884,6 +927,7 @@ CONFIG_MSDOS_PARTITION=y
|
||||||
# CONFIG_CRC16 is not set
|
# CONFIG_CRC16 is not set
|
||||||
CONFIG_CRC32=y
|
CONFIG_CRC32=y
|
||||||
# CONFIG_LIBCRC32C is not set
|
# CONFIG_LIBCRC32C is not set
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -895,17 +939,13 @@ CONFIG_CRC32=y
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
# CONFIG_MAGIC_SYSRQ is not set
|
# CONFIG_MAGIC_SYSRQ is not set
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
# CONFIG_DEBUG_KERNEL is not set
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
# CONFIG_DEBUG_FS is not set
|
# CONFIG_DEBUG_FS is not set
|
||||||
# CONFIG_UNWIND_INFO is not set
|
# CONFIG_UNWIND_INFO is not set
|
||||||
# CONFIG_BOOTX_TEXT is not set
|
# CONFIG_BOOTX_TEXT is not set
|
||||||
# CONFIG_SERIAL_TEXT_DEBUG is not set
|
# CONFIG_PPC_EARLY_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.17
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Fri Jun 30 17:53:25 2006
|
# Sun Sep 10 10:28:05 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
|
@ -60,6 +60,7 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
# CONFIG_POSIX_MQUEUE is not set
|
# CONFIG_POSIX_MQUEUE is not set
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
# CONFIG_IKCONFIG is not set
|
# CONFIG_IKCONFIG is not set
|
||||||
|
@ -78,6 +79,7 @@ CONFIG_FUTEX=y
|
||||||
# CONFIG_EPOLL is not set
|
# CONFIG_EPOLL is not set
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -120,6 +122,7 @@ CONFIG_PPC_GEN550=y
|
||||||
# CONFIG_MPC834x_SYS is not set
|
# CONFIG_MPC834x_SYS is not set
|
||||||
CONFIG_MPC834x_ITX=y
|
CONFIG_MPC834x_ITX=y
|
||||||
CONFIG_MPC834x=y
|
CONFIG_MPC834x=y
|
||||||
|
# CONFIG_MPIC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -148,7 +151,6 @@ CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
# CONFIG_CMDLINE_BOOL is not set
|
||||||
# CONFIG_PM is not set
|
# CONFIG_PM is not set
|
||||||
# CONFIG_SOFTWARE_SUSPEND is not set
|
|
||||||
CONFIG_SECCOMP=y
|
CONFIG_SECCOMP=y
|
||||||
CONFIG_ISA_DMA_API=y
|
CONFIG_ISA_DMA_API=y
|
||||||
|
|
||||||
|
@ -156,6 +158,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
CONFIG_PPC_INDIRECT_PCI=y
|
CONFIG_PPC_INDIRECT_PCI=y
|
||||||
CONFIG_FSL_SOC=y
|
CONFIG_FSL_SOC=y
|
||||||
|
@ -401,6 +404,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=32768
|
CONFIG_BLK_DEV_RAM_SIZE=32768
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -561,6 +565,7 @@ CONFIG_PHYLIB=y
|
||||||
CONFIG_CICADA_PHY=y
|
CONFIG_CICADA_PHY=y
|
||||||
# CONFIG_VITESSE_PHY is not set
|
# CONFIG_VITESSE_PHY is not set
|
||||||
# CONFIG_SMSC_PHY is not set
|
# CONFIG_SMSC_PHY is not set
|
||||||
|
# CONFIG_FIXED_PHY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (10 or 100Mbit)
|
# Ethernet (10 or 100Mbit)
|
||||||
|
@ -905,6 +910,7 @@ CONFIG_VIDEO_V4L2=y
|
||||||
#
|
#
|
||||||
CONFIG_FIRMWARE_EDID=y
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -1025,7 +1031,7 @@ CONFIG_USB_MON=y
|
||||||
# CONFIG_USB_LEGOTOWER is not set
|
# CONFIG_USB_LEGOTOWER is not set
|
||||||
# CONFIG_USB_LCD is not set
|
# CONFIG_USB_LCD is not set
|
||||||
# CONFIG_USB_LED is not set
|
# CONFIG_USB_LED is not set
|
||||||
# CONFIG_USB_CY7C63 is not set
|
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||||
# CONFIG_USB_CYTHERM is not set
|
# CONFIG_USB_CYTHERM is not set
|
||||||
# CONFIG_USB_PHIDGETKIT is not set
|
# CONFIG_USB_PHIDGETKIT is not set
|
||||||
# CONFIG_USB_PHIDGETSERVO is not set
|
# CONFIG_USB_PHIDGETSERVO is not set
|
||||||
|
@ -1110,6 +1116,7 @@ CONFIG_RTC_INTF_DEV_UIE_EMUL=y
|
||||||
# CONFIG_RTC_DRV_X1205 is not set
|
# CONFIG_RTC_DRV_X1205 is not set
|
||||||
CONFIG_RTC_DRV_DS1307=y
|
CONFIG_RTC_DRV_DS1307=y
|
||||||
# CONFIG_RTC_DRV_DS1553 is not set
|
# CONFIG_RTC_DRV_DS1553 is not set
|
||||||
|
# CONFIG_RTC_DRV_ISL1208 is not set
|
||||||
# CONFIG_RTC_DRV_DS1672 is not set
|
# CONFIG_RTC_DRV_DS1672 is not set
|
||||||
# CONFIG_RTC_DRV_DS1742 is not set
|
# CONFIG_RTC_DRV_DS1742 is not set
|
||||||
# CONFIG_RTC_DRV_PCF8563 is not set
|
# CONFIG_RTC_DRV_PCF8563 is not set
|
||||||
|
@ -1226,7 +1233,6 @@ CONFIG_RPCSEC_GSS_KRB5=y
|
||||||
# CONFIG_RPCSEC_GSS_SPKM3 is not set
|
# CONFIG_RPCSEC_GSS_SPKM3 is not set
|
||||||
# CONFIG_SMB_FS is not set
|
# CONFIG_SMB_FS is not set
|
||||||
# CONFIG_CIFS is not set
|
# CONFIG_CIFS is not set
|
||||||
# CONFIG_CIFS_DEBUG2 is not set
|
|
||||||
# CONFIG_NCP_FS is not set
|
# CONFIG_NCP_FS is not set
|
||||||
# CONFIG_CODA_FS is not set
|
# CONFIG_CODA_FS is not set
|
||||||
# CONFIG_AFS_FS is not set
|
# CONFIG_AFS_FS is not set
|
||||||
|
@ -1279,11 +1285,13 @@ CONFIG_LOG_BUF_SHIFT=17
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_SLAB is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
# CONFIG_DEBUG_MUTEXES is not set
|
|
||||||
# CONFIG_DEBUG_RT_MUTEXES is not set
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
# CONFIG_RT_MUTEX_TESTER is not set
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
# CONFIG_DEBUG_MUTEXES is not set
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
CONFIG_DEBUG_INFO=y
|
CONFIG_DEBUG_INFO=y
|
||||||
# CONFIG_DEBUG_FS is not set
|
# CONFIG_DEBUG_FS is not set
|
||||||
|
|
|
@ -1,15 +1,18 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.16-rc6
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Wed Mar 15 16:19:56 2006
|
# Sun Sep 10 10:28:54 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
CONFIG_GENERIC_FIND_NEXT_BIT=y
|
||||||
CONFIG_PPC=y
|
CONFIG_PPC=y
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_GENERIC_NVRAM=y
|
CONFIG_GENERIC_NVRAM=y
|
||||||
|
@ -27,17 +30,19 @@ CONFIG_DEFAULT_UIMAGE=y
|
||||||
# CONFIG_PPC_52xx is not set
|
# CONFIG_PPC_52xx is not set
|
||||||
# CONFIG_PPC_82xx is not set
|
# CONFIG_PPC_82xx is not set
|
||||||
CONFIG_PPC_83xx=y
|
CONFIG_PPC_83xx=y
|
||||||
|
# CONFIG_PPC_85xx is not set
|
||||||
|
# CONFIG_PPC_86xx is not set
|
||||||
# CONFIG_40x is not set
|
# CONFIG_40x is not set
|
||||||
# CONFIG_44x is not set
|
# CONFIG_44x is not set
|
||||||
# CONFIG_8xx is not set
|
# CONFIG_8xx is not set
|
||||||
# CONFIG_E200 is not set
|
# CONFIG_E200 is not set
|
||||||
# CONFIG_E500 is not set
|
|
||||||
CONFIG_6xx=y
|
CONFIG_6xx=y
|
||||||
CONFIG_83xx=y
|
CONFIG_83xx=y
|
||||||
CONFIG_PPC_FPU=y
|
CONFIG_PPC_FPU=y
|
||||||
CONFIG_PPC_STD_MMU=y
|
CONFIG_PPC_STD_MMU=y
|
||||||
CONFIG_PPC_STD_MMU_32=y
|
CONFIG_PPC_STD_MMU_32=y
|
||||||
# CONFIG_SMP is not set
|
# CONFIG_SMP is not set
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -55,9 +60,11 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
# CONFIG_POSIX_MQUEUE is not set
|
# CONFIG_POSIX_MQUEUE is not set
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
# CONFIG_IKCONFIG is not set
|
# CONFIG_IKCONFIG is not set
|
||||||
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
CONFIG_INITRAMFS_SOURCE=""
|
||||||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
||||||
CONFIG_EMBEDDED=y
|
CONFIG_EMBEDDED=y
|
||||||
|
@ -67,14 +74,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
# CONFIG_EPOLL is not set
|
# CONFIG_EPOLL is not set
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_CC_ALIGN_FUNCTIONS=0
|
|
||||||
CONFIG_CC_ALIGN_LABELS=0
|
|
||||||
CONFIG_CC_ALIGN_LOOPS=0
|
|
||||||
CONFIG_CC_ALIGN_JUMPS=0
|
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -85,7 +90,6 @@ CONFIG_BASE_SMALL=0
|
||||||
CONFIG_MODULES=y
|
CONFIG_MODULES=y
|
||||||
CONFIG_MODULE_UNLOAD=y
|
CONFIG_MODULE_UNLOAD=y
|
||||||
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
||||||
CONFIG_OBSOLETE_MODPARM=y
|
|
||||||
# CONFIG_MODVERSIONS is not set
|
# CONFIG_MODVERSIONS is not set
|
||||||
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
||||||
# CONFIG_KMOD is not set
|
# CONFIG_KMOD is not set
|
||||||
|
@ -94,6 +98,8 @@ CONFIG_OBSOLETE_MODPARM=y
|
||||||
# Block layer
|
# Block layer
|
||||||
#
|
#
|
||||||
# CONFIG_LBD is not set
|
# CONFIG_LBD is not set
|
||||||
|
# CONFIG_BLK_DEV_IO_TRACE is not set
|
||||||
|
# CONFIG_LSF is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# IO Schedulers
|
# IO Schedulers
|
||||||
|
@ -114,7 +120,9 @@ CONFIG_PPC_GEN550=y
|
||||||
# Platform support
|
# Platform support
|
||||||
#
|
#
|
||||||
CONFIG_MPC834x_SYS=y
|
CONFIG_MPC834x_SYS=y
|
||||||
|
# CONFIG_MPC834x_ITX is not set
|
||||||
CONFIG_MPC834x=y
|
CONFIG_MPC834x=y
|
||||||
|
# CONFIG_MPIC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -129,6 +137,7 @@ CONFIG_PREEMPT_NONE=y
|
||||||
# CONFIG_PREEMPT is not set
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_BINFMT_ELF=y
|
CONFIG_BINFMT_ELF=y
|
||||||
# CONFIG_BINFMT_MISC is not set
|
# CONFIG_BINFMT_MISC is not set
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_SELECT_MEMORY_MODEL=y
|
CONFIG_SELECT_MEMORY_MODEL=y
|
||||||
CONFIG_FLATMEM_MANUAL=y
|
CONFIG_FLATMEM_MANUAL=y
|
||||||
|
@ -138,10 +147,10 @@ CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
# CONFIG_RESOURCES_64BIT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
# CONFIG_CMDLINE_BOOL is not set
|
||||||
# CONFIG_PM is not set
|
# CONFIG_PM is not set
|
||||||
# CONFIG_SOFTWARE_SUSPEND is not set
|
|
||||||
CONFIG_SECCOMP=y
|
CONFIG_SECCOMP=y
|
||||||
CONFIG_ISA_DMA_API=y
|
CONFIG_ISA_DMA_API=y
|
||||||
|
|
||||||
|
@ -149,12 +158,13 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
CONFIG_PPC_INDIRECT_PCI=y
|
CONFIG_PPC_INDIRECT_PCI=y
|
||||||
CONFIG_FSL_SOC=y
|
CONFIG_FSL_SOC=y
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCI_DOMAINS=y
|
CONFIG_PCI_DOMAINS=y
|
||||||
# CONFIG_PCI_LEGACY_PROC is not set
|
# CONFIG_PCIEPORTBUS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# PCCARD (PCMCIA/CardBus) support
|
# PCCARD (PCMCIA/CardBus) support
|
||||||
|
@ -192,6 +202,8 @@ CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
# CONFIG_PACKET_MMAP is not set
|
# CONFIG_PACKET_MMAP is not set
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
|
CONFIG_XFRM=y
|
||||||
|
CONFIG_XFRM_USER=m
|
||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
CONFIG_IP_MULTICAST=y
|
CONFIG_IP_MULTICAST=y
|
||||||
|
@ -209,12 +221,18 @@ CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
# CONFIG_INET_ESP is not set
|
# CONFIG_INET_ESP is not set
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
# CONFIG_INET_TUNNEL is not set
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
CONFIG_TCP_CONG_BIC=y
|
CONFIG_TCP_CONG_BIC=y
|
||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -268,6 +286,7 @@ CONFIG_TCP_CONG_BIC=y
|
||||||
CONFIG_STANDALONE=y
|
CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
# CONFIG_FW_LOADER is not set
|
# CONFIG_FW_LOADER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -304,6 +323,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=32768
|
CONFIG_BLK_DEV_RAM_SIZE=32768
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -371,6 +391,9 @@ CONFIG_MARVELL_PHY=y
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
# CONFIG_LXT_PHY is not set
|
# CONFIG_LXT_PHY is not set
|
||||||
# CONFIG_CICADA_PHY is not set
|
# CONFIG_CICADA_PHY is not set
|
||||||
|
# CONFIG_VITESSE_PHY is not set
|
||||||
|
# CONFIG_SMSC_PHY is not set
|
||||||
|
# CONFIG_FIXED_PHY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (10 or 100Mbit)
|
# Ethernet (10 or 100Mbit)
|
||||||
|
@ -433,6 +456,7 @@ CONFIG_GIANFAR=y
|
||||||
# CONFIG_CHELSIO_T1 is not set
|
# CONFIG_CHELSIO_T1 is not set
|
||||||
# CONFIG_IXGB is not set
|
# CONFIG_IXGB is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
|
# CONFIG_MYRI10GE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
|
@ -507,6 +531,7 @@ CONFIG_INPUT=y
|
||||||
#
|
#
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=y
|
||||||
CONFIG_SERIAL_8250_CONSOLE=y
|
CONFIG_SERIAL_8250_CONSOLE=y
|
||||||
|
CONFIG_SERIAL_8250_PCI=y
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=4
|
CONFIG_SERIAL_8250_NR_UARTS=4
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
||||||
# CONFIG_SERIAL_8250_EXTENDED is not set
|
# CONFIG_SERIAL_8250_EXTENDED is not set
|
||||||
|
@ -543,6 +568,7 @@ CONFIG_83xx_WDT=y
|
||||||
#
|
#
|
||||||
# CONFIG_PCIPCWATCHDOG is not set
|
# CONFIG_PCIPCWATCHDOG is not set
|
||||||
# CONFIG_WDTPCI is not set
|
# CONFIG_WDTPCI is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
|
@ -589,10 +615,10 @@ CONFIG_I2C_CHARDEV=y
|
||||||
# CONFIG_I2C_PIIX4 is not set
|
# CONFIG_I2C_PIIX4 is not set
|
||||||
CONFIG_I2C_MPC=y
|
CONFIG_I2C_MPC=y
|
||||||
# CONFIG_I2C_NFORCE2 is not set
|
# CONFIG_I2C_NFORCE2 is not set
|
||||||
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PARPORT_LIGHT is not set
|
# CONFIG_I2C_PARPORT_LIGHT is not set
|
||||||
# CONFIG_I2C_PROSAVAGE is not set
|
# CONFIG_I2C_PROSAVAGE is not set
|
||||||
# CONFIG_I2C_SAVAGE4 is not set
|
# CONFIG_I2C_SAVAGE4 is not set
|
||||||
# CONFIG_SCx200_ACB is not set
|
|
||||||
# CONFIG_I2C_SIS5595 is not set
|
# CONFIG_I2C_SIS5595 is not set
|
||||||
# CONFIG_I2C_SIS630 is not set
|
# CONFIG_I2C_SIS630 is not set
|
||||||
# CONFIG_I2C_SIS96X is not set
|
# CONFIG_I2C_SIS96X is not set
|
||||||
|
@ -611,10 +637,8 @@ CONFIG_I2C_MPC=y
|
||||||
# CONFIG_SENSORS_PCF8574 is not set
|
# CONFIG_SENSORS_PCF8574 is not set
|
||||||
# CONFIG_SENSORS_PCA9539 is not set
|
# CONFIG_SENSORS_PCA9539 is not set
|
||||||
# CONFIG_SENSORS_PCF8591 is not set
|
# CONFIG_SENSORS_PCF8591 is not set
|
||||||
# CONFIG_SENSORS_RTC8564 is not set
|
|
||||||
# CONFIG_SENSORS_M41T00 is not set
|
# CONFIG_SENSORS_M41T00 is not set
|
||||||
# CONFIG_SENSORS_MAX6875 is not set
|
# CONFIG_SENSORS_MAX6875 is not set
|
||||||
# CONFIG_RTC_X1205_I2C is not set
|
|
||||||
# CONFIG_I2C_DEBUG_CORE is not set
|
# CONFIG_I2C_DEBUG_CORE is not set
|
||||||
# CONFIG_I2C_DEBUG_ALGO is not set
|
# CONFIG_I2C_DEBUG_ALGO is not set
|
||||||
# CONFIG_I2C_DEBUG_BUS is not set
|
# CONFIG_I2C_DEBUG_BUS is not set
|
||||||
|
@ -629,13 +653,13 @@ CONFIG_I2C_MPC=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
#
|
#
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
# CONFIG_HWMON_VID is not set
|
# CONFIG_HWMON_VID is not set
|
||||||
|
# CONFIG_SENSORS_ABITUGURU is not set
|
||||||
# CONFIG_SENSORS_ADM1021 is not set
|
# CONFIG_SENSORS_ADM1021 is not set
|
||||||
# CONFIG_SENSORS_ADM1025 is not set
|
# CONFIG_SENSORS_ADM1025 is not set
|
||||||
# CONFIG_SENSORS_ADM1026 is not set
|
# CONFIG_SENSORS_ADM1026 is not set
|
||||||
|
@ -664,10 +688,12 @@ CONFIG_HWMON=y
|
||||||
# CONFIG_SENSORS_PC87360 is not set
|
# CONFIG_SENSORS_PC87360 is not set
|
||||||
# CONFIG_SENSORS_SIS5595 is not set
|
# CONFIG_SENSORS_SIS5595 is not set
|
||||||
# CONFIG_SENSORS_SMSC47M1 is not set
|
# CONFIG_SENSORS_SMSC47M1 is not set
|
||||||
|
# CONFIG_SENSORS_SMSC47M192 is not set
|
||||||
# CONFIG_SENSORS_SMSC47B397 is not set
|
# CONFIG_SENSORS_SMSC47B397 is not set
|
||||||
# CONFIG_SENSORS_VIA686A is not set
|
# CONFIG_SENSORS_VIA686A is not set
|
||||||
# CONFIG_SENSORS_VT8231 is not set
|
# CONFIG_SENSORS_VT8231 is not set
|
||||||
# CONFIG_SENSORS_W83781D is not set
|
# CONFIG_SENSORS_W83781D is not set
|
||||||
|
# CONFIG_SENSORS_W83791D is not set
|
||||||
# CONFIG_SENSORS_W83792D is not set
|
# CONFIG_SENSORS_W83792D is not set
|
||||||
# CONFIG_SENSORS_W83L785TS is not set
|
# CONFIG_SENSORS_W83L785TS is not set
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
# CONFIG_SENSORS_W83627HF is not set
|
||||||
|
@ -678,14 +704,11 @@ CONFIG_HWMON=y
|
||||||
# Misc devices
|
# Misc devices
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# Multimedia Capabilities Port drivers
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Multimedia devices
|
# Multimedia devices
|
||||||
#
|
#
|
||||||
# CONFIG_VIDEO_DEV is not set
|
# CONFIG_VIDEO_DEV is not set
|
||||||
|
CONFIG_VIDEO_V4L2=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digital Video Broadcasting Devices
|
# Digital Video Broadcasting Devices
|
||||||
|
@ -695,7 +718,9 @@ CONFIG_HWMON=y
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -707,6 +732,7 @@ CONFIG_HWMON=y
|
||||||
#
|
#
|
||||||
CONFIG_USB_ARCH_HAS_HCD=y
|
CONFIG_USB_ARCH_HAS_HCD=y
|
||||||
CONFIG_USB_ARCH_HAS_OHCI=y
|
CONFIG_USB_ARCH_HAS_OHCI=y
|
||||||
|
CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
# CONFIG_USB is not set
|
# CONFIG_USB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -723,6 +749,19 @@ CONFIG_USB_ARCH_HAS_OHCI=y
|
||||||
#
|
#
|
||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED devices
|
||||||
|
#
|
||||||
|
# CONFIG_NEW_LEDS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED drivers
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED Triggers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# InfiniBand support
|
# InfiniBand support
|
||||||
#
|
#
|
||||||
|
@ -732,6 +771,24 @@ CONFIG_USB_ARCH_HAS_OHCI=y
|
||||||
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
|
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Real Time Clock
|
||||||
|
#
|
||||||
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
@ -753,6 +810,7 @@ CONFIG_FS_MBCACHE=y
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
|
CONFIG_INOTIFY_USER=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_AUTOFS_FS is not set
|
||||||
|
@ -781,7 +839,6 @@ CONFIG_SYSFS=y
|
||||||
CONFIG_TMPFS=y
|
CONFIG_TMPFS=y
|
||||||
# CONFIG_HUGETLB_PAGE is not set
|
# CONFIG_HUGETLB_PAGE is not set
|
||||||
CONFIG_RAMFS=y
|
CONFIG_RAMFS=y
|
||||||
# CONFIG_RELAYFS_FS is not set
|
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -854,6 +911,7 @@ CONFIG_PARTITION_ADVANCED=y
|
||||||
# CONFIG_CRC16 is not set
|
# CONFIG_CRC16 is not set
|
||||||
CONFIG_CRC32=y
|
CONFIG_CRC32=y
|
||||||
# CONFIG_LIBCRC32C is not set
|
# CONFIG_LIBCRC32C is not set
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -865,15 +923,13 @@ CONFIG_CRC32=y
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
# CONFIG_MAGIC_SYSRQ is not set
|
# CONFIG_MAGIC_SYSRQ is not set
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
# CONFIG_DEBUG_KERNEL is not set
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
|
# CONFIG_DEBUG_FS is not set
|
||||||
# CONFIG_BOOTX_TEXT is not set
|
# CONFIG_BOOTX_TEXT is not set
|
||||||
# CONFIG_SERIAL_TEXT_DEBUG is not set
|
# CONFIG_SERIAL_TEXT_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
|
# CONFIG_PPC_EARLY_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.16
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Mon Mar 27 23:37:36 2006
|
# Sun Sep 10 10:29:23 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
CONFIG_GENERIC_HWEIGHT=y
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
CONFIG_GENERIC_FIND_NEXT_BIT=y
|
||||||
CONFIG_PPC=y
|
CONFIG_PPC=y
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_GENERIC_NVRAM=y
|
CONFIG_GENERIC_NVRAM=y
|
||||||
|
@ -29,6 +31,7 @@ CONFIG_DEFAULT_UIMAGE=y
|
||||||
# CONFIG_PPC_82xx is not set
|
# CONFIG_PPC_82xx is not set
|
||||||
# CONFIG_PPC_83xx is not set
|
# CONFIG_PPC_83xx is not set
|
||||||
CONFIG_PPC_85xx=y
|
CONFIG_PPC_85xx=y
|
||||||
|
# CONFIG_PPC_86xx is not set
|
||||||
# CONFIG_40x is not set
|
# CONFIG_40x is not set
|
||||||
# CONFIG_44x is not set
|
# CONFIG_44x is not set
|
||||||
# CONFIG_8xx is not set
|
# CONFIG_8xx is not set
|
||||||
|
@ -39,6 +42,7 @@ CONFIG_BOOKE=y
|
||||||
CONFIG_FSL_BOOKE=y
|
CONFIG_FSL_BOOKE=y
|
||||||
# CONFIG_PHYS_64BIT is not set
|
# CONFIG_PHYS_64BIT is not set
|
||||||
CONFIG_SPE=y
|
CONFIG_SPE=y
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -56,6 +60,7 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
# CONFIG_POSIX_MQUEUE is not set
|
# CONFIG_POSIX_MQUEUE is not set
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
# CONFIG_IKCONFIG is not set
|
# CONFIG_IKCONFIG is not set
|
||||||
|
@ -71,10 +76,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -103,15 +110,16 @@ CONFIG_DEFAULT_AS=y
|
||||||
# CONFIG_DEFAULT_CFQ is not set
|
# CONFIG_DEFAULT_CFQ is not set
|
||||||
# CONFIG_DEFAULT_NOOP is not set
|
# CONFIG_DEFAULT_NOOP is not set
|
||||||
CONFIG_DEFAULT_IOSCHED="anticipatory"
|
CONFIG_DEFAULT_IOSCHED="anticipatory"
|
||||||
CONFIG_MPIC=y
|
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Platform support
|
# Platform support
|
||||||
#
|
#
|
||||||
CONFIG_MPC8540_ADS=y
|
CONFIG_MPC8540_ADS=y
|
||||||
|
# CONFIG_MPC85xx_CDS is not set
|
||||||
CONFIG_MPC8540=y
|
CONFIG_MPC8540=y
|
||||||
CONFIG_PPC_INDIRECT_PCI_BE=y
|
CONFIG_PPC_INDIRECT_PCI_BE=y
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -127,6 +135,7 @@ CONFIG_PREEMPT_NONE=y
|
||||||
CONFIG_BINFMT_ELF=y
|
CONFIG_BINFMT_ELF=y
|
||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
CONFIG_MATH_EMULATION=y
|
CONFIG_MATH_EMULATION=y
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_SELECT_MEMORY_MODEL=y
|
CONFIG_SELECT_MEMORY_MODEL=y
|
||||||
CONFIG_FLATMEM_MANUAL=y
|
CONFIG_FLATMEM_MANUAL=y
|
||||||
|
@ -136,16 +145,17 @@ CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
# CONFIG_RESOURCES_64BIT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
# CONFIG_CMDLINE_BOOL is not set
|
||||||
# CONFIG_PM is not set
|
# CONFIG_PM is not set
|
||||||
# CONFIG_SOFTWARE_SUSPEND is not set
|
|
||||||
# CONFIG_SECCOMP is not set
|
# CONFIG_SECCOMP is not set
|
||||||
CONFIG_ISA_DMA_API=y
|
CONFIG_ISA_DMA_API=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
CONFIG_PPC_INDIRECT_PCI=y
|
CONFIG_PPC_INDIRECT_PCI=y
|
||||||
CONFIG_FSL_SOC=y
|
CONFIG_FSL_SOC=y
|
||||||
|
@ -187,6 +197,8 @@ CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
# CONFIG_PACKET_MMAP is not set
|
# CONFIG_PACKET_MMAP is not set
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
|
CONFIG_XFRM=y
|
||||||
|
CONFIG_XFRM_USER=y
|
||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
CONFIG_IP_MULTICAST=y
|
CONFIG_IP_MULTICAST=y
|
||||||
|
@ -204,12 +216,18 @@ CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
# CONFIG_INET_ESP is not set
|
# CONFIG_INET_ESP is not set
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
# CONFIG_INET_TUNNEL is not set
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
CONFIG_TCP_CONG_BIC=y
|
CONFIG_TCP_CONG_BIC=y
|
||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -264,6 +282,7 @@ CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
# CONFIG_FW_LOADER is not set
|
# CONFIG_FW_LOADER is not set
|
||||||
# CONFIG_DEBUG_DRIVER is not set
|
# CONFIG_DEBUG_DRIVER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -295,6 +314,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=32768
|
CONFIG_BLK_DEV_RAM_SIZE=32768
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -355,6 +375,9 @@ CONFIG_PHYLIB=y
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
# CONFIG_LXT_PHY is not set
|
# CONFIG_LXT_PHY is not set
|
||||||
# CONFIG_CICADA_PHY is not set
|
# CONFIG_CICADA_PHY is not set
|
||||||
|
# CONFIG_VITESSE_PHY is not set
|
||||||
|
# CONFIG_SMSC_PHY is not set
|
||||||
|
# CONFIG_FIXED_PHY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (10 or 100Mbit)
|
# Ethernet (10 or 100Mbit)
|
||||||
|
@ -464,6 +487,7 @@ CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# Watchdog Cards
|
# Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
|
@ -473,7 +497,6 @@ CONFIG_GEN_RTC=y
|
||||||
#
|
#
|
||||||
# Ftape, the floppy tape device driver
|
# Ftape, the floppy tape device driver
|
||||||
#
|
#
|
||||||
# CONFIG_AGP is not set
|
|
||||||
# CONFIG_RAW_DRIVER is not set
|
# CONFIG_RAW_DRIVER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -496,13 +519,13 @@ CONFIG_GEN_RTC=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
#
|
#
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
# CONFIG_HWMON_VID is not set
|
# CONFIG_HWMON_VID is not set
|
||||||
|
# CONFIG_SENSORS_ABITUGURU is not set
|
||||||
# CONFIG_SENSORS_F71805F is not set
|
# CONFIG_SENSORS_F71805F is not set
|
||||||
# CONFIG_HWMON_DEBUG_CHIP is not set
|
# CONFIG_HWMON_DEBUG_CHIP is not set
|
||||||
|
|
||||||
|
@ -514,6 +537,7 @@ CONFIG_HWMON=y
|
||||||
# Multimedia devices
|
# Multimedia devices
|
||||||
#
|
#
|
||||||
# CONFIG_VIDEO_DEV is not set
|
# CONFIG_VIDEO_DEV is not set
|
||||||
|
CONFIG_VIDEO_V4L2=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digital Video Broadcasting Devices
|
# Digital Video Broadcasting Devices
|
||||||
|
@ -523,7 +547,9 @@ CONFIG_HWMON=y
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -551,6 +577,19 @@ CONFIG_HWMON=y
|
||||||
#
|
#
|
||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED devices
|
||||||
|
#
|
||||||
|
# CONFIG_NEW_LEDS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED drivers
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED Triggers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# InfiniBand support
|
# InfiniBand support
|
||||||
#
|
#
|
||||||
|
@ -559,6 +598,24 @@ CONFIG_HWMON=y
|
||||||
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
|
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Real Time Clock
|
||||||
|
#
|
||||||
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
@ -580,6 +637,7 @@ CONFIG_FS_MBCACHE=y
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
|
CONFIG_INOTIFY_USER=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_AUTOFS_FS is not set
|
||||||
|
@ -677,6 +735,7 @@ CONFIG_PARTITION_ADVANCED=y
|
||||||
# CONFIG_CRC16 is not set
|
# CONFIG_CRC16 is not set
|
||||||
CONFIG_CRC32=y
|
CONFIG_CRC32=y
|
||||||
# CONFIG_LIBCRC32C is not set
|
# CONFIG_LIBCRC32C is not set
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -688,14 +747,19 @@ CONFIG_CRC32=y
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
# CONFIG_MAGIC_SYSRQ is not set
|
# CONFIG_MAGIC_SYSRQ is not set
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_SLAB is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
CONFIG_DEBUG_MUTEXES=y
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
CONFIG_DEBUG_MUTEXES=y
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
# CONFIG_DEBUG_FS is not set
|
# CONFIG_DEBUG_FS is not set
|
||||||
|
@ -706,11 +770,7 @@ CONFIG_FORCED_INLINING=y
|
||||||
# CONFIG_DEBUGGER is not set
|
# CONFIG_DEBUGGER is not set
|
||||||
# CONFIG_BDI_SWITCH is not set
|
# CONFIG_BDI_SWITCH is not set
|
||||||
# CONFIG_BOOTX_TEXT is not set
|
# CONFIG_BOOTX_TEXT is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
|
# CONFIG_PPC_EARLY_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.16
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Sun Apr 2 11:23:42 2006
|
# Sun Sep 10 10:29:49 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
CONFIG_GENERIC_HWEIGHT=y
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
CONFIG_GENERIC_FIND_NEXT_BIT=y
|
||||||
CONFIG_PPC=y
|
CONFIG_PPC=y
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_GENERIC_NVRAM=y
|
CONFIG_GENERIC_NVRAM=y
|
||||||
|
@ -19,7 +21,7 @@ CONFIG_ARCH_MAY_HAVE_PC_FDC=y
|
||||||
CONFIG_PPC_OF=y
|
CONFIG_PPC_OF=y
|
||||||
CONFIG_PPC_UDBG_16550=y
|
CONFIG_PPC_UDBG_16550=y
|
||||||
# CONFIG_GENERIC_TBSYNC is not set
|
# CONFIG_GENERIC_TBSYNC is not set
|
||||||
# CONFIG_DEFAULT_UIMAGE is not set
|
CONFIG_DEFAULT_UIMAGE=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Processor support
|
# Processor support
|
||||||
|
@ -29,6 +31,7 @@ CONFIG_PPC_UDBG_16550=y
|
||||||
# CONFIG_PPC_82xx is not set
|
# CONFIG_PPC_82xx is not set
|
||||||
# CONFIG_PPC_83xx is not set
|
# CONFIG_PPC_83xx is not set
|
||||||
CONFIG_PPC_85xx=y
|
CONFIG_PPC_85xx=y
|
||||||
|
# CONFIG_PPC_86xx is not set
|
||||||
# CONFIG_40x is not set
|
# CONFIG_40x is not set
|
||||||
# CONFIG_44x is not set
|
# CONFIG_44x is not set
|
||||||
# CONFIG_8xx is not set
|
# CONFIG_8xx is not set
|
||||||
|
@ -39,6 +42,7 @@ CONFIG_BOOKE=y
|
||||||
CONFIG_FSL_BOOKE=y
|
CONFIG_FSL_BOOKE=y
|
||||||
# CONFIG_PHYS_64BIT is not set
|
# CONFIG_PHYS_64BIT is not set
|
||||||
CONFIG_SPE=y
|
CONFIG_SPE=y
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -56,6 +60,7 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
# CONFIG_POSIX_MQUEUE is not set
|
# CONFIG_POSIX_MQUEUE is not set
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
# CONFIG_IKCONFIG is not set
|
# CONFIG_IKCONFIG is not set
|
||||||
|
@ -71,10 +76,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -103,7 +110,6 @@ CONFIG_DEFAULT_AS=y
|
||||||
# CONFIG_DEFAULT_CFQ is not set
|
# CONFIG_DEFAULT_CFQ is not set
|
||||||
# CONFIG_DEFAULT_NOOP is not set
|
# CONFIG_DEFAULT_NOOP is not set
|
||||||
CONFIG_DEFAULT_IOSCHED="anticipatory"
|
CONFIG_DEFAULT_IOSCHED="anticipatory"
|
||||||
CONFIG_MPIC=y
|
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -113,6 +119,7 @@ CONFIG_MPIC=y
|
||||||
CONFIG_MPC85xx_CDS=y
|
CONFIG_MPC85xx_CDS=y
|
||||||
CONFIG_MPC8540=y
|
CONFIG_MPC8540=y
|
||||||
CONFIG_PPC_INDIRECT_PCI_BE=y
|
CONFIG_PPC_INDIRECT_PCI_BE=y
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -128,6 +135,7 @@ CONFIG_PREEMPT_NONE=y
|
||||||
CONFIG_BINFMT_ELF=y
|
CONFIG_BINFMT_ELF=y
|
||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
CONFIG_MATH_EMULATION=y
|
CONFIG_MATH_EMULATION=y
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_SELECT_MEMORY_MODEL=y
|
CONFIG_SELECT_MEMORY_MODEL=y
|
||||||
CONFIG_FLATMEM_MANUAL=y
|
CONFIG_FLATMEM_MANUAL=y
|
||||||
|
@ -137,21 +145,23 @@ CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
# CONFIG_RESOURCES_64BIT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
# CONFIG_CMDLINE_BOOL is not set
|
||||||
# CONFIG_PM is not set
|
# CONFIG_PM is not set
|
||||||
# CONFIG_SOFTWARE_SUSPEND is not set
|
|
||||||
# CONFIG_SECCOMP is not set
|
# CONFIG_SECCOMP is not set
|
||||||
CONFIG_ISA_DMA_API=y
|
CONFIG_ISA_DMA_API=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_PPC_I8259=y
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
|
# CONFIG_PPC_I8259 is not set
|
||||||
CONFIG_PPC_INDIRECT_PCI=y
|
CONFIG_PPC_INDIRECT_PCI=y
|
||||||
CONFIG_FSL_SOC=y
|
CONFIG_FSL_SOC=y
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCI_DOMAINS=y
|
CONFIG_PCI_DOMAINS=y
|
||||||
|
# CONFIG_PCIEPORTBUS is not set
|
||||||
# CONFIG_PCI_DEBUG is not set
|
# CONFIG_PCI_DEBUG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -190,6 +200,8 @@ CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
# CONFIG_PACKET_MMAP is not set
|
# CONFIG_PACKET_MMAP is not set
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
|
CONFIG_XFRM=y
|
||||||
|
CONFIG_XFRM_USER=y
|
||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
CONFIG_IP_MULTICAST=y
|
CONFIG_IP_MULTICAST=y
|
||||||
|
@ -209,6 +221,8 @@ CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
# CONFIG_INET_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
# CONFIG_INET_TUNNEL is not set
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
|
@ -216,6 +230,7 @@ CONFIG_TCP_CONG_BIC=y
|
||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
# CONFIG_INET6_XFRM_TUNNEL is not set
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET6_TUNNEL is not set
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -270,6 +285,7 @@ CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
# CONFIG_FW_LOADER is not set
|
# CONFIG_FW_LOADER is not set
|
||||||
# CONFIG_DEBUG_DRIVER is not set
|
# CONFIG_DEBUG_DRIVER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -306,6 +322,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=32768
|
CONFIG_BLK_DEV_RAM_SIZE=32768
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -425,6 +442,9 @@ CONFIG_PHYLIB=y
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
# CONFIG_LXT_PHY is not set
|
# CONFIG_LXT_PHY is not set
|
||||||
# CONFIG_CICADA_PHY is not set
|
# CONFIG_CICADA_PHY is not set
|
||||||
|
# CONFIG_VITESSE_PHY is not set
|
||||||
|
# CONFIG_SMSC_PHY is not set
|
||||||
|
# CONFIG_FIXED_PHY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (10 or 100Mbit)
|
# Ethernet (10 or 100Mbit)
|
||||||
|
@ -470,6 +490,7 @@ CONFIG_GFAR_NAPI=y
|
||||||
# CONFIG_CHELSIO_T1 is not set
|
# CONFIG_CHELSIO_T1 is not set
|
||||||
# CONFIG_IXGB is not set
|
# CONFIG_IXGB is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
|
# CONFIG_MYRI10GE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
|
@ -568,6 +589,7 @@ CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# Watchdog Cards
|
# Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
|
@ -602,13 +624,13 @@ CONFIG_GEN_RTC=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
#
|
#
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
# CONFIG_HWMON_VID is not set
|
# CONFIG_HWMON_VID is not set
|
||||||
|
# CONFIG_SENSORS_ABITUGURU is not set
|
||||||
# CONFIG_SENSORS_F71805F is not set
|
# CONFIG_SENSORS_F71805F is not set
|
||||||
# CONFIG_HWMON_DEBUG_CHIP is not set
|
# CONFIG_HWMON_DEBUG_CHIP is not set
|
||||||
|
|
||||||
|
@ -620,6 +642,7 @@ CONFIG_HWMON=y
|
||||||
# Multimedia devices
|
# Multimedia devices
|
||||||
#
|
#
|
||||||
# CONFIG_VIDEO_DEV is not set
|
# CONFIG_VIDEO_DEV is not set
|
||||||
|
CONFIG_VIDEO_V4L2=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digital Video Broadcasting Devices
|
# Digital Video Broadcasting Devices
|
||||||
|
@ -629,7 +652,9 @@ CONFIG_HWMON=y
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -663,6 +688,14 @@ CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
#
|
#
|
||||||
# CONFIG_NEW_LEDS is not set
|
# CONFIG_NEW_LEDS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED drivers
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED Triggers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# InfiniBand support
|
# InfiniBand support
|
||||||
#
|
#
|
||||||
|
@ -677,6 +710,19 @@ CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
#
|
#
|
||||||
# CONFIG_RTC_CLASS is not set
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
@ -698,6 +744,7 @@ CONFIG_FS_MBCACHE=y
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
|
CONFIG_INOTIFY_USER=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_AUTOFS_FS is not set
|
||||||
|
@ -795,6 +842,7 @@ CONFIG_PARTITION_ADVANCED=y
|
||||||
# CONFIG_CRC16 is not set
|
# CONFIG_CRC16 is not set
|
||||||
CONFIG_CRC32=y
|
CONFIG_CRC32=y
|
||||||
# CONFIG_LIBCRC32C is not set
|
# CONFIG_LIBCRC32C is not set
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -806,14 +854,19 @@ CONFIG_CRC32=y
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
# CONFIG_MAGIC_SYSRQ is not set
|
# CONFIG_MAGIC_SYSRQ is not set
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_SLAB is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
CONFIG_DEBUG_MUTEXES=y
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
CONFIG_DEBUG_MUTEXES=y
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
# CONFIG_DEBUG_FS is not set
|
# CONFIG_DEBUG_FS is not set
|
||||||
|
@ -824,11 +877,7 @@ CONFIG_FORCED_INLINING=y
|
||||||
# CONFIG_DEBUGGER is not set
|
# CONFIG_DEBUGGER is not set
|
||||||
# CONFIG_BDI_SWITCH is not set
|
# CONFIG_BDI_SWITCH is not set
|
||||||
# CONFIG_BOOTX_TEXT is not set
|
# CONFIG_BOOTX_TEXT is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
|
# CONFIG_PPC_EARLY_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
|
|
|
@ -1,16 +1,18 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.17-rc3
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Fri Jun 16 10:47:09 2006
|
# Sun Sep 10 10:30:15 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
CONFIG_GENERIC_HWEIGHT=y
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
CONFIG_GENERIC_FIND_NEXT_BIT=y
|
||||||
CONFIG_PPC=y
|
CONFIG_PPC=y
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_GENERIC_NVRAM=y
|
CONFIG_GENERIC_NVRAM=y
|
||||||
|
@ -41,6 +43,7 @@ CONFIG_PPC_STD_MMU=y
|
||||||
CONFIG_PPC_STD_MMU_32=y
|
CONFIG_PPC_STD_MMU_32=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_NR_CPUS=2
|
CONFIG_NR_CPUS=2
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -58,6 +61,7 @@ CONFIG_LOCALVERSION=""
|
||||||
# CONFIG_SYSVIPC is not set
|
# CONFIG_SYSVIPC is not set
|
||||||
# CONFIG_POSIX_MQUEUE is not set
|
# CONFIG_POSIX_MQUEUE is not set
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
|
@ -75,10 +79,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
# CONFIG_ELF_CORE is not set
|
# CONFIG_ELF_CORE is not set
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
# CONFIG_SLAB is not set
|
# CONFIG_SLAB is not set
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
CONFIG_SLOB=y
|
CONFIG_SLOB=y
|
||||||
|
@ -107,9 +113,9 @@ CONFIG_DEFAULT_DEADLINE=y
|
||||||
# CONFIG_DEFAULT_CFQ is not set
|
# CONFIG_DEFAULT_CFQ is not set
|
||||||
# CONFIG_DEFAULT_NOOP is not set
|
# CONFIG_DEFAULT_NOOP is not set
|
||||||
CONFIG_DEFAULT_IOSCHED="deadline"
|
CONFIG_DEFAULT_IOSCHED="deadline"
|
||||||
CONFIG_MPIC=y
|
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
CONFIG_PPC_INDIRECT_PCI_BE=y
|
CONFIG_PPC_INDIRECT_PCI_BE=y
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Platform Support
|
# Platform Support
|
||||||
|
@ -131,6 +137,7 @@ CONFIG_PREEMPT_NONE=y
|
||||||
CONFIG_PREEMPT_BKL=y
|
CONFIG_PREEMPT_BKL=y
|
||||||
CONFIG_BINFMT_ELF=y
|
CONFIG_BINFMT_ELF=y
|
||||||
# CONFIG_BINFMT_MISC is not set
|
# CONFIG_BINFMT_MISC is not set
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
# CONFIG_IRQ_ALL_CPUS is not set
|
# CONFIG_IRQ_ALL_CPUS is not set
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_SELECT_MEMORY_MODEL=y
|
CONFIG_SELECT_MEMORY_MODEL=y
|
||||||
|
@ -141,6 +148,7 @@ CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
# CONFIG_RESOURCES_64BIT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
# CONFIG_CMDLINE_BOOL is not set
|
# CONFIG_CMDLINE_BOOL is not set
|
||||||
# CONFIG_PM is not set
|
# CONFIG_PM is not set
|
||||||
|
@ -151,11 +159,13 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
CONFIG_PPC_I8259=y
|
CONFIG_PPC_I8259=y
|
||||||
CONFIG_PPC_INDIRECT_PCI=y
|
CONFIG_PPC_INDIRECT_PCI=y
|
||||||
CONFIG_FSL_SOC=y
|
CONFIG_FSL_SOC=y
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCI_DOMAINS=y
|
CONFIG_PCI_DOMAINS=y
|
||||||
|
# CONFIG_PCIEPORTBUS is not set
|
||||||
# CONFIG_PCI_DEBUG is not set
|
# CONFIG_PCI_DEBUG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -194,6 +204,8 @@ CONFIG_NET=y
|
||||||
CONFIG_PACKET=y
|
CONFIG_PACKET=y
|
||||||
# CONFIG_PACKET_MMAP is not set
|
# CONFIG_PACKET_MMAP is not set
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
|
CONFIG_XFRM=y
|
||||||
|
CONFIG_XFRM_USER=y
|
||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
# CONFIG_IP_MULTICAST is not set
|
# CONFIG_IP_MULTICAST is not set
|
||||||
|
@ -212,6 +224,8 @@ CONFIG_IP_PNP_RARP=y
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
# CONFIG_INET_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
# CONFIG_INET_TUNNEL is not set
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
|
@ -224,7 +238,10 @@ CONFIG_IPV6=y
|
||||||
# CONFIG_INET6_IPCOMP is not set
|
# CONFIG_INET6_IPCOMP is not set
|
||||||
# CONFIG_INET6_XFRM_TUNNEL is not set
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET6_TUNNEL is not set
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET6_XFRM_MODE_TUNNEL=y
|
||||||
# CONFIG_IPV6_TUNNEL is not set
|
# CONFIG_IPV6_TUNNEL is not set
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -279,6 +296,7 @@ CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
CONFIG_FW_LOADER=y
|
CONFIG_FW_LOADER=y
|
||||||
# CONFIG_DEBUG_DRIVER is not set
|
# CONFIG_DEBUG_DRIVER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -315,6 +333,7 @@ CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=131072
|
CONFIG_BLK_DEV_RAM_SIZE=131072
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -383,6 +402,8 @@ CONFIG_PHYLIB=y
|
||||||
# CONFIG_LXT_PHY is not set
|
# CONFIG_LXT_PHY is not set
|
||||||
# CONFIG_CICADA_PHY is not set
|
# CONFIG_CICADA_PHY is not set
|
||||||
CONFIG_VITESSE_PHY=y
|
CONFIG_VITESSE_PHY=y
|
||||||
|
# CONFIG_SMSC_PHY is not set
|
||||||
|
# CONFIG_FIXED_PHY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Ethernet (10 or 100Mbit)
|
# Ethernet (10 or 100Mbit)
|
||||||
|
@ -426,6 +447,7 @@ CONFIG_GIANFAR=y
|
||||||
# CONFIG_CHELSIO_T1 is not set
|
# CONFIG_CHELSIO_T1 is not set
|
||||||
# CONFIG_IXGB is not set
|
# CONFIG_IXGB is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
|
# CONFIG_MYRI10GE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
|
@ -500,6 +522,7 @@ CONFIG_SERIO_LIBPS2=y
|
||||||
CONFIG_VT=y
|
CONFIG_VT=y
|
||||||
CONFIG_VT_CONSOLE=y
|
CONFIG_VT_CONSOLE=y
|
||||||
CONFIG_HW_CONSOLE=y
|
CONFIG_HW_CONSOLE=y
|
||||||
|
# CONFIG_VT_HW_CONSOLE_BINDING is not set
|
||||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -534,6 +557,7 @@ CONFIG_UNIX98_PTYS=y
|
||||||
# Watchdog Cards
|
# Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
# CONFIG_GEN_RTC is not set
|
# CONFIG_GEN_RTC is not set
|
||||||
# CONFIG_DTLK is not set
|
# CONFIG_DTLK is not set
|
||||||
|
@ -579,6 +603,7 @@ CONFIG_I2C=y
|
||||||
# CONFIG_I2C_PIIX4 is not set
|
# CONFIG_I2C_PIIX4 is not set
|
||||||
CONFIG_I2C_MPC=y
|
CONFIG_I2C_MPC=y
|
||||||
# CONFIG_I2C_NFORCE2 is not set
|
# CONFIG_I2C_NFORCE2 is not set
|
||||||
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PARPORT_LIGHT is not set
|
# CONFIG_I2C_PARPORT_LIGHT is not set
|
||||||
# CONFIG_I2C_PROSAVAGE is not set
|
# CONFIG_I2C_PROSAVAGE is not set
|
||||||
# CONFIG_I2C_SAVAGE4 is not set
|
# CONFIG_I2C_SAVAGE4 is not set
|
||||||
|
@ -615,7 +640,6 @@ CONFIG_SENSORS_EEPROM=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
|
@ -631,6 +655,7 @@ CONFIG_SENSORS_EEPROM=y
|
||||||
# Multimedia devices
|
# Multimedia devices
|
||||||
#
|
#
|
||||||
# CONFIG_VIDEO_DEV is not set
|
# CONFIG_VIDEO_DEV is not set
|
||||||
|
CONFIG_VIDEO_V4L2=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digital Video Broadcasting Devices
|
# Digital Video Broadcasting Devices
|
||||||
|
@ -640,6 +665,7 @@ CONFIG_SENSORS_EEPROM=y
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
# CONFIG_FB is not set
|
# CONFIG_FB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -648,6 +674,7 @@ CONFIG_SENSORS_EEPROM=y
|
||||||
CONFIG_VGA_CONSOLE=y
|
CONFIG_VGA_CONSOLE=y
|
||||||
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
|
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
|
||||||
CONFIG_DUMMY_CONSOLE=y
|
CONFIG_DUMMY_CONSOLE=y
|
||||||
|
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sound
|
# Sound
|
||||||
|
@ -703,6 +730,19 @@ CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
#
|
#
|
||||||
# CONFIG_RTC_CLASS is not set
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# File systems
|
# File systems
|
||||||
#
|
#
|
||||||
|
@ -870,6 +910,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
|
||||||
# CONFIG_CRC16 is not set
|
# CONFIG_CRC16 is not set
|
||||||
CONFIG_CRC32=y
|
CONFIG_CRC32=y
|
||||||
# CONFIG_LIBCRC32C is not set
|
# CONFIG_LIBCRC32C is not set
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -881,13 +922,18 @@ CONFIG_CRC32=y
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
# CONFIG_MAGIC_SYSRQ is not set
|
# CONFIG_MAGIC_SYSRQ is not set
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_MUTEXES is not set
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
# CONFIG_DEBUG_MUTEXES is not set
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_HIGHMEM is not set
|
# CONFIG_DEBUG_HIGHMEM is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
|
@ -899,11 +945,7 @@ CONFIG_FORCED_INLINING=y
|
||||||
# CONFIG_DEBUGGER is not set
|
# CONFIG_DEBUGGER is not set
|
||||||
# CONFIG_BDI_SWITCH is not set
|
# CONFIG_BDI_SWITCH is not set
|
||||||
# CONFIG_BOOTX_TEXT is not set
|
# CONFIG_BOOTX_TEXT is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
|
# CONFIG_PPC_EARLY_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.17
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Mon Jul 3 14:20:49 2006
|
# Sun Sep 10 10:30:23 2006
|
||||||
#
|
#
|
||||||
# CONFIG_PPC64 is not set
|
# CONFIG_PPC64 is not set
|
||||||
CONFIG_PPC32=y
|
CONFIG_PPC32=y
|
||||||
|
@ -60,6 +60,7 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
CONFIG_POSIX_MQUEUE=y
|
CONFIG_POSIX_MQUEUE=y
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
# CONFIG_TASKSTATS is not set
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
|
@ -128,7 +129,6 @@ CONFIG_PPC_PMAC=y
|
||||||
# CONFIG_PPC_CELL is not set
|
# CONFIG_PPC_CELL is not set
|
||||||
# CONFIG_PPC_CELL_NATIVE is not set
|
# CONFIG_PPC_CELL_NATIVE is not set
|
||||||
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
||||||
CONFIG_MPIC=y
|
|
||||||
# CONFIG_PPC_RTAS is not set
|
# CONFIG_PPC_RTAS is not set
|
||||||
# CONFIG_MMIO_NVRAM is not set
|
# CONFIG_MMIO_NVRAM is not set
|
||||||
CONFIG_PPC_MPC106=y
|
CONFIG_PPC_MPC106=y
|
||||||
|
@ -149,6 +149,7 @@ CONFIG_CPU_FREQ_PMAC=y
|
||||||
CONFIG_PPC601_SYNC_FIX=y
|
CONFIG_PPC601_SYNC_FIX=y
|
||||||
# CONFIG_TAU is not set
|
# CONFIG_TAU is not set
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -189,6 +190,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
# CONFIG_PPC_I8259 is not set
|
# CONFIG_PPC_I8259 is not set
|
||||||
CONFIG_PPC_INDIRECT_PCI=y
|
CONFIG_PPC_INDIRECT_PCI=y
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
|
@ -559,6 +561,7 @@ CONFIG_BLK_DEV_UB=m
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
CONFIG_BLK_DEV_RAM_SIZE=4096
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -1502,7 +1505,6 @@ CONFIG_USB_MON=y
|
||||||
CONFIG_USB_SERIAL=m
|
CONFIG_USB_SERIAL=m
|
||||||
# CONFIG_USB_SERIAL_GENERIC is not set
|
# CONFIG_USB_SERIAL_GENERIC is not set
|
||||||
# CONFIG_USB_SERIAL_AIRPRIME is not set
|
# CONFIG_USB_SERIAL_AIRPRIME is not set
|
||||||
# CONFIG_USB_SERIAL_ANYDATA is not set
|
|
||||||
# CONFIG_USB_SERIAL_ARK3116 is not set
|
# CONFIG_USB_SERIAL_ARK3116 is not set
|
||||||
# CONFIG_USB_SERIAL_BELKIN is not set
|
# CONFIG_USB_SERIAL_BELKIN is not set
|
||||||
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
# CONFIG_USB_SERIAL_WHITEHEAT is not set
|
||||||
|
@ -1540,6 +1542,7 @@ CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
|
||||||
# CONFIG_USB_SERIAL_PL2303 is not set
|
# CONFIG_USB_SERIAL_PL2303 is not set
|
||||||
# CONFIG_USB_SERIAL_HP4X is not set
|
# CONFIG_USB_SERIAL_HP4X is not set
|
||||||
# CONFIG_USB_SERIAL_SAFE is not set
|
# CONFIG_USB_SERIAL_SAFE is not set
|
||||||
|
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
||||||
# CONFIG_USB_SERIAL_TI is not set
|
# CONFIG_USB_SERIAL_TI is not set
|
||||||
# CONFIG_USB_SERIAL_CYBERJACK is not set
|
# CONFIG_USB_SERIAL_CYBERJACK is not set
|
||||||
# CONFIG_USB_SERIAL_XIRCOM is not set
|
# CONFIG_USB_SERIAL_XIRCOM is not set
|
||||||
|
@ -1557,7 +1560,7 @@ CONFIG_USB_EZUSB=y
|
||||||
# CONFIG_USB_LEGOTOWER is not set
|
# CONFIG_USB_LEGOTOWER is not set
|
||||||
# CONFIG_USB_LCD is not set
|
# CONFIG_USB_LCD is not set
|
||||||
# CONFIG_USB_LED is not set
|
# CONFIG_USB_LED is not set
|
||||||
# CONFIG_USB_CY7C63 is not set
|
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||||
# CONFIG_USB_CYTHERM is not set
|
# CONFIG_USB_CYTHERM is not set
|
||||||
# CONFIG_USB_PHIDGETKIT is not set
|
# CONFIG_USB_PHIDGETKIT is not set
|
||||||
# CONFIG_USB_PHIDGETSERVO is not set
|
# CONFIG_USB_PHIDGETSERVO is not set
|
||||||
|
@ -1728,7 +1731,6 @@ CONFIG_RPCSEC_GSS_KRB5=y
|
||||||
CONFIG_SMB_FS=m
|
CONFIG_SMB_FS=m
|
||||||
# CONFIG_SMB_NLS_DEFAULT is not set
|
# CONFIG_SMB_NLS_DEFAULT is not set
|
||||||
# CONFIG_CIFS is not set
|
# CONFIG_CIFS is not set
|
||||||
# CONFIG_CIFS_DEBUG2 is not set
|
|
||||||
# CONFIG_NCP_FS is not set
|
# CONFIG_NCP_FS is not set
|
||||||
# CONFIG_CODA_FS is not set
|
# CONFIG_CODA_FS is not set
|
||||||
# CONFIG_AFS_FS is not set
|
# CONFIG_AFS_FS is not set
|
||||||
|
@ -1831,11 +1833,13 @@ CONFIG_LOG_BUF_SHIFT=14
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_SLAB is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
# CONFIG_DEBUG_MUTEXES is not set
|
|
||||||
# CONFIG_DEBUG_RT_MUTEXES is not set
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
# CONFIG_RT_MUTEX_TESTER is not set
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
# CONFIG_DEBUG_MUTEXES is not set
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
# CONFIG_DEBUG_FS is not set
|
# CONFIG_DEBUG_FS is not set
|
||||||
|
|
|
@ -1,15 +1,18 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.16-rc2
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Fri Feb 10 17:32:14 2006
|
# Sun Sep 10 10:45:11 2006
|
||||||
#
|
#
|
||||||
CONFIG_PPC64=y
|
CONFIG_PPC64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_PPC_MERGE=y
|
CONFIG_PPC_MERGE=y
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_IRQ_PER_CPU=y
|
||||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
|
CONFIG_GENERIC_FIND_NEXT_BIT=y
|
||||||
CONFIG_PPC=y
|
CONFIG_PPC=y
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_COMPAT=y
|
CONFIG_COMPAT=y
|
||||||
|
@ -30,8 +33,10 @@ CONFIG_POWER4=y
|
||||||
CONFIG_PPC_FPU=y
|
CONFIG_PPC_FPU=y
|
||||||
CONFIG_ALTIVEC=y
|
CONFIG_ALTIVEC=y
|
||||||
CONFIG_PPC_STD_MMU=y
|
CONFIG_PPC_STD_MMU=y
|
||||||
|
CONFIG_VIRT_CPU_ACCOUNTING=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_NR_CPUS=32
|
CONFIG_NR_CPUS=32
|
||||||
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Code maturity level options
|
# Code maturity level options
|
||||||
|
@ -49,11 +54,14 @@ CONFIG_SWAP=y
|
||||||
CONFIG_SYSVIPC=y
|
CONFIG_SYSVIPC=y
|
||||||
CONFIG_POSIX_MQUEUE=y
|
CONFIG_POSIX_MQUEUE=y
|
||||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||||
|
CONFIG_TASKSTATS=y
|
||||||
|
CONFIG_TASK_DELAY_ACCT=y
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
CONFIG_IKCONFIG_PROC=y
|
CONFIG_IKCONFIG_PROC=y
|
||||||
CONFIG_CPUSETS=y
|
CONFIG_CPUSETS=y
|
||||||
|
CONFIG_RELAY=y
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
CONFIG_INITRAMFS_SOURCE=""
|
||||||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
||||||
# CONFIG_EMBEDDED is not set
|
# CONFIG_EMBEDDED is not set
|
||||||
|
@ -65,14 +73,12 @@ CONFIG_PRINTK=y
|
||||||
CONFIG_BUG=y
|
CONFIG_BUG=y
|
||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
|
CONFIG_RT_MUTEXES=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SHMEM=y
|
CONFIG_SHMEM=y
|
||||||
CONFIG_CC_ALIGN_FUNCTIONS=0
|
|
||||||
CONFIG_CC_ALIGN_LABELS=0
|
|
||||||
CONFIG_CC_ALIGN_LOOPS=0
|
|
||||||
CONFIG_CC_ALIGN_JUMPS=0
|
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_TINY_SHMEM is not set
|
# CONFIG_TINY_SHMEM is not set
|
||||||
CONFIG_BASE_SMALL=0
|
CONFIG_BASE_SMALL=0
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
|
@ -83,7 +89,6 @@ CONFIG_BASE_SMALL=0
|
||||||
CONFIG_MODULES=y
|
CONFIG_MODULES=y
|
||||||
CONFIG_MODULE_UNLOAD=y
|
CONFIG_MODULE_UNLOAD=y
|
||||||
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
||||||
CONFIG_OBSOLETE_MODPARM=y
|
|
||||||
CONFIG_MODVERSIONS=y
|
CONFIG_MODVERSIONS=y
|
||||||
CONFIG_MODULE_SRCVERSION_ALL=y
|
CONFIG_MODULE_SRCVERSION_ALL=y
|
||||||
CONFIG_KMOD=y
|
CONFIG_KMOD=y
|
||||||
|
@ -92,6 +97,7 @@ CONFIG_STOP_MACHINE=y
|
||||||
#
|
#
|
||||||
# Block layer
|
# Block layer
|
||||||
#
|
#
|
||||||
|
CONFIG_BLK_DEV_IO_TRACE=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# IO Schedulers
|
# IO Schedulers
|
||||||
|
@ -117,19 +123,22 @@ CONFIG_PPC_PSERIES=y
|
||||||
CONFIG_PPC_PMAC=y
|
CONFIG_PPC_PMAC=y
|
||||||
CONFIG_PPC_PMAC64=y
|
CONFIG_PPC_PMAC64=y
|
||||||
CONFIG_PPC_MAPLE=y
|
CONFIG_PPC_MAPLE=y
|
||||||
# CONFIG_PPC_CELL is not set
|
CONFIG_PPC_CELL=y
|
||||||
|
CONFIG_PPC_CELL_NATIVE=y
|
||||||
|
CONFIG_PPC_IBM_CELL_BLADE=y
|
||||||
|
CONFIG_UDBG_RTAS_CONSOLE=y
|
||||||
CONFIG_XICS=y
|
CONFIG_XICS=y
|
||||||
CONFIG_U3_DART=y
|
CONFIG_U3_DART=y
|
||||||
CONFIG_MPIC=y
|
|
||||||
CONFIG_PPC_RTAS=y
|
CONFIG_PPC_RTAS=y
|
||||||
CONFIG_RTAS_ERROR_LOGGING=y
|
CONFIG_RTAS_ERROR_LOGGING=y
|
||||||
CONFIG_RTAS_PROC=y
|
CONFIG_RTAS_PROC=y
|
||||||
CONFIG_RTAS_FLASH=m
|
CONFIG_RTAS_FLASH=m
|
||||||
# CONFIG_MMIO_NVRAM is not set
|
CONFIG_MMIO_NVRAM=y
|
||||||
CONFIG_MPIC_BROKEN_U3=y
|
CONFIG_MPIC_BROKEN_U3=y
|
||||||
CONFIG_IBMVIO=y
|
CONFIG_IBMVIO=y
|
||||||
# CONFIG_IBMEBUS is not set
|
# CONFIG_IBMEBUS is not set
|
||||||
# CONFIG_PPC_MPC106 is not set
|
# CONFIG_PPC_MPC106 is not set
|
||||||
|
CONFIG_PPC_970_NAP=y
|
||||||
CONFIG_CPU_FREQ=y
|
CONFIG_CPU_FREQ=y
|
||||||
CONFIG_CPU_FREQ_TABLE=y
|
CONFIG_CPU_FREQ_TABLE=y
|
||||||
# CONFIG_CPU_FREQ_DEBUG is not set
|
# CONFIG_CPU_FREQ_DEBUG is not set
|
||||||
|
@ -144,6 +153,15 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y
|
||||||
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
|
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
|
||||||
CONFIG_CPU_FREQ_PMAC64=y
|
CONFIG_CPU_FREQ_PMAC64=y
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Cell Broadband Engine options
|
||||||
|
#
|
||||||
|
CONFIG_SPU_FS=m
|
||||||
|
CONFIG_SPU_BASE=y
|
||||||
|
CONFIG_SPUFS_MMAP=y
|
||||||
|
CONFIG_CBE_RAS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -161,6 +179,7 @@ CONFIG_BINFMT_MISC=m
|
||||||
CONFIG_FORCE_MAX_ZONEORDER=13
|
CONFIG_FORCE_MAX_ZONEORDER=13
|
||||||
CONFIG_IOMMU_VMERGE=y
|
CONFIG_IOMMU_VMERGE=y
|
||||||
CONFIG_HOTPLUG_CPU=y
|
CONFIG_HOTPLUG_CPU=y
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_KEXEC=y
|
CONFIG_KEXEC=y
|
||||||
# CONFIG_CRASH_DUMP is not set
|
# CONFIG_CRASH_DUMP is not set
|
||||||
CONFIG_IRQ_ALL_CPUS=y
|
CONFIG_IRQ_ALL_CPUS=y
|
||||||
|
@ -181,9 +200,10 @@ CONFIG_SPARSEMEM=y
|
||||||
CONFIG_HAVE_MEMORY_PRESENT=y
|
CONFIG_HAVE_MEMORY_PRESENT=y
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
CONFIG_SPARSEMEM_EXTREME=y
|
CONFIG_SPARSEMEM_EXTREME=y
|
||||||
# CONFIG_MEMORY_HOTPLUG is not set
|
CONFIG_MEMORY_HOTPLUG=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
CONFIG_MIGRATION=y
|
CONFIG_RESOURCES_64BIT=y
|
||||||
|
CONFIG_ARCH_MEMORY_PROBE=y
|
||||||
# CONFIG_PPC_64K_PAGES is not set
|
# CONFIG_PPC_64K_PAGES is not set
|
||||||
# CONFIG_SCHED_SMT is not set
|
# CONFIG_SCHED_SMT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
|
@ -196,11 +216,12 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
CONFIG_PPC_I8259=y
|
CONFIG_PPC_I8259=y
|
||||||
# CONFIG_PPC_INDIRECT_PCI is not set
|
# CONFIG_PPC_INDIRECT_PCI is not set
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCI_DOMAINS=y
|
CONFIG_PCI_DOMAINS=y
|
||||||
# CONFIG_PCI_LEGACY_PROC is not set
|
# CONFIG_PCIEPORTBUS is not set
|
||||||
# CONFIG_PCI_DEBUG is not set
|
# CONFIG_PCI_DEBUG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -247,7 +268,10 @@ CONFIG_SYN_COOKIES=y
|
||||||
CONFIG_INET_AH=m
|
CONFIG_INET_AH=m
|
||||||
CONFIG_INET_ESP=m
|
CONFIG_INET_ESP=m
|
||||||
CONFIG_INET_IPCOMP=m
|
CONFIG_INET_IPCOMP=m
|
||||||
|
CONFIG_INET_XFRM_TUNNEL=m
|
||||||
CONFIG_INET_TUNNEL=y
|
CONFIG_INET_TUNNEL=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
||||||
|
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
|
@ -258,6 +282,9 @@ CONFIG_TCP_CONG_BIC=y
|
||||||
#
|
#
|
||||||
# CONFIG_IP_VS is not set
|
# CONFIG_IP_VS is not set
|
||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
# CONFIG_NETFILTER_DEBUG is not set
|
# CONFIG_NETFILTER_DEBUG is not set
|
||||||
|
|
||||||
|
@ -284,6 +311,8 @@ CONFIG_IP_NF_IRC=m
|
||||||
CONFIG_IP_NF_TFTP=m
|
CONFIG_IP_NF_TFTP=m
|
||||||
CONFIG_IP_NF_AMANDA=m
|
CONFIG_IP_NF_AMANDA=m
|
||||||
# CONFIG_IP_NF_PPTP is not set
|
# CONFIG_IP_NF_PPTP is not set
|
||||||
|
# CONFIG_IP_NF_H323 is not set
|
||||||
|
CONFIG_IP_NF_SIP=m
|
||||||
CONFIG_IP_NF_QUEUE=m
|
CONFIG_IP_NF_QUEUE=m
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -339,6 +368,7 @@ CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
CONFIG_FW_LOADER=y
|
CONFIG_FW_LOADER=y
|
||||||
# CONFIG_DEBUG_DRIVER is not set
|
# CONFIG_DEBUG_DRIVER is not set
|
||||||
|
# CONFIG_SYS_HYPERVISOR is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Connector - unified userspace <-> kernelspace linker
|
# Connector - unified userspace <-> kernelspace linker
|
||||||
|
@ -376,6 +406,7 @@ CONFIG_BLK_DEV_NBD=m
|
||||||
CONFIG_BLK_DEV_RAM=y
|
CONFIG_BLK_DEV_RAM=y
|
||||||
CONFIG_BLK_DEV_RAM_COUNT=16
|
CONFIG_BLK_DEV_RAM_COUNT=16
|
||||||
CONFIG_BLK_DEV_RAM_SIZE=65536
|
CONFIG_BLK_DEV_RAM_SIZE=65536
|
||||||
|
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
|
@ -436,7 +467,6 @@ CONFIG_BLK_DEV_AMD74XX=y
|
||||||
CONFIG_BLK_DEV_IDE_PMAC=y
|
CONFIG_BLK_DEV_IDE_PMAC=y
|
||||||
CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
|
CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
|
||||||
CONFIG_BLK_DEV_IDEDMA_PMAC=y
|
CONFIG_BLK_DEV_IDEDMA_PMAC=y
|
||||||
# CONFIG_BLK_DEV_IDE_PMAC_BLINK is not set
|
|
||||||
# CONFIG_IDE_ARM is not set
|
# CONFIG_IDE_ARM is not set
|
||||||
CONFIG_BLK_DEV_IDEDMA=y
|
CONFIG_BLK_DEV_IDEDMA=y
|
||||||
# CONFIG_IDEDMA_IVB is not set
|
# CONFIG_IDEDMA_IVB is not set
|
||||||
|
@ -497,6 +527,7 @@ CONFIG_SCSI_SATA_SVW=y
|
||||||
# CONFIG_SCSI_SATA_MV is not set
|
# CONFIG_SCSI_SATA_MV is not set
|
||||||
# CONFIG_SCSI_SATA_NV is not set
|
# CONFIG_SCSI_SATA_NV is not set
|
||||||
# CONFIG_SCSI_PDC_ADMA is not set
|
# CONFIG_SCSI_PDC_ADMA is not set
|
||||||
|
# CONFIG_SCSI_HPTIOP is not set
|
||||||
# CONFIG_SCSI_SATA_QSTOR is not set
|
# CONFIG_SCSI_SATA_QSTOR is not set
|
||||||
# CONFIG_SCSI_SATA_PROMISE is not set
|
# CONFIG_SCSI_SATA_PROMISE is not set
|
||||||
# CONFIG_SCSI_SATA_SX4 is not set
|
# CONFIG_SCSI_SATA_SX4 is not set
|
||||||
|
@ -519,11 +550,10 @@ CONFIG_SCSI_SYM53C8XX_2=y
|
||||||
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
|
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
|
||||||
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
|
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
|
||||||
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
|
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
|
||||||
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set
|
CONFIG_SCSI_SYM53C8XX_MMIO=y
|
||||||
CONFIG_SCSI_IPR=y
|
CONFIG_SCSI_IPR=y
|
||||||
CONFIG_SCSI_IPR_TRACE=y
|
CONFIG_SCSI_IPR_TRACE=y
|
||||||
CONFIG_SCSI_IPR_DUMP=y
|
CONFIG_SCSI_IPR_DUMP=y
|
||||||
# CONFIG_SCSI_QLOGIC_FC is not set
|
|
||||||
# CONFIG_SCSI_QLOGIC_1280 is not set
|
# CONFIG_SCSI_QLOGIC_1280 is not set
|
||||||
# CONFIG_SCSI_QLA_FC is not set
|
# CONFIG_SCSI_QLA_FC is not set
|
||||||
CONFIG_SCSI_LPFC=m
|
CONFIG_SCSI_LPFC=m
|
||||||
|
@ -540,8 +570,8 @@ CONFIG_MD_LINEAR=y
|
||||||
CONFIG_MD_RAID0=y
|
CONFIG_MD_RAID0=y
|
||||||
CONFIG_MD_RAID1=y
|
CONFIG_MD_RAID1=y
|
||||||
CONFIG_MD_RAID10=y
|
CONFIG_MD_RAID10=y
|
||||||
CONFIG_MD_RAID5=y
|
CONFIG_MD_RAID456=y
|
||||||
CONFIG_MD_RAID6=m
|
CONFIG_MD_RAID5_RESHAPE=y
|
||||||
CONFIG_MD_MULTIPATH=m
|
CONFIG_MD_MULTIPATH=m
|
||||||
CONFIG_MD_FAULTY=m
|
CONFIG_MD_FAULTY=m
|
||||||
CONFIG_BLK_DEV_DM=y
|
CONFIG_BLK_DEV_DM=y
|
||||||
|
@ -585,7 +615,6 @@ CONFIG_IEEE1394_OHCI1394=y
|
||||||
#
|
#
|
||||||
CONFIG_IEEE1394_VIDEO1394=m
|
CONFIG_IEEE1394_VIDEO1394=m
|
||||||
CONFIG_IEEE1394_SBP2=m
|
CONFIG_IEEE1394_SBP2=m
|
||||||
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
|
|
||||||
CONFIG_IEEE1394_ETH1394=m
|
CONFIG_IEEE1394_ETH1394=m
|
||||||
CONFIG_IEEE1394_DV1394=m
|
CONFIG_IEEE1394_DV1394=m
|
||||||
CONFIG_IEEE1394_RAWIO=y
|
CONFIG_IEEE1394_RAWIO=y
|
||||||
|
@ -599,6 +628,7 @@ CONFIG_IEEE1394_RAWIO=y
|
||||||
# Macintosh device drivers
|
# Macintosh device drivers
|
||||||
#
|
#
|
||||||
CONFIG_ADB_PMU=y
|
CONFIG_ADB_PMU=y
|
||||||
|
# CONFIG_ADB_PMU_LED is not set
|
||||||
CONFIG_PMAC_SMU=y
|
CONFIG_PMAC_SMU=y
|
||||||
CONFIG_THERM_PM72=y
|
CONFIG_THERM_PM72=y
|
||||||
CONFIG_WINDFARM=y
|
CONFIG_WINDFARM=y
|
||||||
|
@ -682,6 +712,7 @@ CONFIG_E1000=y
|
||||||
# CONFIG_VIA_VELOCITY is not set
|
# CONFIG_VIA_VELOCITY is not set
|
||||||
CONFIG_TIGON3=y
|
CONFIG_TIGON3=y
|
||||||
# CONFIG_BNX2 is not set
|
# CONFIG_BNX2 is not set
|
||||||
|
CONFIG_SPIDER_NET=m
|
||||||
# CONFIG_MV643XX_ETH is not set
|
# CONFIG_MV643XX_ETH is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -691,6 +722,7 @@ CONFIG_TIGON3=y
|
||||||
CONFIG_IXGB=m
|
CONFIG_IXGB=m
|
||||||
# CONFIG_IXGB_NAPI is not set
|
# CONFIG_IXGB_NAPI is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
|
# CONFIG_MYRI10GE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
|
@ -792,6 +824,7 @@ CONFIG_SERIO_LIBPS2=y
|
||||||
CONFIG_VT=y
|
CONFIG_VT=y
|
||||||
CONFIG_VT_CONSOLE=y
|
CONFIG_VT_CONSOLE=y
|
||||||
CONFIG_HW_CONSOLE=y
|
CONFIG_HW_CONSOLE=y
|
||||||
|
# CONFIG_VT_HW_CONSOLE_BINDING is not set
|
||||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -799,6 +832,7 @@ CONFIG_HW_CONSOLE=y
|
||||||
#
|
#
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=y
|
||||||
CONFIG_SERIAL_8250_CONSOLE=y
|
CONFIG_SERIAL_8250_CONSOLE=y
|
||||||
|
CONFIG_SERIAL_8250_PCI=y
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=4
|
CONFIG_SERIAL_8250_NR_UARTS=4
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
||||||
# CONFIG_SERIAL_8250_EXTENDED is not set
|
# CONFIG_SERIAL_8250_EXTENDED is not set
|
||||||
|
@ -814,7 +848,9 @@ CONFIG_SERIAL_ICOM=m
|
||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
CONFIG_LEGACY_PTYS=y
|
CONFIG_LEGACY_PTYS=y
|
||||||
CONFIG_LEGACY_PTY_COUNT=256
|
CONFIG_LEGACY_PTY_COUNT=256
|
||||||
|
CONFIG_HVC_DRIVER=y
|
||||||
CONFIG_HVC_CONSOLE=y
|
CONFIG_HVC_CONSOLE=y
|
||||||
|
CONFIG_HVC_RTAS=y
|
||||||
CONFIG_HVCS=m
|
CONFIG_HVCS=m
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -826,7 +862,7 @@ CONFIG_HVCS=m
|
||||||
# Watchdog Cards
|
# Watchdog Cards
|
||||||
#
|
#
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
# CONFIG_RTC is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_GEN_RTC=y
|
CONFIG_GEN_RTC=y
|
||||||
# CONFIG_GEN_RTC_X is not set
|
# CONFIG_GEN_RTC_X is not set
|
||||||
# CONFIG_DTLK is not set
|
# CONFIG_DTLK is not set
|
||||||
|
@ -874,10 +910,10 @@ CONFIG_I2C_AMD8111=y
|
||||||
# CONFIG_I2C_PIIX4 is not set
|
# CONFIG_I2C_PIIX4 is not set
|
||||||
CONFIG_I2C_POWERMAC=y
|
CONFIG_I2C_POWERMAC=y
|
||||||
# CONFIG_I2C_NFORCE2 is not set
|
# CONFIG_I2C_NFORCE2 is not set
|
||||||
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PARPORT_LIGHT is not set
|
# CONFIG_I2C_PARPORT_LIGHT is not set
|
||||||
# CONFIG_I2C_PROSAVAGE is not set
|
# CONFIG_I2C_PROSAVAGE is not set
|
||||||
# CONFIG_I2C_SAVAGE4 is not set
|
# CONFIG_I2C_SAVAGE4 is not set
|
||||||
# CONFIG_SCx200_ACB is not set
|
|
||||||
# CONFIG_I2C_SIS5595 is not set
|
# CONFIG_I2C_SIS5595 is not set
|
||||||
# CONFIG_I2C_SIS630 is not set
|
# CONFIG_I2C_SIS630 is not set
|
||||||
# CONFIG_I2C_SIS96X is not set
|
# CONFIG_I2C_SIS96X is not set
|
||||||
|
@ -896,9 +932,7 @@ CONFIG_I2C_POWERMAC=y
|
||||||
# CONFIG_SENSORS_PCF8574 is not set
|
# CONFIG_SENSORS_PCF8574 is not set
|
||||||
# CONFIG_SENSORS_PCA9539 is not set
|
# CONFIG_SENSORS_PCA9539 is not set
|
||||||
# CONFIG_SENSORS_PCF8591 is not set
|
# CONFIG_SENSORS_PCF8591 is not set
|
||||||
# CONFIG_SENSORS_RTC8564 is not set
|
|
||||||
# CONFIG_SENSORS_MAX6875 is not set
|
# CONFIG_SENSORS_MAX6875 is not set
|
||||||
# CONFIG_RTC_X1205_I2C is not set
|
|
||||||
# CONFIG_I2C_DEBUG_CORE is not set
|
# CONFIG_I2C_DEBUG_CORE is not set
|
||||||
# CONFIG_I2C_DEBUG_ALGO is not set
|
# CONFIG_I2C_DEBUG_ALGO is not set
|
||||||
# CONFIG_I2C_DEBUG_BUS is not set
|
# CONFIG_I2C_DEBUG_BUS is not set
|
||||||
|
@ -913,7 +947,6 @@ CONFIG_I2C_POWERMAC=y
|
||||||
#
|
#
|
||||||
# Dallas's 1-wire bus
|
# Dallas's 1-wire bus
|
||||||
#
|
#
|
||||||
# CONFIG_W1 is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware Monitoring support
|
# Hardware Monitoring support
|
||||||
|
@ -925,38 +958,34 @@ CONFIG_I2C_POWERMAC=y
|
||||||
# Misc devices
|
# Misc devices
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# Multimedia Capabilities Port drivers
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Multimedia devices
|
# Multimedia devices
|
||||||
#
|
#
|
||||||
# CONFIG_VIDEO_DEV is not set
|
# CONFIG_VIDEO_DEV is not set
|
||||||
|
CONFIG_VIDEO_V4L2=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digital Video Broadcasting Devices
|
# Digital Video Broadcasting Devices
|
||||||
#
|
#
|
||||||
# CONFIG_DVB is not set
|
# CONFIG_DVB is not set
|
||||||
|
# CONFIG_USB_DABUSB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Graphics support
|
# Graphics support
|
||||||
#
|
#
|
||||||
|
CONFIG_FIRMWARE_EDID=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
CONFIG_FB_CFB_FILLRECT=y
|
CONFIG_FB_CFB_FILLRECT=y
|
||||||
CONFIG_FB_CFB_COPYAREA=y
|
CONFIG_FB_CFB_COPYAREA=y
|
||||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||||
CONFIG_FB_MACMODES=y
|
CONFIG_FB_MACMODES=y
|
||||||
|
# CONFIG_FB_BACKLIGHT is not set
|
||||||
CONFIG_FB_MODE_HELPERS=y
|
CONFIG_FB_MODE_HELPERS=y
|
||||||
CONFIG_FB_TILEBLITTING=y
|
CONFIG_FB_TILEBLITTING=y
|
||||||
# CONFIG_FB_CIRRUS is not set
|
# CONFIG_FB_CIRRUS is not set
|
||||||
# CONFIG_FB_PM2 is not set
|
# CONFIG_FB_PM2 is not set
|
||||||
# CONFIG_FB_CYBER2000 is not set
|
# CONFIG_FB_CYBER2000 is not set
|
||||||
CONFIG_FB_OF=y
|
CONFIG_FB_OF=y
|
||||||
# CONFIG_FB_CONTROL is not set
|
|
||||||
# CONFIG_FB_PLATINUM is not set
|
|
||||||
# CONFIG_FB_VALKYRIE is not set
|
|
||||||
# CONFIG_FB_CT65550 is not set
|
|
||||||
# CONFIG_FB_ASILIANT is not set
|
# CONFIG_FB_ASILIANT is not set
|
||||||
# CONFIG_FB_IMSTT is not set
|
# CONFIG_FB_IMSTT is not set
|
||||||
# CONFIG_FB_VGA16 is not set
|
# CONFIG_FB_VGA16 is not set
|
||||||
|
@ -970,7 +999,6 @@ CONFIG_FB_MATROX_G=y
|
||||||
CONFIG_FB_MATROX_I2C=m
|
CONFIG_FB_MATROX_I2C=m
|
||||||
CONFIG_FB_MATROX_MAVEN=m
|
CONFIG_FB_MATROX_MAVEN=m
|
||||||
CONFIG_FB_MATROX_MULTIHEAD=y
|
CONFIG_FB_MATROX_MULTIHEAD=y
|
||||||
# CONFIG_FB_RADEON_OLD is not set
|
|
||||||
CONFIG_FB_RADEON=y
|
CONFIG_FB_RADEON=y
|
||||||
CONFIG_FB_RADEON_I2C=y
|
CONFIG_FB_RADEON_I2C=y
|
||||||
# CONFIG_FB_RADEON_DEBUG is not set
|
# CONFIG_FB_RADEON_DEBUG is not set
|
||||||
|
@ -1025,9 +1053,11 @@ CONFIG_SND_SEQ_DUMMY=m
|
||||||
CONFIG_SND_OSSEMUL=y
|
CONFIG_SND_OSSEMUL=y
|
||||||
CONFIG_SND_MIXER_OSS=m
|
CONFIG_SND_MIXER_OSS=m
|
||||||
CONFIG_SND_PCM_OSS=m
|
CONFIG_SND_PCM_OSS=m
|
||||||
|
CONFIG_SND_PCM_OSS_PLUGINS=y
|
||||||
CONFIG_SND_SEQUENCER_OSS=y
|
CONFIG_SND_SEQUENCER_OSS=y
|
||||||
# CONFIG_SND_DYNAMIC_MINORS is not set
|
# CONFIG_SND_DYNAMIC_MINORS is not set
|
||||||
CONFIG_SND_SUPPORT_OLD_API=y
|
CONFIG_SND_SUPPORT_OLD_API=y
|
||||||
|
CONFIG_SND_VERBOSE_PROCFS=y
|
||||||
# CONFIG_SND_VERBOSE_PRINTK is not set
|
# CONFIG_SND_VERBOSE_PRINTK is not set
|
||||||
# CONFIG_SND_DEBUG is not set
|
# CONFIG_SND_DEBUG is not set
|
||||||
|
|
||||||
|
@ -1044,6 +1074,7 @@ CONFIG_SND_SUPPORT_OLD_API=y
|
||||||
# PCI devices
|
# PCI devices
|
||||||
#
|
#
|
||||||
# CONFIG_SND_AD1889 is not set
|
# CONFIG_SND_AD1889 is not set
|
||||||
|
# CONFIG_SND_ALS300 is not set
|
||||||
# CONFIG_SND_ALS4000 is not set
|
# CONFIG_SND_ALS4000 is not set
|
||||||
# CONFIG_SND_ALI5451 is not set
|
# CONFIG_SND_ALI5451 is not set
|
||||||
# CONFIG_SND_ATIIXP is not set
|
# CONFIG_SND_ATIIXP is not set
|
||||||
|
@ -1057,6 +1088,18 @@ CONFIG_SND_SUPPORT_OLD_API=y
|
||||||
# CONFIG_SND_CMIPCI is not set
|
# CONFIG_SND_CMIPCI is not set
|
||||||
# CONFIG_SND_CS4281 is not set
|
# CONFIG_SND_CS4281 is not set
|
||||||
# CONFIG_SND_CS46XX is not set
|
# CONFIG_SND_CS46XX is not set
|
||||||
|
# CONFIG_SND_DARLA20 is not set
|
||||||
|
# CONFIG_SND_GINA20 is not set
|
||||||
|
# CONFIG_SND_LAYLA20 is not set
|
||||||
|
# CONFIG_SND_DARLA24 is not set
|
||||||
|
# CONFIG_SND_GINA24 is not set
|
||||||
|
# CONFIG_SND_LAYLA24 is not set
|
||||||
|
# CONFIG_SND_MONA is not set
|
||||||
|
# CONFIG_SND_MIA is not set
|
||||||
|
# CONFIG_SND_ECHO3G is not set
|
||||||
|
# CONFIG_SND_INDIGO is not set
|
||||||
|
# CONFIG_SND_INDIGOIO is not set
|
||||||
|
# CONFIG_SND_INDIGODJ is not set
|
||||||
# CONFIG_SND_EMU10K1 is not set
|
# CONFIG_SND_EMU10K1 is not set
|
||||||
# CONFIG_SND_EMU10K1X is not set
|
# CONFIG_SND_EMU10K1X is not set
|
||||||
# CONFIG_SND_ENS1370 is not set
|
# CONFIG_SND_ENS1370 is not set
|
||||||
|
@ -1076,6 +1119,7 @@ CONFIG_SND_SUPPORT_OLD_API=y
|
||||||
# CONFIG_SND_MIXART is not set
|
# CONFIG_SND_MIXART is not set
|
||||||
# CONFIG_SND_NM256 is not set
|
# CONFIG_SND_NM256 is not set
|
||||||
# CONFIG_SND_PCXHR is not set
|
# CONFIG_SND_PCXHR is not set
|
||||||
|
# CONFIG_SND_RIPTIDE is not set
|
||||||
# CONFIG_SND_RME32 is not set
|
# CONFIG_SND_RME32 is not set
|
||||||
# CONFIG_SND_RME96 is not set
|
# CONFIG_SND_RME96 is not set
|
||||||
# CONFIG_SND_RME9652 is not set
|
# CONFIG_SND_RME9652 is not set
|
||||||
|
@ -1092,6 +1136,17 @@ CONFIG_SND_SUPPORT_OLD_API=y
|
||||||
CONFIG_SND_POWERMAC=m
|
CONFIG_SND_POWERMAC=m
|
||||||
CONFIG_SND_POWERMAC_AUTO_DRC=y
|
CONFIG_SND_POWERMAC_AUTO_DRC=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Apple Onboard Audio driver
|
||||||
|
#
|
||||||
|
CONFIG_SND_AOA=m
|
||||||
|
CONFIG_SND_AOA_FABRIC_LAYOUT=m
|
||||||
|
CONFIG_SND_AOA_ONYX=m
|
||||||
|
CONFIG_SND_AOA_TAS=m
|
||||||
|
CONFIG_SND_AOA_TOONIE=m
|
||||||
|
CONFIG_SND_AOA_SOUNDBUS=m
|
||||||
|
CONFIG_SND_AOA_SOUNDBUS_I2S=m
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB devices
|
# USB devices
|
||||||
#
|
#
|
||||||
|
@ -1108,6 +1163,7 @@ CONFIG_SND_POWERMAC_AUTO_DRC=y
|
||||||
#
|
#
|
||||||
CONFIG_USB_ARCH_HAS_HCD=y
|
CONFIG_USB_ARCH_HAS_HCD=y
|
||||||
CONFIG_USB_ARCH_HAS_OHCI=y
|
CONFIG_USB_ARCH_HAS_OHCI=y
|
||||||
|
CONFIG_USB_ARCH_HAS_EHCI=y
|
||||||
CONFIG_USB=y
|
CONFIG_USB=y
|
||||||
# CONFIG_USB_DEBUG is not set
|
# CONFIG_USB_DEBUG is not set
|
||||||
|
|
||||||
|
@ -1125,6 +1181,7 @@ CONFIG_USB_DEVICEFS=y
|
||||||
CONFIG_USB_EHCI_HCD=y
|
CONFIG_USB_EHCI_HCD=y
|
||||||
# CONFIG_USB_EHCI_SPLIT_ISO is not set
|
# CONFIG_USB_EHCI_SPLIT_ISO is not set
|
||||||
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
|
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
|
||||||
|
CONFIG_USB_EHCI_TT_NEWSCHED=y
|
||||||
# CONFIG_USB_ISP116X_HCD is not set
|
# CONFIG_USB_ISP116X_HCD is not set
|
||||||
CONFIG_USB_OHCI_HCD=y
|
CONFIG_USB_OHCI_HCD=y
|
||||||
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
|
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
|
||||||
|
@ -1135,7 +1192,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
|
||||||
#
|
#
|
||||||
# USB Device Class drivers
|
# USB Device Class drivers
|
||||||
#
|
#
|
||||||
# CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
|
|
||||||
# CONFIG_USB_ACM is not set
|
# CONFIG_USB_ACM is not set
|
||||||
# CONFIG_USB_PRINTER is not set
|
# CONFIG_USB_PRINTER is not set
|
||||||
|
|
||||||
|
@ -1173,9 +1229,7 @@ CONFIG_USB_HIDDEV=y
|
||||||
# CONFIG_USB_ACECAD is not set
|
# CONFIG_USB_ACECAD is not set
|
||||||
# CONFIG_USB_KBTAB is not set
|
# CONFIG_USB_KBTAB is not set
|
||||||
# CONFIG_USB_POWERMATE is not set
|
# CONFIG_USB_POWERMATE is not set
|
||||||
# CONFIG_USB_MTOUCH is not set
|
# CONFIG_USB_TOUCHSCREEN is not set
|
||||||
# CONFIG_USB_ITMTOUCH is not set
|
|
||||||
# CONFIG_USB_EGALAX is not set
|
|
||||||
# CONFIG_USB_YEALINK is not set
|
# CONFIG_USB_YEALINK is not set
|
||||||
# CONFIG_USB_XPAD is not set
|
# CONFIG_USB_XPAD is not set
|
||||||
# CONFIG_USB_ATI_REMOTE is not set
|
# CONFIG_USB_ATI_REMOTE is not set
|
||||||
|
@ -1189,15 +1243,6 @@ CONFIG_USB_HIDDEV=y
|
||||||
# CONFIG_USB_MDC800 is not set
|
# CONFIG_USB_MDC800 is not set
|
||||||
# CONFIG_USB_MICROTEK is not set
|
# CONFIG_USB_MICROTEK is not set
|
||||||
|
|
||||||
#
|
|
||||||
# USB Multimedia devices
|
|
||||||
#
|
|
||||||
# CONFIG_USB_DABUSB is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Video4Linux support is needed for USB Multimedia device support
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Network Adapters
|
# USB Network Adapters
|
||||||
#
|
#
|
||||||
|
@ -1227,10 +1272,12 @@ CONFIG_USB_HIDDEV=y
|
||||||
# CONFIG_USB_LEGOTOWER is not set
|
# CONFIG_USB_LEGOTOWER is not set
|
||||||
# CONFIG_USB_LCD is not set
|
# CONFIG_USB_LCD is not set
|
||||||
# CONFIG_USB_LED is not set
|
# CONFIG_USB_LED is not set
|
||||||
|
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||||
# CONFIG_USB_CYTHERM is not set
|
# CONFIG_USB_CYTHERM is not set
|
||||||
# CONFIG_USB_PHIDGETKIT is not set
|
# CONFIG_USB_PHIDGETKIT is not set
|
||||||
# CONFIG_USB_PHIDGETSERVO is not set
|
# CONFIG_USB_PHIDGETSERVO is not set
|
||||||
# CONFIG_USB_IDMOUSE is not set
|
# CONFIG_USB_IDMOUSE is not set
|
||||||
|
CONFIG_USB_APPLEDISPLAY=m
|
||||||
# CONFIG_USB_SISUSBVGA is not set
|
# CONFIG_USB_SISUSBVGA is not set
|
||||||
# CONFIG_USB_LD is not set
|
# CONFIG_USB_LD is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
|
@ -1249,24 +1296,54 @@ CONFIG_USB_HIDDEV=y
|
||||||
#
|
#
|
||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED devices
|
||||||
|
#
|
||||||
|
# CONFIG_NEW_LEDS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED drivers
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED Triggers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# InfiniBand support
|
# InfiniBand support
|
||||||
#
|
#
|
||||||
CONFIG_INFINIBAND=m
|
CONFIG_INFINIBAND=m
|
||||||
# CONFIG_INFINIBAND_USER_MAD is not set
|
# CONFIG_INFINIBAND_USER_MAD is not set
|
||||||
# CONFIG_INFINIBAND_USER_ACCESS is not set
|
# CONFIG_INFINIBAND_USER_ACCESS is not set
|
||||||
|
CONFIG_INFINIBAND_ADDR_TRANS=y
|
||||||
CONFIG_INFINIBAND_MTHCA=m
|
CONFIG_INFINIBAND_MTHCA=m
|
||||||
# CONFIG_INFINIBAND_MTHCA_DEBUG is not set
|
CONFIG_INFINIBAND_MTHCA_DEBUG=y
|
||||||
CONFIG_INFINIBAND_IPOIB=m
|
CONFIG_INFINIBAND_IPOIB=m
|
||||||
# CONFIG_INFINIBAND_IPOIB_DEBUG is not set
|
CONFIG_INFINIBAND_IPOIB_DEBUG=y
|
||||||
|
# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set
|
||||||
# CONFIG_INFINIBAND_SRP is not set
|
# CONFIG_INFINIBAND_SRP is not set
|
||||||
|
CONFIG_INFINIBAND_ISER=m
|
||||||
|
|
||||||
#
|
#
|
||||||
# SN Devices
|
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# EDAC - error detection and reporting (RAS)
|
# Real Time Clock
|
||||||
|
#
|
||||||
|
# CONFIG_RTC_CLASS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Engine support
|
||||||
|
#
|
||||||
|
# CONFIG_DMA_ENGINE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Clients
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# DMA Devices
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1298,7 +1375,6 @@ CONFIG_JFS_SECURITY=y
|
||||||
# CONFIG_JFS_STATISTICS is not set
|
# CONFIG_JFS_STATISTICS is not set
|
||||||
CONFIG_FS_POSIX_ACL=y
|
CONFIG_FS_POSIX_ACL=y
|
||||||
CONFIG_XFS_FS=m
|
CONFIG_XFS_FS=m
|
||||||
CONFIG_XFS_EXPORT=y
|
|
||||||
# CONFIG_XFS_QUOTA is not set
|
# CONFIG_XFS_QUOTA is not set
|
||||||
CONFIG_XFS_SECURITY=y
|
CONFIG_XFS_SECURITY=y
|
||||||
CONFIG_XFS_POSIX_ACL=y
|
CONFIG_XFS_POSIX_ACL=y
|
||||||
|
@ -1307,6 +1383,7 @@ CONFIG_XFS_POSIX_ACL=y
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
CONFIG_INOTIFY=y
|
CONFIG_INOTIFY=y
|
||||||
|
CONFIG_INOTIFY_USER=y
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
CONFIG_AUTOFS_FS=y
|
CONFIG_AUTOFS_FS=y
|
||||||
|
@ -1342,7 +1419,6 @@ CONFIG_TMPFS=y
|
||||||
CONFIG_HUGETLBFS=y
|
CONFIG_HUGETLBFS=y
|
||||||
CONFIG_HUGETLB_PAGE=y
|
CONFIG_HUGETLB_PAGE=y
|
||||||
CONFIG_RAMFS=y
|
CONFIG_RAMFS=y
|
||||||
# CONFIG_RELAYFS_FS is not set
|
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1388,8 +1464,10 @@ CONFIG_RPCSEC_GSS_SPKM3=m
|
||||||
# CONFIG_SMB_FS is not set
|
# CONFIG_SMB_FS is not set
|
||||||
CONFIG_CIFS=m
|
CONFIG_CIFS=m
|
||||||
# CONFIG_CIFS_STATS is not set
|
# CONFIG_CIFS_STATS is not set
|
||||||
|
# CONFIG_CIFS_WEAK_PW_HASH is not set
|
||||||
CONFIG_CIFS_XATTR=y
|
CONFIG_CIFS_XATTR=y
|
||||||
CONFIG_CIFS_POSIX=y
|
CONFIG_CIFS_POSIX=y
|
||||||
|
# CONFIG_CIFS_DEBUG2 is not set
|
||||||
# CONFIG_CIFS_EXPERIMENTAL is not set
|
# CONFIG_CIFS_EXPERIMENTAL is not set
|
||||||
# CONFIG_NCP_FS is not set
|
# CONFIG_NCP_FS is not set
|
||||||
# CONFIG_CODA_FS is not set
|
# CONFIG_CODA_FS is not set
|
||||||
|
@ -1470,6 +1548,9 @@ CONFIG_CRC32=y
|
||||||
CONFIG_LIBCRC32C=m
|
CONFIG_LIBCRC32C=m
|
||||||
CONFIG_ZLIB_INFLATE=y
|
CONFIG_ZLIB_INFLATE=y
|
||||||
CONFIG_ZLIB_DEFLATE=m
|
CONFIG_ZLIB_DEFLATE=m
|
||||||
|
CONFIG_TEXTSEARCH=y
|
||||||
|
CONFIG_TEXTSEARCH_KMP=m
|
||||||
|
CONFIG_PLIST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Instrumentation Support
|
# Instrumentation Support
|
||||||
|
@ -1483,14 +1564,19 @@ CONFIG_OPROFILE=y
|
||||||
#
|
#
|
||||||
# CONFIG_PRINTK_TIME is not set
|
# CONFIG_PRINTK_TIME is not set
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=17
|
CONFIG_LOG_BUF_SHIFT=17
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_SCHEDSTATS is not set
|
# CONFIG_SCHEDSTATS is not set
|
||||||
# CONFIG_DEBUG_SLAB is not set
|
# CONFIG_DEBUG_SLAB is not set
|
||||||
CONFIG_DEBUG_MUTEXES=y
|
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||||
|
# CONFIG_RT_MUTEX_TESTER is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK is not set
|
# CONFIG_DEBUG_SPINLOCK is not set
|
||||||
|
CONFIG_DEBUG_MUTEXES=y
|
||||||
|
# CONFIG_DEBUG_RWSEMS is not set
|
||||||
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
|
||||||
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
CONFIG_DEBUG_FS=y
|
CONFIG_DEBUG_FS=y
|
||||||
|
@ -1504,11 +1590,7 @@ CONFIG_XMON=y
|
||||||
# CONFIG_XMON_DEFAULT is not set
|
# CONFIG_XMON_DEFAULT is not set
|
||||||
CONFIG_IRQSTACKS=y
|
CONFIG_IRQSTACKS=y
|
||||||
CONFIG_BOOTX_TEXT=y
|
CONFIG_BOOTX_TEXT=y
|
||||||
# CONFIG_PPC_EARLY_DEBUG_LPAR is not set
|
# CONFIG_PPC_EARLY_DEBUG is not set
|
||||||
# CONFIG_PPC_EARLY_DEBUG_G5 is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_RTAS is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
|
|
||||||
# CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.18-rc3
|
# Linux kernel version: 2.6.18-rc6
|
||||||
# Tue Aug 8 09:14:48 2006
|
# Sun Sep 10 10:45:12 2006
|
||||||
#
|
#
|
||||||
CONFIG_PPC64=y
|
CONFIG_PPC64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -128,7 +128,6 @@ CONFIG_PPC_PSERIES=y
|
||||||
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
# CONFIG_UDBG_RTAS_CONSOLE is not set
|
||||||
CONFIG_XICS=y
|
CONFIG_XICS=y
|
||||||
# CONFIG_U3_DART is not set
|
# CONFIG_U3_DART is not set
|
||||||
CONFIG_MPIC=y
|
|
||||||
CONFIG_PPC_RTAS=y
|
CONFIG_PPC_RTAS=y
|
||||||
CONFIG_RTAS_ERROR_LOGGING=y
|
CONFIG_RTAS_ERROR_LOGGING=y
|
||||||
CONFIG_RTAS_PROC=y
|
CONFIG_RTAS_PROC=y
|
||||||
|
@ -140,6 +139,7 @@ CONFIG_IBMEBUS=y
|
||||||
# CONFIG_PPC_970_NAP is not set
|
# CONFIG_PPC_970_NAP is not set
|
||||||
# CONFIG_CPU_FREQ is not set
|
# CONFIG_CPU_FREQ is not set
|
||||||
# CONFIG_WANT_EARLY_SERIAL is not set
|
# CONFIG_WANT_EARLY_SERIAL is not set
|
||||||
|
CONFIG_MPIC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel options
|
# Kernel options
|
||||||
|
@ -196,6 +196,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
# Bus options
|
# Bus options
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_ISA_DMA=y
|
CONFIG_GENERIC_ISA_DMA=y
|
||||||
|
# CONFIG_MPIC_WEIRD is not set
|
||||||
CONFIG_PPC_I8259=y
|
CONFIG_PPC_I8259=y
|
||||||
# CONFIG_PPC_INDIRECT_PCI is not set
|
# CONFIG_PPC_INDIRECT_PCI is not set
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
|
@ -790,7 +791,6 @@ CONFIG_SERIAL_JSM=m
|
||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
CONFIG_LEGACY_PTYS=y
|
CONFIG_LEGACY_PTYS=y
|
||||||
CONFIG_LEGACY_PTY_COUNT=256
|
CONFIG_LEGACY_PTY_COUNT=256
|
||||||
# CONFIG_BRIQ_PANEL is not set
|
|
||||||
# CONFIG_PRINTER is not set
|
# CONFIG_PRINTER is not set
|
||||||
# CONFIG_PPDEV is not set
|
# CONFIG_PPDEV is not set
|
||||||
# CONFIG_TIPAR is not set
|
# CONFIG_TIPAR is not set
|
||||||
|
|
|
@ -70,6 +70,8 @@ obj-$(CONFIG_PCI) += $(pci64-y) $(pci32-y)
|
||||||
kexec-$(CONFIG_PPC64) := machine_kexec_64.o
|
kexec-$(CONFIG_PPC64) := machine_kexec_64.o
|
||||||
kexec-$(CONFIG_PPC32) := machine_kexec_32.o
|
kexec-$(CONFIG_PPC32) := machine_kexec_32.o
|
||||||
obj-$(CONFIG_KEXEC) += machine_kexec.o crash.o $(kexec-y)
|
obj-$(CONFIG_KEXEC) += machine_kexec.o crash.o $(kexec-y)
|
||||||
|
obj-$(CONFIG_AUDIT) += audit.o
|
||||||
|
obj64-$(CONFIG_AUDIT) += compat_audit.o
|
||||||
|
|
||||||
ifeq ($(CONFIG_PPC_ISERIES),y)
|
ifeq ($(CONFIG_PPC_ISERIES),y)
|
||||||
$(obj)/head_64.o: $(obj)/lparmap.s
|
$(obj)/head_64.o: $(obj)/lparmap.s
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
#include <linux/init.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
#include <linux/audit.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
|
||||||
|
static unsigned dir_class[] = {
|
||||||
|
#include <asm-generic/audit_dir_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned chattr_class[] = {
|
||||||
|
#include <asm-generic/audit_change_attr.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int audit_classify_syscall(int abi, unsigned syscall)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_PPC64
|
||||||
|
extern int ppc32_classify_syscall(unsigned);
|
||||||
|
if (abi == AUDIT_ARCH_PPC)
|
||||||
|
return ppc32_classify_syscall(syscall);
|
||||||
|
#endif
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static int __init audit_classes_init(void)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_PPC64
|
||||||
|
extern __u32 ppc32_dir_class[];
|
||||||
|
extern __u32 ppc32_write_class[];
|
||||||
|
extern __u32 ppc32_read_class[];
|
||||||
|
extern __u32 ppc32_chattr_class[];
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE_32, ppc32_write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ_32, ppc32_read_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_DIR_WRITE_32, ppc32_dir_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_CHATTR_32, ppc32_chattr_class);
|
||||||
|
#endif
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE, write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ, read_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
__initcall(audit_classes_init);
|
|
@ -0,0 +1,38 @@
|
||||||
|
#undef __powerpc64__
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
|
||||||
|
unsigned ppc32_dir_class[] = {
|
||||||
|
#include <asm-generic/audit_dir_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned ppc32_chattr_class[] = {
|
||||||
|
#include <asm-generic/audit_change_attr.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned ppc32_write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned ppc32_read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int ppc32_classify_syscall(unsigned syscall)
|
||||||
|
{
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
}
|
|
@ -295,7 +295,7 @@ void default_machine_crash_shutdown(struct pt_regs *regs)
|
||||||
struct irq_desc *desc = irq_desc + irq;
|
struct irq_desc *desc = irq_desc + irq;
|
||||||
|
|
||||||
if (desc->status & IRQ_INPROGRESS)
|
if (desc->status & IRQ_INPROGRESS)
|
||||||
desc->chip->end(irq);
|
desc->chip->eoi(irq);
|
||||||
|
|
||||||
if (!(desc->status & IRQ_DISABLED))
|
if (!(desc->status & IRQ_DISABLED))
|
||||||
desc->chip->disable(irq);
|
desc->chip->disable(irq);
|
||||||
|
|
|
@ -17,15 +17,6 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
#ifdef CONFIG_PPC64
|
|
||||||
#define IN_SYNC twi 0,r5,0; isync
|
|
||||||
#define EIEIO_32
|
|
||||||
#define SYNC_64 sync
|
|
||||||
#else /* CONFIG_PPC32 */
|
|
||||||
#define IN_SYNC
|
|
||||||
#define EIEIO_32 eieio
|
|
||||||
#define SYNC_64
|
|
||||||
#endif
|
|
||||||
/*
|
/*
|
||||||
* Returns (address we are running at) - (address we were linked at)
|
* Returns (address we are running at) - (address we were linked at)
|
||||||
* for use before the text and data are mapped to KERNELBASE.
|
* for use before the text and data are mapped to KERNELBASE.
|
||||||
|
@ -70,6 +61,7 @@ _GLOBAL(add_reloc_offset)
|
||||||
* The *_ns versions don't do byte-swapping.
|
* The *_ns versions don't do byte-swapping.
|
||||||
*/
|
*/
|
||||||
_GLOBAL(_insb)
|
_GLOBAL(_insb)
|
||||||
|
sync
|
||||||
cmpwi 0,r5,0
|
cmpwi 0,r5,0
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,1
|
subi r4,r4,1
|
||||||
|
@ -78,7 +70,8 @@ _GLOBAL(_insb)
|
||||||
eieio
|
eieio
|
||||||
stbu r5,1(r4)
|
stbu r5,1(r4)
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
IN_SYNC
|
twi 0,r5,0
|
||||||
|
isync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
_GLOBAL(_outsb)
|
_GLOBAL(_outsb)
|
||||||
|
@ -86,14 +79,15 @@ _GLOBAL(_outsb)
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,1
|
subi r4,r4,1
|
||||||
blelr-
|
blelr-
|
||||||
|
sync
|
||||||
00: lbzu r5,1(r4)
|
00: lbzu r5,1(r4)
|
||||||
stb r5,0(r3)
|
stb r5,0(r3)
|
||||||
EIEIO_32
|
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
SYNC_64
|
sync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
_GLOBAL(_insw)
|
_GLOBAL(_insw)
|
||||||
|
sync
|
||||||
cmpwi 0,r5,0
|
cmpwi 0,r5,0
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,2
|
subi r4,r4,2
|
||||||
|
@ -102,7 +96,8 @@ _GLOBAL(_insw)
|
||||||
eieio
|
eieio
|
||||||
sthu r5,2(r4)
|
sthu r5,2(r4)
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
IN_SYNC
|
twi 0,r5,0
|
||||||
|
isync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
_GLOBAL(_outsw)
|
_GLOBAL(_outsw)
|
||||||
|
@ -110,14 +105,15 @@ _GLOBAL(_outsw)
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,2
|
subi r4,r4,2
|
||||||
blelr-
|
blelr-
|
||||||
|
sync
|
||||||
00: lhzu r5,2(r4)
|
00: lhzu r5,2(r4)
|
||||||
EIEIO_32
|
|
||||||
sthbrx r5,0,r3
|
sthbrx r5,0,r3
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
SYNC_64
|
sync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
_GLOBAL(_insl)
|
_GLOBAL(_insl)
|
||||||
|
sync
|
||||||
cmpwi 0,r5,0
|
cmpwi 0,r5,0
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,4
|
subi r4,r4,4
|
||||||
|
@ -126,7 +122,8 @@ _GLOBAL(_insl)
|
||||||
eieio
|
eieio
|
||||||
stwu r5,4(r4)
|
stwu r5,4(r4)
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
IN_SYNC
|
twi 0,r5,0
|
||||||
|
isync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
_GLOBAL(_outsl)
|
_GLOBAL(_outsl)
|
||||||
|
@ -134,17 +131,18 @@ _GLOBAL(_outsl)
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,4
|
subi r4,r4,4
|
||||||
blelr-
|
blelr-
|
||||||
|
sync
|
||||||
00: lwzu r5,4(r4)
|
00: lwzu r5,4(r4)
|
||||||
stwbrx r5,0,r3
|
stwbrx r5,0,r3
|
||||||
EIEIO_32
|
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
SYNC_64
|
sync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
#ifdef CONFIG_PPC32
|
#ifdef CONFIG_PPC32
|
||||||
_GLOBAL(__ide_mm_insw)
|
_GLOBAL(__ide_mm_insw)
|
||||||
#endif
|
#endif
|
||||||
_GLOBAL(_insw_ns)
|
_GLOBAL(_insw_ns)
|
||||||
|
sync
|
||||||
cmpwi 0,r5,0
|
cmpwi 0,r5,0
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,2
|
subi r4,r4,2
|
||||||
|
@ -153,7 +151,8 @@ _GLOBAL(_insw_ns)
|
||||||
eieio
|
eieio
|
||||||
sthu r5,2(r4)
|
sthu r5,2(r4)
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
IN_SYNC
|
twi 0,r5,0
|
||||||
|
isync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
#ifdef CONFIG_PPC32
|
#ifdef CONFIG_PPC32
|
||||||
|
@ -164,17 +163,18 @@ _GLOBAL(_outsw_ns)
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,2
|
subi r4,r4,2
|
||||||
blelr-
|
blelr-
|
||||||
|
sync
|
||||||
00: lhzu r5,2(r4)
|
00: lhzu r5,2(r4)
|
||||||
sth r5,0(r3)
|
sth r5,0(r3)
|
||||||
EIEIO_32
|
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
SYNC_64
|
sync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
#ifdef CONFIG_PPC32
|
#ifdef CONFIG_PPC32
|
||||||
_GLOBAL(__ide_mm_insl)
|
_GLOBAL(__ide_mm_insl)
|
||||||
#endif
|
#endif
|
||||||
_GLOBAL(_insl_ns)
|
_GLOBAL(_insl_ns)
|
||||||
|
sync
|
||||||
cmpwi 0,r5,0
|
cmpwi 0,r5,0
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,4
|
subi r4,r4,4
|
||||||
|
@ -183,7 +183,8 @@ _GLOBAL(_insl_ns)
|
||||||
eieio
|
eieio
|
||||||
stwu r5,4(r4)
|
stwu r5,4(r4)
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
IN_SYNC
|
twi 0,r5,0
|
||||||
|
isync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
#ifdef CONFIG_PPC32
|
#ifdef CONFIG_PPC32
|
||||||
|
@ -194,10 +195,10 @@ _GLOBAL(_outsl_ns)
|
||||||
mtctr r5
|
mtctr r5
|
||||||
subi r4,r4,4
|
subi r4,r4,4
|
||||||
blelr-
|
blelr-
|
||||||
|
sync
|
||||||
00: lwzu r5,4(r4)
|
00: lwzu r5,4(r4)
|
||||||
stw r5,0(r3)
|
stw r5,0(r3)
|
||||||
EIEIO_32
|
|
||||||
bdnz 00b
|
bdnz 00b
|
||||||
SYNC_64
|
sync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
|
|
|
@ -158,7 +158,7 @@ get_pci_irq_from_of(struct pci_controller *hose, int slot, int pin)
|
||||||
|
|
||||||
laddr[0] = (hose->first_busno << 16) | (PCI_DEVFN(slot, 0) << 8);
|
laddr[0] = (hose->first_busno << 16) | (PCI_DEVFN(slot, 0) << 8);
|
||||||
laddr[1] = laddr[2] = 0;
|
laddr[1] = laddr[2] = 0;
|
||||||
of_irq_map_raw(hosenode, &pin, laddr, &oirq);
|
of_irq_map_raw(hosenode, &pin, 1, laddr, &oirq);
|
||||||
DBG("mpc86xx_hpcn: pci irq addr %x, slot %d, pin %d, irq %d\n",
|
DBG("mpc86xx_hpcn: pci irq addr %x, slot %d, pin %d, irq %d\n",
|
||||||
laddr[0], slot, pin, oirq.specifier[0]);
|
laddr[0], slot, pin, oirq.specifier[0]);
|
||||||
return oirq.specifier[0];
|
return oirq.specifier[0];
|
||||||
|
|
|
@ -256,7 +256,7 @@ static struct pmf_handlers macio_mmio_handlers = {
|
||||||
.write_reg32 = macio_do_write_reg32,
|
.write_reg32 = macio_do_write_reg32,
|
||||||
.read_reg32 = macio_do_read_reg32,
|
.read_reg32 = macio_do_read_reg32,
|
||||||
.write_reg8 = macio_do_write_reg8,
|
.write_reg8 = macio_do_write_reg8,
|
||||||
.read_reg32 = macio_do_read_reg8,
|
.read_reg8 = macio_do_read_reg8,
|
||||||
.read_reg32_msrx = macio_do_read_reg32_msrx,
|
.read_reg32_msrx = macio_do_read_reg32_msrx,
|
||||||
.read_reg8_msrx = macio_do_read_reg8_msrx,
|
.read_reg8_msrx = macio_do_read_reg8_msrx,
|
||||||
.write_reg32_slm = macio_do_write_reg32_slm,
|
.write_reg32_slm = macio_do_write_reg32_slm,
|
||||||
|
|
|
@ -87,8 +87,8 @@ static void __pmac_retrigger(unsigned int irq_nr)
|
||||||
static void pmac_mask_and_ack_irq(unsigned int virq)
|
static void pmac_mask_and_ack_irq(unsigned int virq)
|
||||||
{
|
{
|
||||||
unsigned int src = irq_map[virq].hwirq;
|
unsigned int src = irq_map[virq].hwirq;
|
||||||
unsigned long bit = 1UL << (virq & 0x1f);
|
unsigned long bit = 1UL << (src & 0x1f);
|
||||||
int i = virq >> 5;
|
int i = src >> 5;
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|
||||||
spin_lock_irqsave(&pmac_pic_lock, flags);
|
spin_lock_irqsave(&pmac_pic_lock, flags);
|
||||||
|
@ -175,7 +175,7 @@ static void pmac_mask_irq(unsigned int virq)
|
||||||
|
|
||||||
spin_lock_irqsave(&pmac_pic_lock, flags);
|
spin_lock_irqsave(&pmac_pic_lock, flags);
|
||||||
__clear_bit(src, ppc_cached_irq_mask);
|
__clear_bit(src, ppc_cached_irq_mask);
|
||||||
__pmac_set_irq_mask(src, 0);
|
__pmac_set_irq_mask(src, 1);
|
||||||
spin_unlock_irqrestore(&pmac_pic_lock, flags);
|
spin_unlock_irqrestore(&pmac_pic_lock, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -139,6 +139,7 @@ wait_more:
|
||||||
|
|
||||||
static void dart_flush(struct iommu_table *tbl)
|
static void dart_flush(struct iommu_table *tbl)
|
||||||
{
|
{
|
||||||
|
mb();
|
||||||
if (dart_dirty) {
|
if (dart_dirty) {
|
||||||
dart_tlb_invalidate_all();
|
dart_tlb_invalidate_all();
|
||||||
dart_dirty = 0;
|
dart_dirty = 0;
|
||||||
|
@ -172,9 +173,13 @@ static void dart_build(struct iommu_table *tbl, long index,
|
||||||
uaddr += DART_PAGE_SIZE;
|
uaddr += DART_PAGE_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* make sure all updates have reached memory */
|
||||||
|
mb();
|
||||||
|
in_be32((unsigned __iomem *)dp);
|
||||||
|
mb();
|
||||||
|
|
||||||
if (dart_is_u4) {
|
if (dart_is_u4) {
|
||||||
rpn = index;
|
rpn = index;
|
||||||
mb(); /* make sure all updates have reached memory */
|
|
||||||
while (npages--)
|
while (npages--)
|
||||||
dart_tlb_invalidate_one(rpn++);
|
dart_tlb_invalidate_one(rpn++);
|
||||||
} else {
|
} else {
|
||||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -118,6 +118,10 @@ config SYSVIPC_COMPAT
|
||||||
depends on COMPAT && SYSVIPC
|
depends on COMPAT && SYSVIPC
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config AUDIT_ARCH
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
comment "Code generation options"
|
comment "Code generation options"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
|
|
@ -16,9 +16,11 @@ extra-y += head.o init_task.o vmlinux.lds
|
||||||
obj-$(CONFIG_MODULES) += s390_ksyms.o module.o
|
obj-$(CONFIG_MODULES) += s390_ksyms.o module.o
|
||||||
obj-$(CONFIG_SMP) += smp.o
|
obj-$(CONFIG_SMP) += smp.o
|
||||||
|
|
||||||
|
obj-$(CONFIG_AUDIT) += audit.o
|
||||||
|
compat-obj-$(CONFIG_AUDIT) += compat_audit.o
|
||||||
obj-$(CONFIG_COMPAT) += compat_linux.o compat_signal.o \
|
obj-$(CONFIG_COMPAT) += compat_linux.o compat_signal.o \
|
||||||
compat_wrapper.o compat_exec_domain.o \
|
compat_wrapper.o compat_exec_domain.o \
|
||||||
binfmt_elf32.o
|
binfmt_elf32.o $(compat-obj-y)
|
||||||
|
|
||||||
obj-$(CONFIG_VIRT_TIMER) += vtime.o
|
obj-$(CONFIG_VIRT_TIMER) += vtime.o
|
||||||
obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
obj-$(CONFIG_STACKTRACE) += stacktrace.o
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
#include <linux/init.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
#include <linux/audit.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
|
||||||
|
static unsigned dir_class[] = {
|
||||||
|
#include <asm-generic/audit_dir_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned chattr_class[] = {
|
||||||
|
#include <asm-generic/audit_change_attr.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int audit_classify_syscall(int abi, unsigned syscall)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_COMPAT
|
||||||
|
extern int s390_classify_syscall(unsigned);
|
||||||
|
if (abi == AUDIT_ARCH_S390)
|
||||||
|
return s390_classify_syscall(syscall);
|
||||||
|
#endif
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static int __init audit_classes_init(void)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_COMPAT
|
||||||
|
extern __u32 s390_dir_class[];
|
||||||
|
extern __u32 s390_write_class[];
|
||||||
|
extern __u32 s390_read_class[];
|
||||||
|
extern __u32 s390_chattr_class[];
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE_32, s390_write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ_32, s390_read_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_DIR_WRITE_32, s390_dir_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_CHATTR_32, s390_chattr_class);
|
||||||
|
#endif
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE, write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ, read_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
__initcall(audit_classes_init);
|
|
@ -0,0 +1,38 @@
|
||||||
|
#undef __s390x__
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
|
||||||
|
unsigned s390_dir_class[] = {
|
||||||
|
#include <asm-generic/audit_dir_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned s390_chattr_class[] = {
|
||||||
|
#include <asm-generic/audit_change_attr.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned s390_write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned s390_read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int s390_classify_syscall(unsigned syscall)
|
||||||
|
{
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
}
|
|
@ -88,30 +88,31 @@ __copy_to_user_asm:
|
||||||
.globl __copy_in_user_asm
|
.globl __copy_in_user_asm
|
||||||
# %r2 = from, %r3 = n, %r4 = to
|
# %r2 = from, %r3 = n, %r4 = to
|
||||||
__copy_in_user_asm:
|
__copy_in_user_asm:
|
||||||
|
ahi %r3,-1
|
||||||
|
jo 6f
|
||||||
sacf 256
|
sacf 256
|
||||||
bras 1,1f
|
bras %r1,4f
|
||||||
mvc 0(1,%r4),0(%r2)
|
0: ahi %r3,257
|
||||||
0: mvc 0(256,%r4),0(%r2)
|
1: mvc 0(1,%r4),0(%r2)
|
||||||
la %r2,256(%r2)
|
|
||||||
la %r4,256(%r4)
|
|
||||||
1: ahi %r3,-256
|
|
||||||
jnm 0b
|
|
||||||
2: ex %r3,0(%r1)
|
|
||||||
sacf 0
|
|
||||||
slr %r2,%r2
|
|
||||||
br 14
|
|
||||||
3: mvc 0(1,%r4),0(%r2)
|
|
||||||
la %r2,1(%r2)
|
la %r2,1(%r2)
|
||||||
la %r4,1(%r4)
|
la %r4,1(%r4)
|
||||||
ahi %r3,-1
|
ahi %r3,-1
|
||||||
|
jnz 1b
|
||||||
|
2: lr %r2,%r3
|
||||||
|
br %r14
|
||||||
|
3: mvc 0(256,%r4),0(%r2)
|
||||||
|
la %r2,256(%r2)
|
||||||
|
la %r4,256(%r4)
|
||||||
|
4: ahi %r3,-256
|
||||||
jnm 3b
|
jnm 3b
|
||||||
4: lr %r2,%r3
|
5: ex %r3,4(%r1)
|
||||||
sacf 0
|
sacf 0
|
||||||
|
6: slr %r2,%r2
|
||||||
br %r14
|
br %r14
|
||||||
.section __ex_table,"a"
|
.section __ex_table,"a"
|
||||||
.long 0b,3b
|
.long 1b,2b
|
||||||
.long 2b,3b
|
.long 3b,0b
|
||||||
.long 3b,4b
|
.long 5b,0b
|
||||||
.previous
|
.previous
|
||||||
|
|
||||||
.align 4
|
.align 4
|
||||||
|
|
|
@ -88,30 +88,31 @@ __copy_to_user_asm:
|
||||||
.globl __copy_in_user_asm
|
.globl __copy_in_user_asm
|
||||||
# %r2 = from, %r3 = n, %r4 = to
|
# %r2 = from, %r3 = n, %r4 = to
|
||||||
__copy_in_user_asm:
|
__copy_in_user_asm:
|
||||||
|
aghi %r3,-1
|
||||||
|
jo 6f
|
||||||
sacf 256
|
sacf 256
|
||||||
bras 1,1f
|
bras %r1,4f
|
||||||
mvc 0(1,%r4),0(%r2)
|
0: aghi %r3,257
|
||||||
0: mvc 0(256,%r4),0(%r2)
|
1: mvc 0(1,%r4),0(%r2)
|
||||||
la %r2,256(%r2)
|
|
||||||
la %r4,256(%r4)
|
|
||||||
1: aghi %r3,-256
|
|
||||||
jnm 0b
|
|
||||||
2: ex %r3,0(%r1)
|
|
||||||
sacf 0
|
|
||||||
slgr %r2,%r2
|
|
||||||
br 14
|
|
||||||
3: mvc 0(1,%r4),0(%r2)
|
|
||||||
la %r2,1(%r2)
|
la %r2,1(%r2)
|
||||||
la %r4,1(%r4)
|
la %r4,1(%r4)
|
||||||
aghi %r3,-1
|
aghi %r3,-1
|
||||||
jnm 3b
|
jnz 1b
|
||||||
4: lgr %r2,%r3
|
2: lgr %r2,%r3
|
||||||
sacf 0
|
|
||||||
br %r14
|
br %r14
|
||||||
|
3: mvc 0(256,%r4),0(%r2)
|
||||||
|
la %r2,256(%r2)
|
||||||
|
la %r4,256(%r4)
|
||||||
|
4: aghi %r3,-256
|
||||||
|
jnm 3b
|
||||||
|
5: ex %r3,4(%r1)
|
||||||
|
sacf 0
|
||||||
|
6: slgr %r2,%r2
|
||||||
|
br 14
|
||||||
.section __ex_table,"a"
|
.section __ex_table,"a"
|
||||||
.quad 0b,3b
|
.quad 1b,2b
|
||||||
.quad 2b,3b
|
.quad 3b,0b
|
||||||
.quad 3b,4b
|
.quad 5b,0b
|
||||||
.previous
|
.previous
|
||||||
|
|
||||||
.align 4
|
.align 4
|
||||||
|
|
|
@ -26,7 +26,6 @@ LDFLAGS += -EB -mshelf32_linux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# No requirements for endianess support from AFLAGS, 'as' always run through gcc
|
# No requirements for endianess support from AFLAGS, 'as' always run through gcc
|
||||||
AFLAGS += -m5 -isa=sh64 -traditional
|
|
||||||
CFLAGS += $(cpu-y)
|
CFLAGS += $(cpu-y)
|
||||||
|
|
||||||
LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_CACHED_MEMORY_OFFSET) \
|
LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_CACHED_MEMORY_OFFSET) \
|
||||||
|
|
|
@ -355,6 +355,9 @@ void machine_power_off(void)
|
||||||
enter_deep_standby();
|
enter_deep_standby();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void (*pm_power_off)(void) = machine_power_off;
|
||||||
|
EXPORT_SYMBOL(pm_power_off);
|
||||||
|
|
||||||
void show_regs(struct pt_regs * regs)
|
void show_regs(struct pt_regs * regs)
|
||||||
{
|
{
|
||||||
unsigned long long ah, al, bh, bl, ch, cl;
|
unsigned long long ah, al, bh, bl, ch, cl;
|
||||||
|
|
|
@ -112,8 +112,10 @@ struct resource io_resources[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct resource kram_resources[] = {
|
struct resource kram_resources[] = {
|
||||||
{ "Kernel code", 0, 0 }, /* These must be last in the array */
|
/* These must be last in the array */
|
||||||
{ "Kernel data", 0, 0 } /* These must be last in the array */
|
{ .name = "Kernel code", .start = 0, .end = 0 },
|
||||||
|
/* These must be last in the array */
|
||||||
|
{ .name = "Kernel data", .start = 0, .end = 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
struct resource xram_resources[] = {
|
struct resource xram_resources[] = {
|
||||||
|
|
|
@ -449,7 +449,9 @@ ioremap_proc_info(char *buf, char **start, off_t fpos, int length, int *eof,
|
||||||
if (p + 32 >= e) /* Better than nothing */
|
if (p + 32 >= e) /* Better than nothing */
|
||||||
break;
|
break;
|
||||||
if ((nm = r->name) == 0) nm = "???";
|
if ((nm = r->name) == 0) nm = "???";
|
||||||
p += sprintf(p, "%08lx-%08lx: %s\n", r->start, r->end, nm);
|
p += sprintf(p, "%08lx-%08lx: %s\n",
|
||||||
|
(unsigned long)r->start,
|
||||||
|
(unsigned long)r->end, nm);
|
||||||
}
|
}
|
||||||
|
|
||||||
return p-buf;
|
return p-buf;
|
||||||
|
|
|
@ -219,6 +219,21 @@ out:
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int sparc_mmap_check(unsigned long addr, unsigned long len, unsigned long flags)
|
||||||
|
{
|
||||||
|
if (ARCH_SUN4C_SUN4 &&
|
||||||
|
(len > 0x20000000 ||
|
||||||
|
((flags & MAP_FIXED) &&
|
||||||
|
addr < 0xe0000000 && addr + len > 0x20000000)))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
/* See asm-sparc/uaccess.h */
|
||||||
|
if (len > TASK_SIZE - PAGE_SIZE || addr + len > TASK_SIZE - PAGE_SIZE)
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Linux version of mmap */
|
/* Linux version of mmap */
|
||||||
static unsigned long do_mmap2(unsigned long addr, unsigned long len,
|
static unsigned long do_mmap2(unsigned long addr, unsigned long len,
|
||||||
unsigned long prot, unsigned long flags, unsigned long fd,
|
unsigned long prot, unsigned long flags, unsigned long fd,
|
||||||
|
@ -233,25 +248,13 @@ static unsigned long do_mmap2(unsigned long addr, unsigned long len,
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
retval = -EINVAL;
|
|
||||||
len = PAGE_ALIGN(len);
|
len = PAGE_ALIGN(len);
|
||||||
if (ARCH_SUN4C_SUN4 &&
|
|
||||||
(len > 0x20000000 ||
|
|
||||||
((flags & MAP_FIXED) &&
|
|
||||||
addr < 0xe0000000 && addr + len > 0x20000000)))
|
|
||||||
goto out_putf;
|
|
||||||
|
|
||||||
/* See asm-sparc/uaccess.h */
|
|
||||||
if (len > TASK_SIZE - PAGE_SIZE || addr + len > TASK_SIZE - PAGE_SIZE)
|
|
||||||
goto out_putf;
|
|
||||||
|
|
||||||
flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);
|
flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);
|
||||||
|
|
||||||
down_write(¤t->mm->mmap_sem);
|
down_write(¤t->mm->mmap_sem);
|
||||||
retval = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
|
retval = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
|
||||||
up_write(¤t->mm->mmap_sem);
|
up_write(¤t->mm->mmap_sem);
|
||||||
|
|
||||||
out_putf:
|
|
||||||
if (file)
|
if (file)
|
||||||
fput(file);
|
fput(file);
|
||||||
out:
|
out:
|
||||||
|
|
|
@ -34,6 +34,10 @@ config ARCH_MAY_HAVE_PC_FDC
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config AUDIT_ARCH
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Kernel page size"
|
prompt "Kernel page size"
|
||||||
default SPARC64_PAGE_SIZE_8KB
|
default SPARC64_PAGE_SIZE_8KB
|
||||||
|
|
|
@ -25,6 +25,9 @@ obj-$(CONFIG_MODULES) += module.o
|
||||||
obj-$(CONFIG_US3_FREQ) += us3_cpufreq.o
|
obj-$(CONFIG_US3_FREQ) += us3_cpufreq.o
|
||||||
obj-$(CONFIG_US2E_FREQ) += us2e_cpufreq.o
|
obj-$(CONFIG_US2E_FREQ) += us2e_cpufreq.o
|
||||||
obj-$(CONFIG_KPROBES) += kprobes.o
|
obj-$(CONFIG_KPROBES) += kprobes.o
|
||||||
|
obj-$(CONFIG_AUDIT) += audit.o
|
||||||
|
obj-$(CONFIG_AUDIT)$(CONFIG_SPARC32_COMPAT) += compat_audit.o
|
||||||
|
obj-y += $(obj-yy)
|
||||||
|
|
||||||
ifdef CONFIG_SUNOS_EMUL
|
ifdef CONFIG_SUNOS_EMUL
|
||||||
obj-y += sys_sunos32.o sunos_ioctl32.o
|
obj-y += sys_sunos32.o sunos_ioctl32.o
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
#include <linux/init.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
#include <linux/audit.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
|
||||||
|
static unsigned dir_class[] = {
|
||||||
|
#include <asm-generic/audit_dir_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned chattr_class[] = {
|
||||||
|
#include <asm-generic/audit_change_attr.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int audit_classify_syscall(int abi, unsigned syscall)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_SPARC32_COMPAT
|
||||||
|
extern int sparc32_classify_syscall(unsigned);
|
||||||
|
if (abi == AUDIT_ARCH_SPARC)
|
||||||
|
return sparc32_classify_syscall(syscall);
|
||||||
|
#endif
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static int __init audit_classes_init(void)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_SPARC32_COMPAT
|
||||||
|
extern __u32 sparc32_dir_class[];
|
||||||
|
extern __u32 sparc32_write_class[];
|
||||||
|
extern __u32 sparc32_read_class[];
|
||||||
|
extern __u32 sparc32_chattr_class[];
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE_32, sparc32_write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ_32, sparc32_read_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_DIR_WRITE_32, sparc32_dir_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_CHATTR_32, sparc32_chattr_class);
|
||||||
|
#endif
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE, write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ, read_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
__initcall(audit_classes_init);
|
|
@ -0,0 +1,37 @@
|
||||||
|
#include <asm-sparc/unistd.h>
|
||||||
|
|
||||||
|
unsigned sparc32_dir_class[] = {
|
||||||
|
#include <asm-generic/audit_dir_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned sparc32_chattr_class[] = {
|
||||||
|
#include <asm-generic/audit_change_attr.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned sparc32_write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned sparc32_read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int sparc32_classify_syscall(unsigned syscall)
|
||||||
|
{
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
}
|
|
@ -548,6 +548,26 @@ asmlinkage long sparc64_personality(unsigned long personality)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int sparc64_mmap_check(unsigned long addr, unsigned long len,
|
||||||
|
unsigned long flags)
|
||||||
|
{
|
||||||
|
if (test_thread_flag(TIF_32BIT)) {
|
||||||
|
if (len >= STACK_TOP32)
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
if ((flags & MAP_FIXED) && addr > STACK_TOP32 - len)
|
||||||
|
return -EINVAL;
|
||||||
|
} else {
|
||||||
|
if (len >= VA_EXCLUDE_START)
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
if ((flags & MAP_FIXED) && invalid_64bit_range(addr, len))
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Linux version of mmap */
|
/* Linux version of mmap */
|
||||||
asmlinkage unsigned long sys_mmap(unsigned long addr, unsigned long len,
|
asmlinkage unsigned long sys_mmap(unsigned long addr, unsigned long len,
|
||||||
unsigned long prot, unsigned long flags, unsigned long fd,
|
unsigned long prot, unsigned long flags, unsigned long fd,
|
||||||
|
@ -563,27 +583,11 @@ asmlinkage unsigned long sys_mmap(unsigned long addr, unsigned long len,
|
||||||
}
|
}
|
||||||
flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);
|
flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE);
|
||||||
len = PAGE_ALIGN(len);
|
len = PAGE_ALIGN(len);
|
||||||
retval = -EINVAL;
|
|
||||||
|
|
||||||
if (test_thread_flag(TIF_32BIT)) {
|
|
||||||
if (len >= STACK_TOP32)
|
|
||||||
goto out_putf;
|
|
||||||
|
|
||||||
if ((flags & MAP_FIXED) && addr > STACK_TOP32 - len)
|
|
||||||
goto out_putf;
|
|
||||||
} else {
|
|
||||||
if (len >= VA_EXCLUDE_START)
|
|
||||||
goto out_putf;
|
|
||||||
|
|
||||||
if ((flags & MAP_FIXED) && invalid_64bit_range(addr, len))
|
|
||||||
goto out_putf;
|
|
||||||
}
|
|
||||||
|
|
||||||
down_write(¤t->mm->mmap_sem);
|
down_write(¤t->mm->mmap_sem);
|
||||||
retval = do_mmap(file, addr, len, prot, flags, off);
|
retval = do_mmap(file, addr, len, prot, flags, off);
|
||||||
up_write(¤t->mm->mmap_sem);
|
up_write(¤t->mm->mmap_sem);
|
||||||
|
|
||||||
out_putf:
|
|
||||||
if (file)
|
if (file)
|
||||||
fput(file);
|
fput(file);
|
||||||
out:
|
out:
|
||||||
|
|
|
@ -85,6 +85,10 @@ config DMI
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config AUDIT_ARCH
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
source "init/Kconfig"
|
source "init/Kconfig"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,3 +9,29 @@ unsigned ia32_chattr_class[] = {
|
||||||
#include <asm-generic/audit_change_attr.h>
|
#include <asm-generic/audit_change_attr.h>
|
||||||
~0U
|
~0U
|
||||||
};
|
};
|
||||||
|
|
||||||
|
unsigned ia32_write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
unsigned ia32_read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
int ia32_classify_syscall(unsigned syscall)
|
||||||
|
{
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_socketcall:
|
||||||
|
return 4;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -8,19 +8,54 @@ static unsigned dir_class[] = {
|
||||||
~0U
|
~0U
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static unsigned read_class[] = {
|
||||||
|
#include <asm-generic/audit_read.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
|
static unsigned write_class[] = {
|
||||||
|
#include <asm-generic/audit_write.h>
|
||||||
|
~0U
|
||||||
|
};
|
||||||
|
|
||||||
static unsigned chattr_class[] = {
|
static unsigned chattr_class[] = {
|
||||||
#include <asm-generic/audit_change_attr.h>
|
#include <asm-generic/audit_change_attr.h>
|
||||||
~0U
|
~0U
|
||||||
};
|
};
|
||||||
|
|
||||||
|
int audit_classify_syscall(int abi, unsigned syscall)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_IA32_EMULATION
|
||||||
|
extern int ia32_classify_syscall(unsigned);
|
||||||
|
if (abi == AUDIT_ARCH_I386)
|
||||||
|
return ia32_classify_syscall(syscall);
|
||||||
|
#endif
|
||||||
|
switch(syscall) {
|
||||||
|
case __NR_open:
|
||||||
|
return 2;
|
||||||
|
case __NR_openat:
|
||||||
|
return 3;
|
||||||
|
case __NR_execve:
|
||||||
|
return 5;
|
||||||
|
default:
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static int __init audit_classes_init(void)
|
static int __init audit_classes_init(void)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_IA32_EMULATION
|
#ifdef CONFIG_IA32_EMULATION
|
||||||
extern __u32 ia32_dir_class[];
|
extern __u32 ia32_dir_class[];
|
||||||
|
extern __u32 ia32_write_class[];
|
||||||
|
extern __u32 ia32_read_class[];
|
||||||
extern __u32 ia32_chattr_class[];
|
extern __u32 ia32_chattr_class[];
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE_32, ia32_write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ_32, ia32_read_class);
|
||||||
audit_register_class(AUDIT_CLASS_DIR_WRITE_32, ia32_dir_class);
|
audit_register_class(AUDIT_CLASS_DIR_WRITE_32, ia32_dir_class);
|
||||||
audit_register_class(AUDIT_CLASS_CHATTR_32, ia32_chattr_class);
|
audit_register_class(AUDIT_CLASS_CHATTR_32, ia32_chattr_class);
|
||||||
#endif
|
#endif
|
||||||
|
audit_register_class(AUDIT_CLASS_WRITE, write_class);
|
||||||
|
audit_register_class(AUDIT_CLASS_READ, read_class);
|
||||||
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
audit_register_class(AUDIT_CLASS_DIR_WRITE, dir_class);
|
||||||
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
audit_register_class(AUDIT_CLASS_CHATTR, chattr_class);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -212,7 +212,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
|
||||||
*/
|
*/
|
||||||
case PTRACE_KILL:
|
case PTRACE_KILL:
|
||||||
ret = 0;
|
ret = 0;
|
||||||
if (child->state == EXIT_ZOMBIE) /* already dead */
|
if (child->exit_state == EXIT_ZOMBIE) /* already dead */
|
||||||
break;
|
break;
|
||||||
child->exit_code = SIGKILL;
|
child->exit_code = SIGKILL;
|
||||||
child->ptrace &= ~PT_SINGLESTEP;
|
child->ptrace &= ~PT_SINGLESTEP;
|
||||||
|
|
|
@ -48,14 +48,14 @@
|
||||||
#include <linux/completion.h>
|
#include <linux/completion.h>
|
||||||
|
|
||||||
#define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
|
#define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
|
||||||
#define DRIVER_NAME "HP CISS Driver (v 2.6.10)"
|
#define DRIVER_NAME "HP CISS Driver (v 3.6.10)"
|
||||||
#define DRIVER_VERSION CCISS_DRIVER_VERSION(2,6,10)
|
#define DRIVER_VERSION CCISS_DRIVER_VERSION(3,6,10)
|
||||||
|
|
||||||
/* Embedded module documentation macros - see modules.h */
|
/* Embedded module documentation macros - see modules.h */
|
||||||
MODULE_AUTHOR("Hewlett-Packard Company");
|
MODULE_AUTHOR("Hewlett-Packard Company");
|
||||||
MODULE_DESCRIPTION("Driver for HP Controller SA5xxx SA6xxx version 2.6.10");
|
MODULE_DESCRIPTION("Driver for HP Controller SA5xxx SA6xxx version 3.6.10");
|
||||||
MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312 SA641 SA642 SA6400"
|
MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312 SA641 SA642 SA6400"
|
||||||
" SA6i P600 P800 P400 P400i E200 E200i");
|
" SA6i P600 P800 P400 P400i E200 E200i E500");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
#include "cciss_cmd.h"
|
#include "cciss_cmd.h"
|
||||||
|
@ -82,6 +82,7 @@ static const struct pci_device_id cciss_pci_device_id[] = {
|
||||||
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3213},
|
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3213},
|
||||||
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3214},
|
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3214},
|
||||||
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3215},
|
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3215},
|
||||||
|
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3233},
|
||||||
{0,}
|
{0,}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -110,6 +111,7 @@ static struct board_type products[] = {
|
||||||
{0x3213103C, "Smart Array E200i", &SA5_access},
|
{0x3213103C, "Smart Array E200i", &SA5_access},
|
||||||
{0x3214103C, "Smart Array E200i", &SA5_access},
|
{0x3214103C, "Smart Array E200i", &SA5_access},
|
||||||
{0x3215103C, "Smart Array E200i", &SA5_access},
|
{0x3215103C, "Smart Array E200i", &SA5_access},
|
||||||
|
{0x3233103C, "Smart Array E500", &SA5_access},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* How long to wait (in milliseconds) for board to go into simple mode */
|
/* How long to wait (in milliseconds) for board to go into simple mode */
|
||||||
|
|
|
@ -4177,6 +4177,11 @@ static int __init floppy_init(void)
|
||||||
int i, unit, drive;
|
int i, unit, drive;
|
||||||
int err, dr;
|
int err, dr;
|
||||||
|
|
||||||
|
#if defined(CONFIG_PPC_MERGE)
|
||||||
|
if (check_legacy_ioport(FDC1))
|
||||||
|
return -ENODEV;
|
||||||
|
#endif
|
||||||
|
|
||||||
raw_cmd = NULL;
|
raw_cmd = NULL;
|
||||||
|
|
||||||
for (dr = 0; dr < N_DRIVE; dr++) {
|
for (dr = 0; dr < N_DRIVE; dr++) {
|
||||||
|
@ -4234,13 +4239,6 @@ static int __init floppy_init(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
use_virtual_dma = can_use_virtual_dma & 1;
|
use_virtual_dma = can_use_virtual_dma & 1;
|
||||||
#if defined(CONFIG_PPC_MERGE)
|
|
||||||
if (check_legacy_ioport(FDC1)) {
|
|
||||||
del_timer(&fd_timeout);
|
|
||||||
err = -ENODEV;
|
|
||||||
goto out_unreg_region;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
fdc_state[0].address = FDC1;
|
fdc_state[0].address = FDC1;
|
||||||
if (fdc_state[0].address == -1) {
|
if (fdc_state[0].address == -1) {
|
||||||
del_timer(&fd_timeout);
|
del_timer(&fd_timeout);
|
||||||
|
|
|
@ -3428,6 +3428,7 @@ struct ipmi_recv_msg *ipmi_alloc_recv_msg(void)
|
||||||
|
|
||||||
rv = kmalloc(sizeof(struct ipmi_recv_msg), GFP_ATOMIC);
|
rv = kmalloc(sizeof(struct ipmi_recv_msg), GFP_ATOMIC);
|
||||||
if (rv) {
|
if (rv) {
|
||||||
|
rv->user = NULL;
|
||||||
rv->done = free_recv_msg;
|
rv->done = free_recv_msg;
|
||||||
atomic_inc(&recv_msg_inuse_count);
|
atomic_inc(&recv_msg_inuse_count);
|
||||||
}
|
}
|
||||||
|
|
|
@ -391,8 +391,8 @@ static MGSL_PARAMS default_params = {
|
||||||
#define DESC_LIST_SIZE 4096
|
#define DESC_LIST_SIZE 4096
|
||||||
|
|
||||||
#define MASK_PARITY BIT1
|
#define MASK_PARITY BIT1
|
||||||
#define MASK_FRAMING BIT2
|
#define MASK_FRAMING BIT0
|
||||||
#define MASK_BREAK BIT3
|
#define MASK_BREAK BIT14
|
||||||
#define MASK_OVERRUN BIT4
|
#define MASK_OVERRUN BIT4
|
||||||
|
|
||||||
#define GSR 0x00 /* global status */
|
#define GSR 0x00 /* global status */
|
||||||
|
@ -1800,17 +1800,17 @@ static void rx_async(struct slgt_info *info)
|
||||||
|
|
||||||
stat = 0;
|
stat = 0;
|
||||||
|
|
||||||
if ((status = *(p+1) & (BIT9 + BIT8))) {
|
if ((status = *(p+1) & (BIT1 + BIT0))) {
|
||||||
if (status & BIT9)
|
if (status & BIT1)
|
||||||
icount->parity++;
|
icount->parity++;
|
||||||
else if (status & BIT8)
|
else if (status & BIT0)
|
||||||
icount->frame++;
|
icount->frame++;
|
||||||
/* discard char if tty control flags say so */
|
/* discard char if tty control flags say so */
|
||||||
if (status & info->ignore_status_mask)
|
if (status & info->ignore_status_mask)
|
||||||
continue;
|
continue;
|
||||||
if (status & BIT9)
|
if (status & BIT1)
|
||||||
stat = TTY_PARITY;
|
stat = TTY_PARITY;
|
||||||
else if (status & BIT8)
|
else if (status & BIT0)
|
||||||
stat = TTY_FRAME;
|
stat = TTY_FRAME;
|
||||||
}
|
}
|
||||||
if (tty) {
|
if (tty) {
|
||||||
|
|
|
@ -200,7 +200,7 @@ static int wd_margin = 0xB;
|
||||||
static int wd_multiplier = 2;
|
static int wd_multiplier = 2;
|
||||||
static int nowayout = WATCHDOG_NOWAYOUT;
|
static int nowayout = WATCHDOG_NOWAYOUT;
|
||||||
|
|
||||||
module_param(timeout, int, 27);
|
module_param(timeout, int, 0);
|
||||||
MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))");
|
MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))");
|
||||||
module_param(nowayout, int, 0);
|
module_param(nowayout, int, 0);
|
||||||
MODULE_PARM_DESC(nowayout,
|
MODULE_PARM_DESC(nowayout,
|
||||||
|
@ -407,7 +407,7 @@ module_exit(sbc8360_exit);
|
||||||
MODULE_AUTHOR("Ian E. Morgan <imorgan@webcon.ca>");
|
MODULE_AUTHOR("Ian E. Morgan <imorgan@webcon.ca>");
|
||||||
MODULE_DESCRIPTION("SBC8360 watchdog driver");
|
MODULE_DESCRIPTION("SBC8360 watchdog driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION("1.0");
|
MODULE_VERSION("1.01");
|
||||||
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
|
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
|
||||||
|
|
||||||
/* end of sbc8360.c */
|
/* end of sbc8360.c */
|
||||||
|
|
|
@ -376,6 +376,8 @@ static int proc_ide_read_media
|
||||||
break;
|
break;
|
||||||
case ide_floppy:media = "floppy\n";
|
case ide_floppy:media = "floppy\n";
|
||||||
break;
|
break;
|
||||||
|
case ide_optical:media = "optical\n";
|
||||||
|
break;
|
||||||
default: media = "UNKNOWN\n";
|
default: media = "UNKNOWN\n";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
@ -425,12 +425,12 @@ static int __devinit aec62xx_init_one(struct pci_dev *dev, const struct pci_devi
|
||||||
return d->init_setup(dev, d);
|
return d->init_setup(dev, d);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct pci_device_id aec62xx_pci_tbl[] = {
|
static struct pci_device_id aec62xx_pci_tbl[] = {
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP850UF), 0 },
|
{ PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP850UF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP860), 1 },
|
{ PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP860R), 2 },
|
{ PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP860R, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2 },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP865), 3 },
|
{ PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP865, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 3 },
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP865R), 4 },
|
{ PCI_VENDOR_ID_ARTOP, PCI_DEVICE_ID_ARTOP_ATP865R, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 },
|
||||||
{ 0, },
|
{ 0, },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, aec62xx_pci_tbl);
|
MODULE_DEVICE_TABLE(pci, aec62xx_pci_tbl);
|
||||||
|
|
|
@ -730,7 +730,7 @@ static unsigned int __devinit ata66_ali15x3 (ide_hwif_t *hwif)
|
||||||
|
|
||||||
if(m5229_revision <= 0x20)
|
if(m5229_revision <= 0x20)
|
||||||
tmpbyte = (tmpbyte & (~0x02)) | 0x01;
|
tmpbyte = (tmpbyte & (~0x02)) | 0x01;
|
||||||
else if (m5229_revision == 0xc7)
|
else if (m5229_revision == 0xc7 || m5229_revision == 0xc8)
|
||||||
tmpbyte |= 0x03;
|
tmpbyte |= 0x03;
|
||||||
else
|
else
|
||||||
tmpbyte |= 0x01;
|
tmpbyte |= 0x01;
|
||||||
|
|
|
@ -649,11 +649,11 @@ static int __devinit svwks_init_one(struct pci_dev *dev, const struct pci_device
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct pci_device_id svwks_pci_tbl[] = {
|
static struct pci_device_id svwks_pci_tbl[] = {
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_OSB4IDE), 0},
|
{ PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_OSB4IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB5IDE), 1},
|
{ PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB5IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1},
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB6IDE), 2},
|
{ PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB6IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2},
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2), 3},
|
{ PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 3},
|
||||||
{ PCI_DEVICE(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_HT1000IDE), 4},
|
{ PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_HT1000IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4},
|
||||||
{ 0, },
|
{ 0, },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, svwks_pci_tbl);
|
MODULE_DEVICE_TABLE(pci, svwks_pci_tbl);
|
||||||
|
|
|
@ -367,12 +367,13 @@ sgiioc4_INB(unsigned long port)
|
||||||
static void __devinit
|
static void __devinit
|
||||||
ide_dma_sgiioc4(ide_hwif_t * hwif, unsigned long dma_base)
|
ide_dma_sgiioc4(ide_hwif_t * hwif, unsigned long dma_base)
|
||||||
{
|
{
|
||||||
|
void __iomem *virt_dma_base;
|
||||||
int num_ports = sizeof (ioc4_dma_regs_t);
|
int num_ports = sizeof (ioc4_dma_regs_t);
|
||||||
|
|
||||||
printk(KERN_INFO "%s: BM-DMA at 0x%04lx-0x%04lx\n", hwif->name,
|
printk(KERN_INFO "%s: BM-DMA at 0x%04lx-0x%04lx\n", hwif->name,
|
||||||
dma_base, dma_base + num_ports - 1);
|
dma_base, dma_base + num_ports - 1);
|
||||||
|
|
||||||
if (!request_region(dma_base, num_ports, hwif->name)) {
|
if (!request_mem_region(dma_base, num_ports, hwif->name)) {
|
||||||
printk(KERN_ERR
|
printk(KERN_ERR
|
||||||
"%s(%s) -- ERROR, Addresses 0x%p to 0x%p "
|
"%s(%s) -- ERROR, Addresses 0x%p to 0x%p "
|
||||||
"ALREADY in use\n",
|
"ALREADY in use\n",
|
||||||
|
@ -381,13 +382,21 @@ ide_dma_sgiioc4(ide_hwif_t * hwif, unsigned long dma_base)
|
||||||
goto dma_alloc_failure;
|
goto dma_alloc_failure;
|
||||||
}
|
}
|
||||||
|
|
||||||
hwif->dma_base = dma_base;
|
virt_dma_base = ioremap(dma_base, num_ports);
|
||||||
|
if (virt_dma_base == NULL) {
|
||||||
|
printk(KERN_ERR
|
||||||
|
"%s(%s) -- ERROR, Unable to map addresses 0x%lx to 0x%lx\n",
|
||||||
|
__FUNCTION__, hwif->name, dma_base, dma_base + num_ports - 1);
|
||||||
|
goto dma_remap_failure;
|
||||||
|
}
|
||||||
|
hwif->dma_base = (unsigned long) virt_dma_base;
|
||||||
|
|
||||||
hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev,
|
hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev,
|
||||||
IOC4_PRD_ENTRIES * IOC4_PRD_BYTES,
|
IOC4_PRD_ENTRIES * IOC4_PRD_BYTES,
|
||||||
&hwif->dmatable_dma);
|
&hwif->dmatable_dma);
|
||||||
|
|
||||||
if (!hwif->dmatable_cpu)
|
if (!hwif->dmatable_cpu)
|
||||||
goto dma_alloc_failure;
|
goto dma_pci_alloc_failure;
|
||||||
|
|
||||||
hwif->sg_max_nents = IOC4_PRD_ENTRIES;
|
hwif->sg_max_nents = IOC4_PRD_ENTRIES;
|
||||||
|
|
||||||
|
@ -411,6 +420,12 @@ dma_base2alloc_failure:
|
||||||
printk(KERN_INFO
|
printk(KERN_INFO
|
||||||
"Changing from DMA to PIO mode for Drive %s\n", hwif->name);
|
"Changing from DMA to PIO mode for Drive %s\n", hwif->name);
|
||||||
|
|
||||||
|
dma_pci_alloc_failure:
|
||||||
|
iounmap(virt_dma_base);
|
||||||
|
|
||||||
|
dma_remap_failure:
|
||||||
|
release_mem_region(dma_base, num_ports);
|
||||||
|
|
||||||
dma_alloc_failure:
|
dma_alloc_failure:
|
||||||
/* Disable DMA because we couldnot allocate any DMA maps */
|
/* Disable DMA because we couldnot allocate any DMA maps */
|
||||||
hwif->autodma = 0;
|
hwif->autodma = 0;
|
||||||
|
@ -607,18 +622,15 @@ ide_init_sgiioc4(ide_hwif_t * hwif)
|
||||||
hwif->ide_dma_lostirq = &sgiioc4_ide_dma_lostirq;
|
hwif->ide_dma_lostirq = &sgiioc4_ide_dma_lostirq;
|
||||||
hwif->ide_dma_timeout = &__ide_dma_timeout;
|
hwif->ide_dma_timeout = &__ide_dma_timeout;
|
||||||
|
|
||||||
/*
|
|
||||||
* The IOC4 uses MMIO rather than Port IO.
|
|
||||||
* It also needs special workarounds for INB.
|
|
||||||
*/
|
|
||||||
default_hwif_mmiops(hwif);
|
|
||||||
hwif->INB = &sgiioc4_INB;
|
hwif->INB = &sgiioc4_INB;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __devinit
|
static int __devinit
|
||||||
sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d)
|
sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d)
|
||||||
{
|
{
|
||||||
unsigned long base, ctl, dma_base, irqport;
|
unsigned long cmd_base, dma_base, irqport;
|
||||||
|
unsigned long bar0, cmd_phys_base, ctl;
|
||||||
|
void __iomem *virt_base;
|
||||||
ide_hwif_t *hwif;
|
ide_hwif_t *hwif;
|
||||||
int h;
|
int h;
|
||||||
|
|
||||||
|
@ -636,23 +648,32 @@ sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get the CmdBlk and CtrlBlk Base Registers */
|
/* Get the CmdBlk and CtrlBlk Base Registers */
|
||||||
base = pci_resource_start(dev, 0) + IOC4_CMD_OFFSET;
|
bar0 = pci_resource_start(dev, 0);
|
||||||
ctl = pci_resource_start(dev, 0) + IOC4_CTRL_OFFSET;
|
virt_base = ioremap(bar0, pci_resource_len(dev, 0));
|
||||||
irqport = pci_resource_start(dev, 0) + IOC4_INTR_OFFSET;
|
if (virt_base == NULL) {
|
||||||
|
printk(KERN_ERR "%s: Unable to remap BAR 0 address: 0x%lx\n",
|
||||||
|
d->name, bar0);
|
||||||
|
return -ENOMEM;
|
||||||
|
}
|
||||||
|
cmd_base = (unsigned long) virt_base + IOC4_CMD_OFFSET;
|
||||||
|
ctl = (unsigned long) virt_base + IOC4_CTRL_OFFSET;
|
||||||
|
irqport = (unsigned long) virt_base + IOC4_INTR_OFFSET;
|
||||||
dma_base = pci_resource_start(dev, 0) + IOC4_DMA_OFFSET;
|
dma_base = pci_resource_start(dev, 0) + IOC4_DMA_OFFSET;
|
||||||
|
|
||||||
if (!request_region(base, IOC4_CMD_CTL_BLK_SIZE, hwif->name)) {
|
cmd_phys_base = bar0 + IOC4_CMD_OFFSET;
|
||||||
|
if (!request_mem_region(cmd_phys_base, IOC4_CMD_CTL_BLK_SIZE,
|
||||||
|
hwif->name)) {
|
||||||
printk(KERN_ERR
|
printk(KERN_ERR
|
||||||
"%s : %s -- ERROR, Port Addresses "
|
"%s : %s -- ERROR, Addresses "
|
||||||
"0x%p to 0x%p ALREADY in use\n",
|
"0x%p to 0x%p ALREADY in use\n",
|
||||||
__FUNCTION__, hwif->name, (void *) base,
|
__FUNCTION__, hwif->name, (void *) cmd_phys_base,
|
||||||
(void *) base + IOC4_CMD_CTL_BLK_SIZE);
|
(void *) cmd_phys_base + IOC4_CMD_CTL_BLK_SIZE);
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hwif->io_ports[IDE_DATA_OFFSET] != base) {
|
if (hwif->io_ports[IDE_DATA_OFFSET] != cmd_base) {
|
||||||
/* Initialize the IO registers */
|
/* Initialize the IO registers */
|
||||||
sgiioc4_init_hwif_ports(&hwif->hw, base, ctl, irqport);
|
sgiioc4_init_hwif_ports(&hwif->hw, cmd_base, ctl, irqport);
|
||||||
memcpy(hwif->io_ports, hwif->hw.io_ports,
|
memcpy(hwif->io_ports, hwif->hw.io_ports,
|
||||||
sizeof (hwif->io_ports));
|
sizeof (hwif->io_ports));
|
||||||
hwif->noprobe = !hwif->io_ports[IDE_DATA_OFFSET];
|
hwif->noprobe = !hwif->io_ports[IDE_DATA_OFFSET];
|
||||||
|
@ -665,6 +686,9 @@ sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d)
|
||||||
hwif->cds = (struct ide_pci_device_s *) d;
|
hwif->cds = (struct ide_pci_device_s *) d;
|
||||||
hwif->gendev.parent = &dev->dev;/* setup proper ancestral information */
|
hwif->gendev.parent = &dev->dev;/* setup proper ancestral information */
|
||||||
|
|
||||||
|
/* The IOC4 uses MMIO rather than Port IO. */
|
||||||
|
default_hwif_mmiops(hwif);
|
||||||
|
|
||||||
/* Initializing chipset IRQ Registers */
|
/* Initializing chipset IRQ Registers */
|
||||||
hwif->OUTL(0x03, irqport + IOC4_INTR_SET * 4);
|
hwif->OUTL(0x03, irqport + IOC4_INTR_SET * 4);
|
||||||
|
|
||||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче