[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#569034: marked as done (linux-2.6: Please support sh4 architecture)



Your message dated Wed, 05 May 2010 17:39:53 +0000
with message-id <E1O9iZd-0000it-BN@ries.debian.org>
and subject line Bug#569034: fixed in linux-2.6 2.6.33-1~experimental.5
has caused the Debian Bug report #569034,
regarding linux-2.6: Please support sh4 architecture
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
569034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569034
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: linux-2.6
Version: 2.6.32-7
Severity: important
Tags: patch
User: debian-sh4@superh.org
Usertags: sh4
X-Debbugs-CC: debian-superh@lists.debian.org

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
http://buildd.debian-ports.org/status/architecture.phpsuite=unstable&a=sh4

linux-2.6 does not supprt sh4.
I made patch to support sh4. Could you apply this patch?

The content of the patch is as follows.
- sh4 base support
- sh7785lcr board support (defconfig) 
  This is one of the used sh4 reference boards now. 
  sh7785 is used CPU with this board. This CPU is a sh4 general-purpose CPU.
  It is used in buildd.
- fix_pte_write.patch
   2.6.32 has BUG on SH. This patch fix problem on SH.
   This patch is going to be applied in with 2.6.32.9.
- arch-sh4-fix-uimage-build.patch
   This patch disabled the making of the uImage.
   sh7785lcr is to make by default uImage.

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff --git a/linux-2.6/debian/config/defines b/linux-2.6/debian/config/defines
index bc32276..c288e78 100644
--- a/linux-2.6/debian/config/defines
+++ b/linux-2.6/debian/config/defines
@@ -16,6 +16,8 @@ arches:
  s390
  sparc
  sparc64
+ sh4
+
 compiler: gcc-4.3
 featuresets:
  none
diff --git a/linux-2.6/debian/config/sh4/config b/linux-2.6/debian/config/sh4/config
new file mode 100644
index 0000000..e69de29
diff --git a/linux-2.6/debian/config/sh4/config.sh7785lcr b/linux-2.6/debian/config/sh4/config.sh7785lcr
new file mode 100644
index 0000000..d0163c7
--- /dev/null
+++ b/linux-2.6/debian/config/sh4/config.sh7785lcr
@@ -0,0 +1,1327 @@
+CONFIG_SUPERH=y
+CONFIG_SUPERH32=y
+# CONFIG_SUPERH64 is not set
+CONFIG_RWSEM_GENERIC_SPINLOCK=y
+CONFIG_GENERIC_BUG=y
+CONFIG_GENERIC_FIND_NEXT_BIT=y
+CONFIG_GENERIC_HWEIGHT=y
+CONFIG_GENERIC_HARDIRQS=y
+CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
+CONFIG_GENERIC_IRQ_PROBE=y
+CONFIG_IRQ_PER_CPU=y
+# CONFIG_GENERIC_GPIO is not set
+CONFIG_GENERIC_TIME=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+# CONFIG_ARCH_SUSPEND_POSSIBLE is not set
+CONFIG_ARCH_HIBERNATION_POSSIBLE=y
+CONFIG_SYS_SUPPORTS_HUGETLBFS=y
+CONFIG_SYS_SUPPORTS_NUMA=y
+CONFIG_SYS_SUPPORTS_PCI=y
+CONFIG_SYS_SUPPORTS_TMU=y
+CONFIG_STACKTRACE_SUPPORT=y
+CONFIG_LOCKDEP_SUPPORT=y
+CONFIG_HAVE_LATENCYTOP_SUPPORT=y
+# CONFIG_ARCH_HAS_ILOG2_U32 is not set
+# CONFIG_ARCH_HAS_ILOG2_U64 is not set
+CONFIG_ARCH_NO_VIRT_TO_BUS=y
+CONFIG_ARCH_HAS_DEFAULT_IDLE=y
+CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
+CONFIG_CONSTRUCTORS=y
+
+#
+# System type
+#
+CONFIG_CPU_SH4=y
+CONFIG_CPU_SH4A=y
+CONFIG_CPU_SHX2=y
+# CONFIG_CPU_SUBTYPE_SH7619 is not set
+# CONFIG_CPU_SUBTYPE_SH7201 is not set
+# CONFIG_CPU_SUBTYPE_SH7203 is not set
+# CONFIG_CPU_SUBTYPE_SH7206 is not set
+# CONFIG_CPU_SUBTYPE_SH7263 is not set
+# CONFIG_CPU_SUBTYPE_MXG is not set
+# CONFIG_CPU_SUBTYPE_SH7705 is not set
+# CONFIG_CPU_SUBTYPE_SH7706 is not set
+# CONFIG_CPU_SUBTYPE_SH7707 is not set
+# CONFIG_CPU_SUBTYPE_SH7708 is not set
+# CONFIG_CPU_SUBTYPE_SH7709 is not set
+# CONFIG_CPU_SUBTYPE_SH7710 is not set
+# CONFIG_CPU_SUBTYPE_SH7712 is not set
+# CONFIG_CPU_SUBTYPE_SH7720 is not set
+# CONFIG_CPU_SUBTYPE_SH7721 is not set
+# CONFIG_CPU_SUBTYPE_SH7750 is not set
+# CONFIG_CPU_SUBTYPE_SH7091 is not set
+# CONFIG_CPU_SUBTYPE_SH7750R is not set
+# CONFIG_CPU_SUBTYPE_SH7750S is not set
+# CONFIG_CPU_SUBTYPE_SH7751 is not set
+# CONFIG_CPU_SUBTYPE_SH7751R is not set
+# CONFIG_CPU_SUBTYPE_SH7760 is not set
+# CONFIG_CPU_SUBTYPE_SH4_202 is not set
+# CONFIG_CPU_SUBTYPE_SH7723 is not set
+# CONFIG_CPU_SUBTYPE_SH7724 is not set
+# CONFIG_CPU_SUBTYPE_SH7757 is not set
+# CONFIG_CPU_SUBTYPE_SH7763 is not set
+# CONFIG_CPU_SUBTYPE_SH7770 is not set
+# CONFIG_CPU_SUBTYPE_SH7780 is not set
+CONFIG_CPU_SUBTYPE_SH7785=y
+# CONFIG_CPU_SUBTYPE_SH7786 is not set
+# CONFIG_CPU_SUBTYPE_SHX3 is not set
+# CONFIG_CPU_SUBTYPE_SH7343 is not set
+# CONFIG_CPU_SUBTYPE_SH7722 is not set
+# CONFIG_CPU_SUBTYPE_SH7366 is not set
+
+#
+# Memory management options
+#
+CONFIG_QUICKLIST=y
+CONFIG_MMU=y
+CONFIG_PAGE_OFFSET=0x80000000
+CONFIG_FORCE_MAX_ZONEORDER=11
+CONFIG_MEMORY_START=0x48000000
+CONFIG_MEMORY_SIZE=0x18000000
+# CONFIG_29BIT is not set
+CONFIG_32BIT=y
+CONFIG_PMB_ENABLE=y
+# CONFIG_PMB is not set
+CONFIG_PMB_FIXED=y
+# CONFIG_X2TLB is not set
+CONFIG_VSYSCALL=y
+# CONFIG_NUMA is not set
+CONFIG_ARCH_FLATMEM_ENABLE=y
+CONFIG_ARCH_SPARSEMEM_ENABLE=y
+CONFIG_ARCH_SPARSEMEM_DEFAULT=y
+CONFIG_MAX_ACTIVE_REGIONS=2
+CONFIG_ARCH_POPULATES_NODE_MAP=y
+CONFIG_ARCH_SELECT_MEMORY_MODEL=y
+CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
+CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
+CONFIG_PAGE_SIZE_4KB=y
+# CONFIG_PAGE_SIZE_8KB is not set
+# CONFIG_PAGE_SIZE_16KB is not set
+# CONFIG_PAGE_SIZE_64KB is not set
+CONFIG_HUGETLB_PAGE_SIZE_64K=y
+# CONFIG_HUGETLB_PAGE_SIZE_256K is not set
+# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
+# CONFIG_HUGETLB_PAGE_SIZE_4MB is not set
+# CONFIG_HUGETLB_PAGE_SIZE_64MB is not set
+# CONFIG_HUGETLB_PAGE_SIZE_512MB is not set
+CONFIG_SELECT_MEMORY_MODEL=y
+# CONFIG_FLATMEM_MANUAL is not set
+# CONFIG_DISCONTIGMEM_MANUAL is not set
+CONFIG_SPARSEMEM_MANUAL=y
+CONFIG_SPARSEMEM=y
+CONFIG_HAVE_MEMORY_PRESENT=y
+CONFIG_SPARSEMEM_STATIC=y
+# CONFIG_MEMORY_HOTPLUG is not set
+CONFIG_SPLIT_PTLOCK_CPUS=4
+CONFIG_MIGRATION=y
+# CONFIG_PHYS_ADDR_T_64BIT is not set
+CONFIG_ZONE_DMA_FLAG=0
+CONFIG_NR_QUICK=2
+CONFIG_HAVE_MLOCK=y
+CONFIG_HAVE_MLOCKED_PAGE_BIT=y
+# CONFIG_KSM is not set
+CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
+
+#
+# Cache configuration
+#
+CONFIG_CACHE_WRITEBACK=y
+# CONFIG_CACHE_WRITETHROUGH is not set
+# CONFIG_CACHE_OFF is not set
+
+#
+# Processor features
+#
+CONFIG_CPU_LITTLE_ENDIAN=y
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_SH_FPU=y
+CONFIG_SH_STORE_QUEUES=y
+CONFIG_CPU_HAS_INTEVT=y
+CONFIG_CPU_HAS_SR_RB=y
+CONFIG_CPU_HAS_FPU=y
+
+#
+# Board support
+#
+# CONFIG_SH_HIGHLANDER is not set
+CONFIG_SH_SH7785LCR=y
+# CONFIG_SH_SH7785LCR_PT is not set
+
+#
+# Timer and clock configuration
+#
+CONFIG_SH_TIMER_TMU=y
+CONFIG_SH_PCLK_FREQ=50000000
+CONFIG_SH_CLK_CPG=y
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
+
+#
+# CPU Frequency scaling
+#
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_TABLE=y
+# CONFIG_CPU_FREQ_DEBUG is not set
+CONFIG_CPU_FREQ_STAT=y
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
+# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
+CONFIG_SH_CPU_FREQ=y
+
+#
+# DMA support
+#
+# CONFIG_SH_DMA is not set
+
+#
+# Companion Chips
+#
+
+#
+# Additional SuperH Device Drivers
+#
+CONFIG_HEARTBEAT=y
+# CONFIG_PUSH_SWITCH is not set
+
+#
+# Kernel features
+#
+# CONFIG_HZ_100 is not set
+CONFIG_HZ_250=y
+# CONFIG_HZ_300 is not set
+# CONFIG_HZ_1000 is not set
+CONFIG_HZ=250
+CONFIG_SCHED_HRTICK=y
+CONFIG_KEXEC=y
+# CONFIG_CRASH_DUMP is not set
+CONFIG_SECCOMP=y
+# CONFIG_PREEMPT_NONE is not set
+# CONFIG_PREEMPT_VOLUNTARY is not set
+CONFIG_PREEMPT=y
+CONFIG_GUSA=y
+CONFIG_SPARSE_IRQ=y
+
+#
+# Boot options
+#
+CONFIG_ZERO_PAGE_OFFSET=0x00001000
+CONFIG_BOOT_LINK_OFFSET=0x00800000
+CONFIG_ENTRY_OFFSET=0x00001000
+# CONFIG_CMDLINE_OVERWRITE is not set
+# CONFIG_CMDLINE_EXTEND is not set
+
+#
+# Bus options
+#
+CONFIG_PCI=y
+CONFIG_SH_PCIDMA_NONCOHERENT=y
+# CONFIG_PCIEPORTBUS is not set
+# CONFIG_ARCH_SUPPORTS_MSI is not set
+# CONFIG_PCI_LEGACY is not set
+# CONFIG_PCI_STUB is not set
+# CONFIG_PCI_IOV is not set
+# CONFIG_PCCARD is not set
+# CONFIG_HOTPLUG_PCI is not set
+
+#
+# Executable file formats
+#
+CONFIG_BINFMT_ELF=y
+# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+# CONFIG_HAVE_AOUT is not set
+# CONFIG_BINFMT_MISC is not set
+
+#
+# Power management options (EXPERIMENTAL)
+#
+CONFIG_PM=y
+# CONFIG_PM_DEBUG is not set
+# CONFIG_HIBERNATION is not set
+# CONFIG_PM_RUNTIME is not set
+CONFIG_CPU_IDLE=y
+CONFIG_CPU_IDLE_GOV_LADDER=y
+CONFIG_CPU_IDLE_GOV_MENU=y
+CONFIG_NET=y
+
+#
+# Networking options
+#
+CONFIG_PACKET=y
+# CONFIG_PACKET_MMAP is not set
+CONFIG_UNIX=y
+CONFIG_XFRM=y
+# CONFIG_XFRM_USER is not set
+# CONFIG_XFRM_SUB_POLICY is not set
+# CONFIG_XFRM_MIGRATE is not set
+# CONFIG_XFRM_STATISTICS is not set
+# CONFIG_NET_KEY is not set
+CONFIG_INET=y
+# CONFIG_IP_MULTICAST is not set
+CONFIG_IP_ADVANCED_ROUTER=y
+CONFIG_ASK_IP_FIB_HASH=y
+# CONFIG_IP_FIB_TRIE is not set
+CONFIG_IP_FIB_HASH=y
+# CONFIG_IP_MULTIPLE_TABLES is not set
+# CONFIG_IP_ROUTE_MULTIPATH is not set
+# CONFIG_IP_ROUTE_VERBOSE is not set
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+# CONFIG_IP_PNP_BOOTP is not set
+# CONFIG_IP_PNP_RARP is not set
+# CONFIG_NET_IPIP is not set
+# CONFIG_NET_IPGRE is not set
+# CONFIG_ARPD is not set
+# CONFIG_SYN_COOKIES is not set
+# CONFIG_INET_AH is not set
+# CONFIG_INET_ESP is not set
+# CONFIG_INET_IPCOMP is not set
+# CONFIG_INET_XFRM_TUNNEL is not set
+# CONFIG_INET_TUNNEL is not set
+CONFIG_INET_XFRM_MODE_TRANSPORT=y
+CONFIG_INET_XFRM_MODE_TUNNEL=y
+CONFIG_INET_XFRM_MODE_BEET=y
+# CONFIG_INET_LRO is not set
+CONFIG_INET_DIAG=y
+CONFIG_INET_TCP_DIAG=y
+# CONFIG_TCP_CONG_ADVANCED is not set
+CONFIG_TCP_CONG_CUBIC=y
+CONFIG_DEFAULT_TCP_CONG="cubic"
+# CONFIG_TCP_MD5SIG is not set
+# CONFIG_IPV6 is not set
+# CONFIG_NETWORK_SECMARK is not set
+# CONFIG_NETFILTER is not set
+# CONFIG_IP_DCCP is not set
+# CONFIG_IP_SCTP is not set
+# CONFIG_RDS is not set
+# CONFIG_TIPC is not set
+# CONFIG_ATM is not set
+# CONFIG_BRIDGE is not set
+# CONFIG_NET_DSA is not set
+# CONFIG_VLAN_8021Q is not set
+# CONFIG_DECNET is not set
+# CONFIG_LLC2 is not set
+# CONFIG_IPX is not set
+# CONFIG_ATALK is not set
+# CONFIG_X25 is not set
+# CONFIG_LAPB is not set
+# CONFIG_ECONET is not set
+# CONFIG_WAN_ROUTER is not set
+# CONFIG_PHONET is not set
+# CONFIG_IEEE802154 is not set
+# CONFIG_NET_SCHED is not set
+# CONFIG_DCB is not set
+
+#
+# Network testing
+#
+# CONFIG_NET_PKTGEN is not set
+# CONFIG_NET_TCPPROBE is not set
+# CONFIG_NET_DROP_MONITOR is not set
+# CONFIG_HAMRADIO is not set
+# CONFIG_CAN is not set
+# CONFIG_IRDA is not set
+# CONFIG_BT is not set
+# CONFIG_AF_RXRPC is not set
+CONFIG_WIRELESS=y
+# CONFIG_CFG80211 is not set
+CONFIG_CFG80211_DEFAULT_PS_VALUE=0
+# CONFIG_WIRELESS_OLD_REGULATORY is not set
+CONFIG_WIRELESS_EXT=y
+CONFIG_WIRELESS_EXT_SYSFS=y
+# CONFIG_LIB80211 is not set
+
+#
+# CFG80211 needs to be enabled for MAC80211
+#
+# CONFIG_WIMAX is not set
+# CONFIG_RFKILL is not set
+# CONFIG_NET_9P is not set
+
+#
+# Device Drivers
+#
+
+#
+# Generic Driver Options
+#
+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+# CONFIG_DEVTMPFS is not set
+CONFIG_STANDALONE=y
+CONFIG_PREVENT_FIRMWARE_BUILD=y
+# CONFIG_FW_LOADER is not set
+# CONFIG_SYS_HYPERVISOR is not set
+# CONFIG_CONNECTOR is not set
+CONFIG_MTD=y
+# CONFIG_MTD_DEBUG is not set
+# CONFIG_MTD_TESTS is not set
+CONFIG_MTD_CONCAT=y
+CONFIG_MTD_PARTITIONS=y
+# CONFIG_MTD_REDBOOT_PARTS is not set
+# CONFIG_MTD_CMDLINE_PARTS is not set
+# CONFIG_MTD_AR7_PARTS is not set
+
+#
+# User Modules And Translation Layers
+#
+CONFIG_MTD_CHAR=y
+CONFIG_MTD_BLKDEVS=y
+CONFIG_MTD_BLOCK=y
+# CONFIG_FTL is not set
+# CONFIG_NFTL is not set
+# CONFIG_INFTL is not set
+# CONFIG_RFD_FTL is not set
+# CONFIG_SSFDC is not set
+# CONFIG_MTD_OOPS is not set
+
+#
+# RAM/ROM/Flash chip drivers
+#
+CONFIG_MTD_CFI=y
+# CONFIG_MTD_JEDECPROBE is not set
+CONFIG_MTD_GEN_PROBE=y
+# CONFIG_MTD_CFI_ADV_OPTIONS is not set
+CONFIG_MTD_MAP_BANK_WIDTH_1=y
+CONFIG_MTD_MAP_BANK_WIDTH_2=y
+CONFIG_MTD_MAP_BANK_WIDTH_4=y
+# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
+CONFIG_MTD_CFI_I1=y
+CONFIG_MTD_CFI_I2=y
+# CONFIG_MTD_CFI_I4 is not set
+# CONFIG_MTD_CFI_I8 is not set
+# CONFIG_MTD_CFI_INTELEXT is not set
+CONFIG_MTD_CFI_AMDSTD=y
+# CONFIG_MTD_CFI_STAA is not set
+CONFIG_MTD_CFI_UTIL=y
+# CONFIG_MTD_RAM is not set
+# CONFIG_MTD_ROM is not set
+# CONFIG_MTD_ABSENT is not set
+
+#
+# Mapping drivers for chip access
+#
+# CONFIG_MTD_COMPLEX_MAPPINGS is not set
+CONFIG_MTD_PHYSMAP=y
+# CONFIG_MTD_PHYSMAP_COMPAT is not set
+# CONFIG_MTD_INTEL_VR_NOR is not set
+# CONFIG_MTD_PLATRAM is not set
+
+#
+# Self-contained MTD device drivers
+#
+# CONFIG_MTD_PMC551 is not set
+# CONFIG_MTD_SLRAM is not set
+# CONFIG_MTD_PHRAM is not set
+# CONFIG_MTD_MTDRAM is not set
+# CONFIG_MTD_BLOCK2MTD is not set
+
+#
+# Disk-On-Chip Device Drivers
+#
+# CONFIG_MTD_DOC2000 is not set
+# CONFIG_MTD_DOC2001 is not set
+# CONFIG_MTD_DOC2001PLUS is not set
+# CONFIG_MTD_NAND is not set
+# CONFIG_MTD_ONENAND is not set
+
+#
+# LPDDR flash memory drivers
+#
+# CONFIG_MTD_LPDDR is not set
+
+#
+# UBI - Unsorted block images
+#
+# CONFIG_MTD_UBI is not set
+# CONFIG_PARPORT is not set
+CONFIG_BLK_DEV=y
+# CONFIG_BLK_CPQ_CISS_DA is not set
+# CONFIG_BLK_DEV_DAC960 is not set
+# CONFIG_BLK_DEV_UMEM is not set
+# CONFIG_BLK_DEV_COW_COMMON is not set
+CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_CRYPTOLOOP=m
+# CONFIG_BLK_DEV_NBD is not set
+# CONFIG_BLK_DEV_SX8 is not set
+# CONFIG_BLK_DEV_UB is not set
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_COUNT=16
+CONFIG_BLK_DEV_RAM_SIZE=4096
+# CONFIG_BLK_DEV_XIP is not set
+# CONFIG_CDROM_PKTCDVD is not set
+# CONFIG_ATA_OVER_ETH is not set
+# CONFIG_BLK_DEV_HD is not set
+# CONFIG_MISC_DEVICES is not set
+CONFIG_HAVE_IDE=y
+# CONFIG_IDE is not set
+
+#
+# SCSI device support
+#
+# CONFIG_RAID_ATTRS is not set
+CONFIG_SCSI=y
+CONFIG_SCSI_DMA=y
+# CONFIG_SCSI_TGT is not set
+# CONFIG_SCSI_NETLINK is not set
+# CONFIG_SCSI_PROC_FS is not set
+
+#
+# SCSI support type (disk, tape, CD-ROM)
+#
+CONFIG_BLK_DEV_SD=y
+# CONFIG_CHR_DEV_ST is not set
+# CONFIG_CHR_DEV_OSST is not set
+# CONFIG_BLK_DEV_SR is not set
+# CONFIG_CHR_DEV_SG is not set
+# CONFIG_CHR_DEV_SCH is not set
+# CONFIG_SCSI_MULTI_LUN is not set
+# CONFIG_SCSI_CONSTANTS is not set
+# CONFIG_SCSI_LOGGING is not set
+# CONFIG_SCSI_SCAN_ASYNC is not set
+CONFIG_SCSI_WAIT_SCAN=m
+
+#
+# SCSI Transports
+#
+# CONFIG_SCSI_SPI_ATTRS is not set
+# CONFIG_SCSI_FC_ATTRS is not set
+# CONFIG_SCSI_ISCSI_ATTRS is not set
+# CONFIG_SCSI_SAS_LIBSAS is not set
+# CONFIG_SCSI_SRP_ATTRS is not set
+# CONFIG_SCSI_LOWLEVEL is not set
+# CONFIG_SCSI_DH is not set
+# CONFIG_SCSI_OSD_INITIATOR is not set
+CONFIG_ATA=y
+# CONFIG_ATA_NONSTANDARD is not set
+CONFIG_ATA_VERBOSE_ERROR=y
+CONFIG_SATA_PMP=y
+# CONFIG_SATA_AHCI is not set
+# CONFIG_SATA_SIL24 is not set
+CONFIG_ATA_SFF=y
+# CONFIG_SATA_SVW is not set
+# CONFIG_ATA_PIIX is not set
+# CONFIG_SATA_MV is not set
+# CONFIG_SATA_NV is not set
+# CONFIG_PDC_ADMA is not set
+# CONFIG_SATA_QSTOR is not set
+# CONFIG_SATA_PROMISE is not set
+# CONFIG_SATA_SX4 is not set
+CONFIG_SATA_SIL=y
+# CONFIG_SATA_SIS is not set
+# CONFIG_SATA_ULI is not set
+# CONFIG_SATA_VIA is not set
+# CONFIG_SATA_VITESSE is not set
+# CONFIG_SATA_INIC162X is not set
+# CONFIG_PATA_ALI is not set
+# CONFIG_PATA_AMD is not set
+# CONFIG_PATA_ARTOP is not set
+# CONFIG_PATA_ATP867X is not set
+# CONFIG_PATA_ATIIXP is not set
+# CONFIG_PATA_CMD640_PCI is not set
+# CONFIG_PATA_CMD64X is not set
+# CONFIG_PATA_CS5520 is not set
+# CONFIG_PATA_CS5530 is not set
+# CONFIG_PATA_CYPRESS is not set
+# CONFIG_PATA_EFAR is not set
+# CONFIG_ATA_GENERIC is not set
+# CONFIG_PATA_HPT366 is not set
+# CONFIG_PATA_HPT37X is not set
+# CONFIG_PATA_HPT3X2N is not set
+# CONFIG_PATA_HPT3X3 is not set
+# CONFIG_PATA_IT821X is not set
+# CONFIG_PATA_IT8213 is not set
+# CONFIG_PATA_JMICRON is not set
+# CONFIG_PATA_TRIFLEX is not set
+# CONFIG_PATA_MARVELL is not set
+# CONFIG_PATA_MPIIX is not set
+# CONFIG_PATA_OLDPIIX is not set
+# CONFIG_PATA_NETCELL is not set
+# CONFIG_PATA_NINJA32 is not set
+# CONFIG_PATA_NS87410 is not set
+# CONFIG_PATA_NS87415 is not set
+# CONFIG_PATA_OPTI is not set
+# CONFIG_PATA_OPTIDMA is not set
+# CONFIG_PATA_PDC_OLD is not set
+# CONFIG_PATA_RADISYS is not set
+# CONFIG_PATA_RDC is not set
+# CONFIG_PATA_RZ1000 is not set
+# CONFIG_PATA_SC1200 is not set
+# CONFIG_PATA_SERVERWORKS is not set
+# CONFIG_PATA_PDC2027X is not set
+# CONFIG_PATA_SIL680 is not set
+# CONFIG_PATA_SIS is not set
+# CONFIG_PATA_VIA is not set
+# CONFIG_PATA_WINBOND is not set
+# CONFIG_PATA_PLATFORM is not set
+# CONFIG_PATA_SCH is not set
+# CONFIG_MD is not set
+# CONFIG_FUSION is not set
+
+#
+# IEEE 1394 (FireWire) support
+#
+
+#
+# You can enable one or both FireWire driver stacks.
+#
+
+#
+# See the help texts for more information.
+#
+# CONFIG_FIREWIRE is not set
+# CONFIG_IEEE1394 is not set
+# CONFIG_I2O is not set
+CONFIG_NETDEVICES=y
+# CONFIG_DUMMY is not set
+# CONFIG_BONDING is not set
+# CONFIG_MACVLAN is not set
+# CONFIG_EQUALIZER is not set
+# CONFIG_TUN is not set
+# CONFIG_VETH is not set
+# CONFIG_ARCNET is not set
+# CONFIG_NET_ETHERNET is not set
+CONFIG_MII=y
+CONFIG_NETDEV_1000=y
+# CONFIG_ACENIC is not set
+# CONFIG_DL2K is not set
+# CONFIG_E1000 is not set
+# CONFIG_E1000E is not set
+# CONFIG_IP1000 is not set
+# CONFIG_IGB is not set
+# CONFIG_IGBVF is not set
+# CONFIG_NS83820 is not set
+# CONFIG_HAMACHI is not set
+# CONFIG_YELLOWFIN is not set
+CONFIG_R8169=y
+# CONFIG_SIS190 is not set
+# CONFIG_SKGE is not set
+# CONFIG_SKY2 is not set
+# CONFIG_VIA_VELOCITY is not set
+# CONFIG_TIGON3 is not set
+# CONFIG_BNX2 is not set
+# CONFIG_CNIC is not set
+# CONFIG_QLA3XXX is not set
+# CONFIG_ATL1 is not set
+# CONFIG_ATL1E is not set
+# CONFIG_ATL1C is not set
+# CONFIG_JME is not set
+# CONFIG_NETDEV_10000 is not set
+# CONFIG_TR is not set
+# CONFIG_WLAN is not set
+
+#
+# Enable WiMAX (Networking options) to see the WiMAX drivers
+#
+
+#
+# USB Network Adapters
+#
+# CONFIG_USB_CATC is not set
+# CONFIG_USB_KAWETH is not set
+# CONFIG_USB_PEGASUS is not set
+# CONFIG_USB_RTL8150 is not set
+# CONFIG_USB_USBNET is not set
+# CONFIG_WAN is not set
+# CONFIG_FDDI is not set
+# CONFIG_HIPPI is not set
+# CONFIG_PPP is not set
+# CONFIG_SLIP is not set
+# CONFIG_NET_FC is not set
+# CONFIG_NETCONSOLE is not set
+# CONFIG_NETPOLL is not set
+# CONFIG_NET_POLL_CONTROLLER is not set
+# CONFIG_ISDN is not set
+# CONFIG_PHONE is not set
+
+#
+# Input device support
+#
+CONFIG_INPUT=y
+CONFIG_INPUT_FF_MEMLESS=m
+# CONFIG_INPUT_POLLDEV is not set
+
+#
+# Userland interfaces
+#
+CONFIG_INPUT_MOUSEDEV=y
+CONFIG_INPUT_MOUSEDEV_PSAUX=y
+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
+# CONFIG_INPUT_JOYDEV is not set
+CONFIG_INPUT_EVDEV=y
+CONFIG_INPUT_EVBUG=m
+
+#
+# Input Device Drivers
+#
+CONFIG_INPUT_KEYBOARD=y
+# CONFIG_KEYBOARD_ADP5588 is not set
+CONFIG_KEYBOARD_ATKBD=y
+# CONFIG_QT2160 is not set
+# CONFIG_KEYBOARD_LKKBD is not set
+# CONFIG_KEYBOARD_MAX7359 is not set
+# CONFIG_KEYBOARD_NEWTON is not set
+# CONFIG_KEYBOARD_OPENCORES is not set
+# CONFIG_KEYBOARD_STOWAWAY is not set
+# CONFIG_KEYBOARD_SUNKBD is not set
+# CONFIG_KEYBOARD_SH_KEYSC is not set
+# CONFIG_KEYBOARD_XTKBD is not set
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=y
+CONFIG_MOUSE_PS2_ALPS=y
+CONFIG_MOUSE_PS2_LOGIPS2PP=y
+CONFIG_MOUSE_PS2_SYNAPTICS=y
+CONFIG_MOUSE_PS2_TRACKPOINT=y
+# CONFIG_MOUSE_PS2_ELANTECH is not set
+# CONFIG_MOUSE_PS2_SENTELIC is not set
+# CONFIG_MOUSE_PS2_TOUCHKIT is not set
+# CONFIG_MOUSE_SERIAL is not set
+# CONFIG_MOUSE_APPLETOUCH is not set
+# CONFIG_MOUSE_BCM5974 is not set
+# CONFIG_MOUSE_VSXXXAA is not set
+# CONFIG_MOUSE_SYNAPTICS_I2C is not set
+# CONFIG_INPUT_JOYSTICK is not set
+# CONFIG_INPUT_TABLET is not set
+# CONFIG_INPUT_TOUCHSCREEN is not set
+# CONFIG_INPUT_MISC is not set
+
+#
+# Hardware I/O ports
+#
+CONFIG_SERIO=y
+CONFIG_SERIO_I8042=y
+CONFIG_SERIO_SERPORT=y
+# CONFIG_SERIO_PCIPS2 is not set
+CONFIG_SERIO_LIBPS2=y
+# CONFIG_SERIO_RAW is not set
+# CONFIG_GAMEPORT is not set
+
+#
+# Character devices
+#
+CONFIG_VT=y
+CONFIG_CONSOLE_TRANSLATIONS=y
+CONFIG_VT_CONSOLE=y
+CONFIG_HW_CONSOLE=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+# CONFIG_DEVKMEM is not set
+# CONFIG_SERIAL_NONSTANDARD is not set
+# CONFIG_NOZOMI is not set
+
+#
+# Serial drivers
+#
+# CONFIG_SERIAL_8250 is not set
+
+#
+# Non-8250 serial port support
+#
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_NR_UARTS=6
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+CONFIG_SERIAL_CORE=y
+CONFIG_SERIAL_CORE_CONSOLE=y
+# CONFIG_SERIAL_JSM is not set
+CONFIG_UNIX98_PTYS=y
+CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
+# CONFIG_LEGACY_PTYS is not set
+# CONFIG_IPMI_HANDLER is not set
+# CONFIG_HW_RANDOM is not set
+# CONFIG_R3964 is not set
+# CONFIG_APPLICOM is not set
+# CONFIG_RAW_DRIVER is not set
+# CONFIG_TCG_TPM is not set
+CONFIG_DEVPORT=y
+CONFIG_I2C=y
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_COMPAT=y
+# CONFIG_I2C_CHARDEV is not set
+CONFIG_I2C_HELPER_AUTO=y
+CONFIG_I2C_ALGOPCA=y
+
+#
+# I2C Hardware Bus support
+#
+
+#
+# PC SMBus host controller drivers
+#
+# CONFIG_I2C_ALI1535 is not set
+# CONFIG_I2C_ALI1563 is not set
+# CONFIG_I2C_ALI15X3 is not set
+# CONFIG_I2C_AMD756 is not set
+# CONFIG_I2C_AMD8111 is not set
+# CONFIG_I2C_I801 is not set
+# CONFIG_I2C_ISCH is not set
+# CONFIG_I2C_PIIX4 is not set
+# CONFIG_I2C_NFORCE2 is not set
+# CONFIG_I2C_SIS5595 is not set
+# CONFIG_I2C_SIS630 is not set
+# CONFIG_I2C_SIS96X is not set
+# CONFIG_I2C_VIA is not set
+# CONFIG_I2C_VIAPRO is not set
+
+#
+# I2C system bus drivers (mostly embedded / system-on-chip)
+#
+# CONFIG_I2C_DESIGNWARE is not set
+# CONFIG_I2C_OCORES is not set
+# CONFIG_I2C_SH_MOBILE is not set
+# CONFIG_I2C_SIMTEC is not set
+
+#
+# External I2C/SMBus adapter drivers
+#
+# CONFIG_I2C_PARPORT_LIGHT is not set
+# CONFIG_I2C_TAOS_EVM is not set
+# CONFIG_I2C_TINY_USB is not set
+
+#
+# Graphics adapter I2C/DDC channel drivers
+#
+# CONFIG_I2C_VOODOO3 is not set
+
+#
+# Other I2C/SMBus bus drivers
+#
+CONFIG_I2C_PCA_PLATFORM=y
+# CONFIG_I2C_STUB is not set
+
+#
+# Miscellaneous I2C Chip support
+#
+# CONFIG_DS1682 is not set
+# CONFIG_SENSORS_TSL2550 is not set
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+# CONFIG_I2C_DEBUG_CHIP is not set
+# CONFIG_SPI is not set
+
+#
+# PPS support
+#
+# CONFIG_PPS is not set
+# CONFIG_W1 is not set
+# CONFIG_POWER_SUPPLY is not set
+# CONFIG_HWMON is not set
+# CONFIG_THERMAL is not set
+CONFIG_WATCHDOG=y
+# CONFIG_WATCHDOG_NOWAYOUT is not set
+
+#
+# Watchdog Device Drivers
+#
+# CONFIG_SOFT_WATCHDOG is not set
+# CONFIG_ALIM7101_WDT is not set
+CONFIG_SH_WDT=y
+# CONFIG_SH_WDT_MMAP is not set
+
+#
+# PCI-based Watchdog Cards
+#
+# CONFIG_PCIPCWATCHDOG is not set
+# CONFIG_WDTPCI is not set
+
+#
+# USB-based Watchdog Cards
+#
+# CONFIG_USBPCWATCHDOG is not set
+CONFIG_SSB_POSSIBLE=y
+
+#
+# Sonics Silicon Backplane
+#
+# CONFIG_SSB is not set
+
+#
+# Multifunction device drivers
+#
+# CONFIG_MFD_CORE is not set
+CONFIG_MFD_SM501=y
+# CONFIG_HTC_PASIC3 is not set
+# CONFIG_TWL4030_CORE is not set
+# CONFIG_MFD_TMIO is not set
+# CONFIG_PMIC_DA903X is not set
+# CONFIG_MFD_WM8400 is not set
+# CONFIG_MFD_WM831X is not set
+# CONFIG_MFD_WM8350_I2C is not set
+# CONFIG_MFD_PCF50633 is not set
+# CONFIG_AB3100_CORE is not set
+# CONFIG_REGULATOR is not set
+# CONFIG_MEDIA_SUPPORT is not set
+
+#
+# Graphics support
+#
+# CONFIG_VGA_ARB is not set
+# CONFIG_DRM is not set
+# CONFIG_VGASTATE is not set
+# CONFIG_VIDEO_OUTPUT_CONTROL is not set
+CONFIG_FB=y
+# CONFIG_FIRMWARE_EDID is not set
+# CONFIG_FB_DDC is not set
+# CONFIG_FB_BOOT_VESA_SUPPORT is not set
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_FOREIGN_ENDIAN is not set
+# CONFIG_FB_SYS_FOPS is not set
+# CONFIG_FB_SVGALIB is not set
+# CONFIG_FB_MACMODES is not set
+# CONFIG_FB_BACKLIGHT is not set
+# CONFIG_FB_MODE_HELPERS is not set
+# CONFIG_FB_TILEBLITTING is not set
+
+#
+# Frame buffer hardware drivers
+#
+# CONFIG_FB_CIRRUS is not set
+# CONFIG_FB_PM2 is not set
+# CONFIG_FB_CYBER2000 is not set
+# CONFIG_FB_ASILIANT is not set
+# CONFIG_FB_IMSTT is not set
+# CONFIG_FB_S1D13XXX is not set
+# CONFIG_FB_NVIDIA is not set
+# CONFIG_FB_RIVA is not set
+# CONFIG_FB_MATROX is not set
+# CONFIG_FB_RADEON is not set
+# CONFIG_FB_ATY128 is not set
+# CONFIG_FB_ATY is not set
+# CONFIG_FB_S3 is not set
+# CONFIG_FB_SAVAGE is not set
+# CONFIG_FB_SIS is not set
+# CONFIG_FB_VIA is not set
+# CONFIG_FB_NEOMAGIC is not set
+# CONFIG_FB_KYRO is not set
+# CONFIG_FB_3DFX is not set
+# CONFIG_FB_VOODOO1 is not set
+# CONFIG_FB_VT8623 is not set
+# CONFIG_FB_TRIDENT is not set
+# CONFIG_FB_ARK is not set
+# CONFIG_FB_PM3 is not set
+# CONFIG_FB_CARMINE is not set
+# CONFIG_FB_SH_MOBILE_LCDC is not set
+CONFIG_FB_SM501=y
+# CONFIG_FB_VIRTUAL is not set
+# CONFIG_FB_METRONOME is not set
+# CONFIG_FB_MB862XX is not set
+# CONFIG_FB_BROADSHEET is not set
+# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
+
+#
+# Display device support
+#
+# CONFIG_DISPLAY_SUPPORT is not set
+
+#
+# Console display driver support
+#
+CONFIG_DUMMY_CONSOLE=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
+# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
+# CONFIG_FONTS is not set
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
+CONFIG_LOGO=y
+# CONFIG_LOGO_LINUX_MONO is not set
+# CONFIG_LOGO_LINUX_VGA16 is not set
+# CONFIG_LOGO_LINUX_CLUT224 is not set
+CONFIG_LOGO_SUPERH_MONO=y
+CONFIG_LOGO_SUPERH_VGA16=y
+CONFIG_LOGO_SUPERH_CLUT224=y
+CONFIG_SOUND=y
+CONFIG_SOUND_OSS_CORE=y
+CONFIG_SOUND_OSS_CORE_PRECLAIM=y
+CONFIG_SND=y
+CONFIG_SND_TIMER=y
+CONFIG_SND_PCM=y
+CONFIG_SND_HWDEP=y
+CONFIG_SND_RAWMIDI=y
+CONFIG_SND_SEQUENCER=y
+# CONFIG_SND_SEQ_DUMMY is not set
+CONFIG_SND_OSSEMUL=y
+CONFIG_SND_MIXER_OSS=y
+CONFIG_SND_PCM_OSS=y
+CONFIG_SND_PCM_OSS_PLUGINS=y
+CONFIG_SND_SEQUENCER_OSS=y
+CONFIG_SND_HRTIMER=y
+CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
+CONFIG_SND_DYNAMIC_MINORS=y
+# CONFIG_SND_SUPPORT_OLD_API is not set
+# CONFIG_SND_VERBOSE_PROCFS is not set
+# CONFIG_SND_VERBOSE_PRINTK is not set
+# CONFIG_SND_DEBUG is not set
+CONFIG_SND_RAWMIDI_SEQ=y
+CONFIG_SND_OPL3_LIB_SEQ=y
+# CONFIG_SND_OPL4_LIB_SEQ is not set
+# CONFIG_SND_SBAWE_SEQ is not set
+# CONFIG_SND_EMU10K1_SEQ is not set
+CONFIG_SND_MPU401_UART=y
+CONFIG_SND_OPL3_LIB=y
+# CONFIG_SND_DRIVERS is not set
+CONFIG_SND_PCI=y
+# CONFIG_SND_AD1889 is not set
+# CONFIG_SND_ALS300 is not set
+# CONFIG_SND_ALI5451 is not set
+# CONFIG_SND_ATIIXP is not set
+# CONFIG_SND_ATIIXP_MODEM is not set
+# CONFIG_SND_AU8810 is not set
+# CONFIG_SND_AU8820 is not set
+# CONFIG_SND_AU8830 is not set
+# CONFIG_SND_AW2 is not set
+# CONFIG_SND_AZT3328 is not set
+# CONFIG_SND_BT87X is not set
+# CONFIG_SND_CA0106 is not set
+CONFIG_SND_CMIPCI=y
+# CONFIG_SND_OXYGEN is not set
+# CONFIG_SND_CS4281 is not set
+# CONFIG_SND_CS46XX is not set
+# CONFIG_SND_CS5535AUDIO is not set
+# CONFIG_SND_CTXFI 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_INDIGOIOX is not set
+# CONFIG_SND_INDIGODJX is not set
+# CONFIG_SND_EMU10K1 is not set
+# CONFIG_SND_EMU10K1X is not set
+# CONFIG_SND_ENS1370 is not set
+# CONFIG_SND_ENS1371 is not set
+# CONFIG_SND_ES1938 is not set
+# CONFIG_SND_ES1968 is not set
+# CONFIG_SND_FM801 is not set
+# CONFIG_SND_HDA_INTEL is not set
+# CONFIG_SND_HDSP is not set
+# CONFIG_SND_HDSPM is not set
+# CONFIG_SND_HIFIER is not set
+# CONFIG_SND_ICE1712 is not set
+# CONFIG_SND_ICE1724 is not set
+# CONFIG_SND_INTEL8X0 is not set
+# CONFIG_SND_INTEL8X0M is not set
+# CONFIG_SND_KORG1212 is not set
+# CONFIG_SND_LX6464ES is not set
+# CONFIG_SND_MAESTRO3 is not set
+# CONFIG_SND_MIXART is not set
+# CONFIG_SND_NM256 is not set
+# CONFIG_SND_PCXHR is not set
+# CONFIG_SND_RIPTIDE is not set
+# CONFIG_SND_RME32 is not set
+# CONFIG_SND_RME96 is not set
+# CONFIG_SND_RME9652 is not set
+# CONFIG_SND_SONICVIBES is not set
+# CONFIG_SND_TRIDENT is not set
+# CONFIG_SND_VIA82XX is not set
+# CONFIG_SND_VIA82XX_MODEM is not set
+# CONFIG_SND_VIRTUOSO is not set
+# CONFIG_SND_VX222 is not set
+# CONFIG_SND_YMFPCI is not set
+# CONFIG_SND_SUPERH is not set
+CONFIG_SND_USB=y
+# CONFIG_SND_USB_AUDIO is not set
+# CONFIG_SND_USB_CAIAQ is not set
+# CONFIG_SND_SOC is not set
+# CONFIG_SOUND_PRIME is not set
+CONFIG_HID_SUPPORT=y
+CONFIG_HID=y
+# CONFIG_HIDRAW is not set
+
+#
+# USB Input Devices
+#
+CONFIG_USB_HID=y
+# CONFIG_HID_PID is not set
+# CONFIG_USB_HIDDEV is not set
+
+#
+# Special HID drivers
+#
+CONFIG_HID_A4TECH=m
+CONFIG_HID_APPLE=m
+CONFIG_HID_BELKIN=m
+CONFIG_HID_CHERRY=m
+CONFIG_HID_CHICONY=m
+CONFIG_HID_CYPRESS=m
+CONFIG_HID_DRAGONRISE=m
+# CONFIG_DRAGONRISE_FF is not set
+CONFIG_HID_EZKEY=m
+CONFIG_HID_KYE=m
+CONFIG_HID_GYRATION=m
+CONFIG_HID_TWINHAN=m
+CONFIG_HID_KENSINGTON=m
+CONFIG_HID_LOGITECH=m
+# CONFIG_LOGITECH_FF is not set
+# CONFIG_LOGIRUMBLEPAD2_FF is not set
+CONFIG_HID_MICROSOFT=m
+CONFIG_HID_MONTEREY=m
+CONFIG_HID_NTRIG=m
+CONFIG_HID_PANTHERLORD=m
+# CONFIG_PANTHERLORD_FF is not set
+CONFIG_HID_PETALYNX=m
+CONFIG_HID_SAMSUNG=m
+CONFIG_HID_SONY=m
+CONFIG_HID_SUNPLUS=m
+CONFIG_HID_GREENASIA=m
+# CONFIG_GREENASIA_FF is not set
+CONFIG_HID_SMARTJOYPLUS=m
+# CONFIG_SMARTJOYPLUS_FF is not set
+CONFIG_HID_TOPSEED=m
+# CONFIG_HID_THRUSTMASTER is not set
+CONFIG_HID_ZEROPLUS=m
+# CONFIG_ZEROPLUS_FF is not set
+CONFIG_USB_SUPPORT=y
+CONFIG_USB_ARCH_HAS_HCD=y
+CONFIG_USB_ARCH_HAS_OHCI=y
+CONFIG_USB_ARCH_HAS_EHCI=y
+CONFIG_USB=y
+# CONFIG_USB_DEBUG is not set
+# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
+
+#
+# Miscellaneous USB options
+#
+# CONFIG_USB_DEVICEFS is not set
+CONFIG_USB_DEVICE_CLASS=y
+# CONFIG_USB_DYNAMIC_MINORS is not set
+# CONFIG_USB_SUSPEND is not set
+# CONFIG_USB_OTG is not set
+# CONFIG_USB_OTG_WHITELIST is not set
+# CONFIG_USB_OTG_BLACKLIST_HUB is not set
+# CONFIG_USB_MON is not set
+# CONFIG_USB_WUSB is not set
+# CONFIG_USB_WUSB_CBAF is not set
+
+#
+# USB Host Controller Drivers
+#
+# CONFIG_USB_C67X00_HCD is not set
+# CONFIG_USB_XHCI_HCD is not set
+CONFIG_USB_EHCI_HCD=m
+# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
+# CONFIG_USB_EHCI_TT_NEWSCHED is not set
+# CONFIG_USB_OXU210HP_HCD is not set
+# CONFIG_USB_ISP116X_HCD is not set
+# CONFIG_USB_ISP1760_HCD is not set
+# CONFIG_USB_ISP1362_HCD is not set
+# CONFIG_USB_OHCI_HCD is not set
+# CONFIG_USB_UHCI_HCD is not set
+# CONFIG_USB_SL811_HCD is not set
+CONFIG_USB_R8A66597_HCD=y
+# CONFIG_USB_WHCI_HCD is not set
+# CONFIG_USB_HWA_HCD is not set
+
+#
+# USB Device Class drivers
+#
+# CONFIG_USB_ACM is not set
+# CONFIG_USB_PRINTER is not set
+# CONFIG_USB_WDM is not set
+# CONFIG_USB_TMC is not set
+
+#
+# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
+#
+
+#
+# also be needed; see USB_STORAGE Help for more info
+#
+CONFIG_USB_STORAGE=y
+# CONFIG_USB_STORAGE_DEBUG is not set
+# CONFIG_USB_STORAGE_DATAFAB is not set
+# CONFIG_USB_STORAGE_FREECOM is not set
+# CONFIG_USB_STORAGE_ISD200 is not set
+# CONFIG_USB_STORAGE_USBAT is not set
+# CONFIG_USB_STORAGE_SDDR09 is not set
+# CONFIG_USB_STORAGE_SDDR55 is not set
+# CONFIG_USB_STORAGE_JUMPSHOT is not set
+# CONFIG_USB_STORAGE_ALAUDA is not set
+# CONFIG_USB_STORAGE_ONETOUCH is not set
+# CONFIG_USB_STORAGE_KARMA is not set
+# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
+# CONFIG_USB_LIBUSUAL is not set
+
+#
+# USB Imaging devices
+#
+# CONFIG_USB_MDC800 is not set
+# CONFIG_USB_MICROTEK is not set
+
+#
+# USB port drivers
+#
+# CONFIG_USB_SERIAL is not set
+
+#
+# USB Miscellaneous drivers
+#
+# CONFIG_USB_EMI62 is not set
+# CONFIG_USB_EMI26 is not set
+# CONFIG_USB_ADUTUX is not set
+# CONFIG_USB_SEVSEG is not set
+# CONFIG_USB_RIO500 is not set
+# CONFIG_USB_LEGOTOWER is not set
+# CONFIG_USB_LCD is not set
+# CONFIG_USB_BERRY_CHARGE is not set
+# CONFIG_USB_LED is not set
+# CONFIG_USB_CYPRESS_CY7C63 is not set
+# CONFIG_USB_CYTHERM is not set
+# CONFIG_USB_IDMOUSE is not set
+# CONFIG_USB_FTDI_ELAN is not set
+# CONFIG_USB_APPLEDISPLAY is not set
+# CONFIG_USB_SISUSBVGA is not set
+# CONFIG_USB_LD is not set
+# CONFIG_USB_TRANCEVIBRATOR is not set
+# CONFIG_USB_IOWARRIOR is not set
+# CONFIG_USB_TEST is not set
+# CONFIG_USB_ISIGHTFW is not set
+# CONFIG_USB_VST is not set
+# CONFIG_USB_GADGET is not set
+
+#
+# OTG and related infrastructure
+#
+# CONFIG_NOP_USB_XCEIV is not set
+# CONFIG_UWB is not set
+CONFIG_MMC=y
+# CONFIG_MMC_DEBUG is not set
+# CONFIG_MMC_UNSAFE_RESUME is not set
+
+#
+# MMC/SD/SDIO Card Drivers
+#
+CONFIG_MMC_BLOCK=y
+CONFIG_MMC_BLOCK_BOUNCE=y
+# CONFIG_SDIO_UART is not set
+# CONFIG_MMC_TEST is not set
+
+#
+# MMC/SD/SDIO Host Controller Drivers
+#
+CONFIG_MMC_SDHCI=m
+# CONFIG_MMC_SDHCI_PCI is not set
+CONFIG_MMC_SDHCI_PLTFM=m
+# CONFIG_MMC_AT91 is not set
+# CONFIG_MMC_ATMELMCI is not set
+# CONFIG_MMC_TIFM_SD is not set
+# CONFIG_MMC_CB710 is not set
+# CONFIG_MMC_VIA_SDMMC is not set
+# CONFIG_MEMSTICK is not set
+# CONFIG_NEW_LEDS is not set
+# CONFIG_ACCESSIBILITY is not set
+# CONFIG_INFINIBAND is not set
+CONFIG_RTC_LIB=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_HCTOSYS=y
+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
+# CONFIG_RTC_DEBUG is not set
+
+#
+# RTC interfaces
+#
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
+CONFIG_RTC_INTF_DEV=y
+# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
+# CONFIG_RTC_DRV_TEST is not set
+
+#
+# I2C RTC drivers
+#
+# CONFIG_RTC_DRV_DS1307 is not set
+# CONFIG_RTC_DRV_DS1374 is not set
+# CONFIG_RTC_DRV_DS1672 is not set
+# CONFIG_RTC_DRV_MAX6900 is not set
+CONFIG_RTC_DRV_RS5C372=y
+# CONFIG_RTC_DRV_ISL1208 is not set
+# CONFIG_RTC_DRV_X1205 is not set
+# CONFIG_RTC_DRV_PCF8563 is not set
+# CONFIG_RTC_DRV_PCF8583 is not set
+# CONFIG_RTC_DRV_M41T80 is not set
+# CONFIG_RTC_DRV_S35390A is not set
+# CONFIG_RTC_DRV_FM3130 is not set
+# CONFIG_RTC_DRV_RX8581 is not set
+# CONFIG_RTC_DRV_RX8025 is not set
+
+#
+# SPI RTC drivers
+#
+
+#
+# Platform RTC drivers
+#
+# CONFIG_RTC_DRV_DS1286 is not set
+# CONFIG_RTC_DRV_DS1511 is not set
+# CONFIG_RTC_DRV_DS1553 is not set
+# CONFIG_RTC_DRV_DS1742 is not set
+# CONFIG_RTC_DRV_STK17TA8 is not set
+# CONFIG_RTC_DRV_M48T86 is not set
+# CONFIG_RTC_DRV_M48T35 is not set
+# CONFIG_RTC_DRV_M48T59 is not set
+# CONFIG_RTC_DRV_BQ4802 is not set
+# CONFIG_RTC_DRV_V3020 is not set
+
+#
+# on-CPU RTC drivers
+#
+# CONFIG_RTC_DRV_SH is not set
+# CONFIG_RTC_DRV_GENERIC is not set
+CONFIG_DMADEVICES=y
+
+#
+# File systems
+#
+CONFIG_EXT2_FS=y
+# CONFIG_EXT2_FS_XATTR is not set
+# CONFIG_EXT2_FS_XIP is not set
+CONFIG_EXT3_FS=y
+# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_FS_XATTR=y
+# CONFIG_EXT3_FS_POSIX_ACL is not set
+# CONFIG_EXT3_FS_SECURITY is not set
+# CONFIG_EXT4_FS is not set
+CONFIG_JBD=y
+# CONFIG_JBD_DEBUG is not set
+CONFIG_FS_MBCACHE=y
+# CONFIG_REISERFS_FS is not set
+# CONFIG_JFS_FS is not set
+# CONFIG_FS_POSIX_ACL is not set
+# CONFIG_XFS_FS is not set
+# CONFIG_OCFS2_FS is not set
+# CONFIG_BTRFS_FS is not set
+# CONFIG_NILFS2_FS is not set
+CONFIG_FILE_LOCKING=y
+CONFIG_FSNOTIFY=y
+CONFIG_DNOTIFY=y
+CONFIG_INOTIFY=y
+CONFIG_INOTIFY_USER=y
+# CONFIG_QUOTA is not set
+# CONFIG_AUTOFS_FS is not set
+# CONFIG_AUTOFS4_FS is not set
+# CONFIG_FUSE_FS is not set
diff --git a/linux-2.6/debian/config/sh4/defines b/linux-2.6/debian/config/sh4/defines
new file mode 100644
index 0000000..ab45a8d
--- /dev/null
+++ b/linux-2.6/debian/config/sh4/defines
@@ -0,0 +1,20 @@
+[base]
+flavours:
+ sh7785lcr
+kernel-arch: sh
+
+[image]
+suggests: fdutils
+
+[sh7785lcr_build]
+image-file: arch/sh/boot/zImage
+
+[sh7785lcr_description]
+hardware: sh7785lcr
+hardware-long: Renesas SH7785 reference board
+
+[sh7785lcr_image]
+recommends: uboot-mkimage
+# Kernel partition size: 4MB
+check-size: 4194304
+
diff --git a/linux-2.6/debian/patches/bugfix/sh4/fix_pte_write.patch b/linux-2.6/debian/patches/bugfix/sh4/fix_pte_write.patch
new file mode 100644
index 0000000..5629e83
--- /dev/null
+++ b/linux-2.6/debian/patches/bugfix/sh4/fix_pte_write.patch
@@ -0,0 +1,45 @@
+From fcb4ebd678858850e8b029909064175cb627868d Mon Sep 17 00:00:00 2001
+From: Matt Fleming <matt@console-pimps.org>
+Date: Fri, 11 Dec 2009 22:58:17 +0000
+Subject: [PATCH] sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
+
+pte_write() should check whether the permissions include either the user
+or kernel write permission bits. Likewise, pte_wrprotect() needs to
+remove both the kernel and user write bits.
+
+Without this patch handle_tlbmiss() doesn't handle faulting in pages
+from the P3 area (our vmalloc space) because of a write. Mappings of the
+P3 space have the _PAGE_EXT_KERN_WRITE bit but not _PAGE_EXT_USER_WRITE.
+
+Signed-off-by: Matt Fleming <matt@console-pimps.org>
+Signed-off-by: Paul Mundt <lethal@linux-sh.org>
+---
+ arch/sh/include/asm/pgtable_32.h |    5 +++--
+ 1 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/arch/sh/include/asm/pgtable_32.h b/arch/sh/include/asm/pgtable_32.h
+index b354355..5003ee8 100644
+--- a/arch/sh/include/asm/pgtable_32.h
++++ b/arch/sh/include/asm/pgtable_32.h
+@@ -344,7 +344,8 @@ static inline void set_pte(pte_t *ptep, pte_t pte)
+ #define pte_special(pte)	((pte).pte_low & _PAGE_SPECIAL)
+ 
+ #ifdef CONFIG_X2TLB
+-#define pte_write(pte)		((pte).pte_high & _PAGE_EXT_USER_WRITE)
++#define pte_write(pte) \
++	((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE))
+ #else
+ #define pte_write(pte)		((pte).pte_low & _PAGE_RW)
+ #endif
+@@ -358,7 +359,7 @@ static inline pte_t pte_##fn(pte_t pte) { pte.pte_##h op; return pte; }
+  * individually toggled (and user permissions are entirely decoupled from
+  * kernel permissions), we attempt to couple them a bit more sanely here.
+  */
+-PTE_BIT_FUNC(high, wrprotect, &= ~_PAGE_EXT_USER_WRITE);
++PTE_BIT_FUNC(high, wrprotect, &= ~(_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE));
+ PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);
+ PTE_BIT_FUNC(high, mkhuge, |= _PAGE_SZHUGE);
+ #else
+-- 
+1.6.6.1
+
diff --git a/linux-2.6/debian/patches/debian/arch-sh4-fix-uimage-build.patch b/linux-2.6/debian/patches/debian/arch-sh4-fix-uimage-build.patch
new file mode 100644
index 0000000..1ddc00c
--- /dev/null
+++ b/linux-2.6/debian/patches/debian/arch-sh4-fix-uimage-build.patch
@@ -0,0 +1,10 @@
+--- a/arch/sh/Makefile	2009-12-03 12:51:21.000000000 +0900
++++ b/arch/sh/Makefile	2010-02-04 15:47:57.000000000 +0900
+@@ -75,7 +75,6 @@
+ 
+ # Give the various platforms the opportunity to set default image types
+ defaultimage-$(CONFIG_SUPERH32)			:= zImage
+-defaultimage-$(CONFIG_SH_SH7785LCR)		:= uImage
+ defaultimage-$(CONFIG_SH_RSK)			:= uImage
+ defaultimage-$(CONFIG_SH_URQUELL)		:= uImage
+ defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE)	:= vmlinux
diff --git a/linux-2.6/debian/patches/series/7 b/linux-2.6/debian/patches/series/7
index af2ac99..0bf284f 100644
--- a/linux-2.6/debian/patches/series/7
+++ b/linux-2.6/debian/patches/series/7
@@ -2,3 +2,4 @@
 + bugfix/all/fdpic-respect-pt_gnu_stack-exec-protection-markings-when-creating-nommu-stack.patch
 + bugfix/all/split-flush_old_exec-into-two-functions.patch
 + bugfix/all/Fix-flush_old_exec-setup_new_exec-split.patch
++ bugfix/sh4/fix_pte_write.patch
diff --git a/linux-2.6/debian/patches/series/base b/linux-2.6/debian/patches/series/base
index 0c4689b..19e188d 100644
--- a/linux-2.6/debian/patches/series/base
+++ b/linux-2.6/debian/patches/series/base
@@ -81,3 +81,5 @@
 + features/all/atl1e-allow-offload-disable.patch
 + bugfix/all/usbnet-link-down-initially-for-drivers-that-update.patch
 + features/all/i915-autoload-without-CONFIG_DRM_I915_KMS.patch
+
++ debian/arch-sh4-fix-uimage-build.patch
diff --git a/linux-2.6/debian/rules.real b/linux-2.6/debian/rules.real
index 3c01482..41a1231 100644
--- a/linux-2.6/debian/rules.real
+++ b/linux-2.6/debian/rules.real
@@ -330,7 +330,8 @@ endif
 install-image_arm_$(FEATURESET)_$(FLAVOUR)_plain_image \
 install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \
 install-image_sparc_$(FEATURESET)_$(FLAVOUR)_plain_image \
-install-image_sparc64_$(FEATURESET)_$(FLAVOUR)_plain_image:
+install-image_sparc64_$(FEATURESET)_$(FLAVOUR)_plain_image \
+install-image_sh4_$(FEATURESET)_$(FLAVOUR)_plain_image:
 	install -m644 '$(DIR)/arch/$(KERNEL_ARCH)/boot/zImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
 
 install-image_amd64_$(FEATURESET)_$(FLAVOUR)_plain_image \
diff --git a/linux-2.6/debian/templates/image.plain.bug/include-model b/linux-2.6/debian/templates/image.plain.bug/include-model
index 542efc8..40f8021 100644
--- a/linux-2.6/debian/templates/image.plain.bug/include-model
+++ b/linux-2.6/debian/templates/image.plain.bug/include-model
@@ -32,6 +32,9 @@ grep_model() {
   sparc|sparc64)
     egrep '^(cpu|fpu|pmu|prom|type)\b' /proc/cpuinfo
     ;;
+  sh4|sh4a)
+    egrep '^(machine|cpu)\b' /proc/cpuinfo
+    ;;
   *)
     false
     ;;

--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.33-1~experimental.5

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.33-1~experimental.5_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.33-1~experimental.5_all.deb
linux-2.6_2.6.33-1~experimental.5.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.33-1~experimental.5.diff.gz
linux-2.6_2.6.33-1~experimental.5.dsc
  to main/l/linux-2.6/linux-2.6_2.6.33-1~experimental.5.dsc
linux-base_2.6.33-1~experimental.5_all.deb
  to main/l/linux-2.6/linux-base_2.6.33-1~experimental.5_all.deb
linux-doc-2.6.33_2.6.33-1~experimental.5_all.deb
  to main/l/linux-2.6/linux-doc-2.6.33_2.6.33-1~experimental.5_all.deb
linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.5_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.5_amd64.deb
linux-headers-2.6.33-2-all_2.6.33-1~experimental.5_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-all_2.6.33-1~experimental.5_amd64.deb
linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
linux-headers-2.6.33-2-common_2.6.33-1~experimental.5_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-common_2.6.33-1~experimental.5_amd64.deb
linux-image-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
  to main/l/linux-2.6/linux-image-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
linux-libc-dev_2.6.33-1~experimental.5_amd64.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.33-1~experimental.5_amd64.deb
linux-manual-2.6.33_2.6.33-1~experimental.5_all.deb
  to main/l/linux-2.6/linux-manual-2.6.33_2.6.33-1~experimental.5_all.deb
linux-patch-debian-2.6.33_2.6.33-1~experimental.5_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.33_2.6.33-1~experimental.5_all.deb
linux-source-2.6.33_2.6.33-1~experimental.5_all.deb
  to main/l/linux-2.6/linux-source-2.6.33_2.6.33-1~experimental.5_all.deb
linux-support-2.6.33-2_2.6.33-1~experimental.5_all.deb
  to main/l/linux-2.6/linux-support-2.6.33-2_2.6.33-1~experimental.5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 569034@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@debian.org> (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 05 May 2010 16:38:53 +0200
Source: linux-2.6
Binary: linux-source-2.6.33 linux-doc-2.6.33 linux-manual-2.6.33 linux-patch-debian-2.6.33 firmware-linux-free linux-support-2.6.33-2 linux-base linux-libc-dev linux-headers-2.6.33-2-all linux-headers-2.6.33-2-all-alpha linux-headers-2.6.33-2-common linux-image-2.6.33-2-alpha-generic linux-headers-2.6.33-2-alpha-generic linux-image-2.6.33-2-alpha-smp linux-headers-2.6.33-2-alpha-smp linux-image-2.6.33-2-alpha-legacy linux-headers-2.6.33-2-alpha-legacy linux-headers-2.6.33-2-all-amd64 linux-image-2.6.33-2-amd64 linux-headers-2.6.33-2-amd64 linux-headers-2.6.33-2-all-armel linux-image-2.6.33-2-iop32x linux-headers-2.6.33-2-iop32x linux-image-2.6.33-2-ixp4xx linux-headers-2.6.33-2-ixp4xx linux-image-2.6.33-2-kirkwood linux-headers-2.6.33-2-kirkwood linux-image-2.6.33-2-orion5x linux-headers-2.6.33-2-orion5x linux-image-2.6.33-2-versatile linux-headers-2.6.33-2-versatile linux-headers-2.6.33-2-all-hppa linux-image-2.6.33-2-parisc linux-headers-2.6.33-2-parisc linux-image-2.6.33-2
 -parisc-smp
 linux-headers-2.6.33-2-parisc-smp linux-image-2.6.33-2-parisc64 linux-headers-2.6.33-2-parisc64 linux-image-2.6.33-2-parisc64-smp linux-headers-2.6.33-2-parisc64-smp linux-headers-2.6.33-2-all-i386 linux-image-2.6.33-2-486 linux-headers-2.6.33-2-486 linux-image-2.6.33-2-686 linux-headers-2.6.33-2-686 linux-image-2.6.33-2-686-bigmem linux-headers-2.6.33-2-686-bigmem linux-headers-2.6.33-2-all-ia64 linux-image-2.6.33-2-itanium linux-headers-2.6.33-2-itanium linux-image-2.6.33-2-mckinley linux-headers-2.6.33-2-mckinley linux-headers-2.6.33-2-all-m68k linux-image-2.6.33-2-amiga linux-headers-2.6.33-2-amiga linux-image-2.6.33-2-atari linux-headers-2.6.33-2-atari linux-image-2.6.33-2-bvme6000 linux-headers-2.6.33-2-bvme6000 linux-image-2.6.33-2-mac linux-headers-2.6.33-2-mac linux-image-2.6.33-2-mvme147 linux-headers-2.6.33-2-mvme147 linux-image-2.6.33-2-mvme16x linux-headers-2.6.33-2-mvme16x linux-headers-2.6.33-2-all-mips linux-image-2.6.33-2-r4k-ip22 linux-headers-2.6.33-2-r4k-
 ip22
 linux-image-2.6.33-2-r5k-ip32 linux-headers-2.6.33-2-r5k-ip32 linux-image-2.6.33-2-sb1-bcm91250a linux-headers-2.6.33-2-sb1-bcm91250a linux-image-2.6.33-2-sb1a-bcm91480b linux-headers-2.6.33-2-sb1a-bcm91480b linux-image-2.6.33-2-4kc-malta linux-headers-2.6.33-2-4kc-malta linux-image-2.6.33-2-5kc-malta linux-headers-2.6.33-2-5kc-malta linux-headers-2.6.33-2-all-mipsel linux-image-2.6.33-2-r5k-cobalt linux-headers-2.6.33-2-r5k-cobalt linux-headers-2.6.33-2-all-powerpc linux-image-2.6.33-2-powerpc linux-headers-2.6.33-2-powerpc linux-image-2.6.33-2-powerpc-smp linux-headers-2.6.33-2-powerpc-smp linux-image-2.6.33-2-powerpc64 linux-headers-2.6.33-2-powerpc64 linux-headers-2.6.33-2-all-s390 linux-image-2.6.33-2-s390x linux-headers-2.6.33-2-s390x linux-image-2.6.33-2-s390x-tape linux-headers-2.6.33-2-all-sh4 linux-image-2.6.33-2-sh7751r linux-headers-2.6.33-2-sh7751r linux-image-2.6.33-2-sh7785lcr linux-headers-2.6.33-2-sh7785lcr linux-headers-2.6.33-2-all-sparc linux-image-2.6.33
 -2-sparc64
 linux-headers-2.6.33-2-sparc64 linux-image-2.6.33-2-sparc64-smp linux-headers-2.6.33-2-sparc64-smp linux-headers-2.6.33-2-all-sparc64
Architecture: source all amd64
Version: 2.6.33-1~experimental.5
Distribution: experimental
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@debian.org>
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
 linux-base - Linux image base package
 linux-doc-2.6.33 - Linux kernel specific documentation for version 2.6.33
 linux-headers-2.6.33-2-486 - Header files for Linux 2.6.33-2-486
 linux-headers-2.6.33-2-4kc-malta - Header files for Linux 2.6.33-2-4kc-malta
 linux-headers-2.6.33-2-5kc-malta - Header files for Linux 2.6.33-2-5kc-malta
 linux-headers-2.6.33-2-686 - Header files for Linux 2.6.33-2-686
 linux-headers-2.6.33-2-686-bigmem - Header files for Linux 2.6.33-2-686-bigmem
 linux-headers-2.6.33-2-all - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-alpha - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-amd64 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-armel - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-hppa - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-i386 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-ia64 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-m68k - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-mips - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-mipsel - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-powerpc - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-s390 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-sh4 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-sparc - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-sparc64 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-alpha-generic - Header files for Linux 2.6.33-2-alpha-generic
 linux-headers-2.6.33-2-alpha-legacy - Header files for Linux 2.6.33-2-alpha-legacy
 linux-headers-2.6.33-2-alpha-smp - Header files for Linux 2.6.33-2-alpha-smp
 linux-headers-2.6.33-2-amd64 - Header files for Linux 2.6.33-2-amd64
 linux-headers-2.6.33-2-amiga - Header files for Linux 2.6.33-2-amiga
 linux-headers-2.6.33-2-atari - Header files for Linux 2.6.33-2-atari
 linux-headers-2.6.33-2-bvme6000 - Header files for Linux 2.6.33-2-bvme6000
 linux-headers-2.6.33-2-common - Common header files for Linux 2.6.33-2
 linux-headers-2.6.33-2-iop32x - Header files for Linux 2.6.33-2-iop32x
 linux-headers-2.6.33-2-itanium - Header files for Linux 2.6.33-2-itanium
 linux-headers-2.6.33-2-ixp4xx - Header files for Linux 2.6.33-2-ixp4xx
 linux-headers-2.6.33-2-kirkwood - Header files for Linux 2.6.33-2-kirkwood
 linux-headers-2.6.33-2-mac - Header files for Linux 2.6.33-2-mac
 linux-headers-2.6.33-2-mckinley - Header files for Linux 2.6.33-2-mckinley
 linux-headers-2.6.33-2-mvme147 - Header files for Linux 2.6.33-2-mvme147
 linux-headers-2.6.33-2-mvme16x - Header files for Linux 2.6.33-2-mvme16x
 linux-headers-2.6.33-2-orion5x - Header files for Linux 2.6.33-2-orion5x
 linux-headers-2.6.33-2-parisc - Header files for Linux 2.6.33-2-parisc
 linux-headers-2.6.33-2-parisc-smp - Header files for Linux 2.6.33-2-parisc-smp
 linux-headers-2.6.33-2-parisc64 - Header files for Linux 2.6.33-2-parisc64
 linux-headers-2.6.33-2-parisc64-smp - Header files for Linux 2.6.33-2-parisc64-smp
 linux-headers-2.6.33-2-powerpc - Header files for Linux 2.6.33-2-powerpc
 linux-headers-2.6.33-2-powerpc-smp - Header files for Linux 2.6.33-2-powerpc-smp
 linux-headers-2.6.33-2-powerpc64 - Header files for Linux 2.6.33-2-powerpc64
 linux-headers-2.6.33-2-r4k-ip22 - Header files for Linux 2.6.33-2-r4k-ip22
 linux-headers-2.6.33-2-r5k-cobalt - Header files for Linux 2.6.33-2-r5k-cobalt
 linux-headers-2.6.33-2-r5k-ip32 - Header files for Linux 2.6.33-2-r5k-ip32
 linux-headers-2.6.33-2-s390x - Header files for Linux 2.6.33-2-s390x
 linux-headers-2.6.33-2-sb1-bcm91250a - Header files for Linux 2.6.33-2-sb1-bcm91250a
 linux-headers-2.6.33-2-sb1a-bcm91480b - Header files for Linux 2.6.33-2-sb1a-bcm91480b
 linux-headers-2.6.33-2-sh7751r - Header files for Linux 2.6.33-2-sh7751r
 linux-headers-2.6.33-2-sh7785lcr - Header files for Linux 2.6.33-2-sh7785lcr
 linux-headers-2.6.33-2-sparc64 - Header files for Linux 2.6.33-2-sparc64
 linux-headers-2.6.33-2-sparc64-smp - Header files for Linux 2.6.33-2-sparc64-smp
 linux-headers-2.6.33-2-versatile - Header files for Linux 2.6.33-2-versatile
 linux-image-2.6.33-2-486 - Linux 2.6.33 for old PCs
 linux-image-2.6.33-2-4kc-malta - Linux 2.6.33 for MIPS Malta
 linux-image-2.6.33-2-5kc-malta - Linux 2.6.33 for MIPS Malta (64-bit)
 linux-image-2.6.33-2-686 - Linux 2.6.33 for modern PCs
 linux-image-2.6.33-2-686-bigmem - Linux 2.6.33 for PCs with 4GB+ RAM
 linux-image-2.6.33-2-alpha-generic - Linux 2.6.33 for Alpha
 linux-image-2.6.33-2-alpha-legacy - Linux 2.6.33 for Alpha Legacy
 linux-image-2.6.33-2-alpha-smp - Linux 2.6.33 for Alpha SMP
 linux-image-2.6.33-2-amd64 - Linux 2.6.33 for 64-bit PCs
 linux-image-2.6.33-2-amiga - Linux 2.6.33 for Amiga
 linux-image-2.6.33-2-atari - Linux 2.6.33 for Atari
 linux-image-2.6.33-2-bvme6000 - Linux 2.6.33 for BVM BVME4000 and BVME6000
 linux-image-2.6.33-2-iop32x - Linux 2.6.33 for IOP32x
 linux-image-2.6.33-2-itanium - Linux 2.6.33 for Itanium
 linux-image-2.6.33-2-ixp4xx - Linux 2.6.33 for IXP4xx
 linux-image-2.6.33-2-kirkwood - Linux 2.6.33 for Marvell Kirkwood
 linux-image-2.6.33-2-mac - Linux 2.6.33 for Macintosh
 linux-image-2.6.33-2-mckinley - Linux 2.6.33 for Itanium II
 linux-image-2.6.33-2-mvme147 - Linux 2.6.33 for Motorola MVME147
 linux-image-2.6.33-2-mvme16x - Linux 2.6.33 for Motorola MVME162/6/7, MVME172/7
 linux-image-2.6.33-2-orion5x - Linux 2.6.33 for Marvell Orion
 linux-image-2.6.33-2-parisc - Linux 2.6.33 for 32-bit PA-RISC
 linux-image-2.6.33-2-parisc-smp - Linux 2.6.33 for multiprocessor 32-bit PA-RISC
 linux-image-2.6.33-2-parisc64 - Linux 2.6.33 for 64-bit PA-RISC
 linux-image-2.6.33-2-parisc64-smp - Linux 2.6.33 for multiprocessor 64-bit PA-RISC
 linux-image-2.6.33-2-powerpc - Linux 2.6.33 for uniprocessor 32-bit PowerPC
 linux-image-2.6.33-2-powerpc-smp - Linux 2.6.33 for multiprocessor 32-bit PowerPC
 linux-image-2.6.33-2-powerpc64 - Linux 2.6.33 for 64-bit PowerPC
 linux-image-2.6.33-2-r4k-ip22 - Linux 2.6.33 for SGI IP22
 linux-image-2.6.33-2-r5k-cobalt - Linux 2.6.33 for Cobalt
 linux-image-2.6.33-2-r5k-ip32 - Linux 2.6.33 for SGI IP32
 linux-image-2.6.33-2-s390x - Linux 2.6.33 for IBM zSeries
 linux-image-2.6.33-2-s390x-tape - Linux 2.6.33 for IBM zSeries, IPL from tape
 linux-image-2.6.33-2-sb1-bcm91250a - Linux 2.6.33 for BCM91250A
 linux-image-2.6.33-2-sb1a-bcm91480b - Linux 2.6.33 for BCM91480B
 linux-image-2.6.33-2-sh7751r - Linux 2.6.33 for sh7751r
 linux-image-2.6.33-2-sh7785lcr - Linux 2.6.33 for sh7785lcr
 linux-image-2.6.33-2-sparc64 - Linux 2.6.33 for uniprocessor 64-bit UltraSPARC
 linux-image-2.6.33-2-sparc64-smp - Linux 2.6.33 for multiprocessor 64-bit UltraSPARC
 linux-image-2.6.33-2-versatile - Linux 2.6.33 for Versatile
 linux-libc-dev - Linux support headers for userspace development
 linux-manual-2.6.33 - Linux kernel API manual pages for version 2.6.33
 linux-patch-debian-2.6.33 - Debian patches to version 2.6.33 of the Linux kernel
 linux-source-2.6.33 - Linux kernel source for version 2.6.33 with Debian patches
 linux-support-2.6.33-2 - Support files for Linux 2.6.33
Closes: 563313 569034 573912 576723
Changes: 
 linux-2.6 (2.6.33-1~experimental.5) experimental; urgency=low
 .
   [ Ian Campbell ]
   * Include Xen hypervisor in reportbug "related to" list.
 .
   [ maximilian attems]
   * Add stable 2.6.33.2.
 .
   [ Ben Hutchings ]
   * [x86] Enable ramzswap driver (Closes: #573912)
   * [x86] Re-enable rt2860sta and rt2870sta drivers which were accidentally
     disabled when moving to Linux 2.6.33 (Closes: #576723)
   * Add stable 2.6.33.3:
     - ACPI: EC: Allow multibyte access to EC; fixes temperature monitoring
       on some Dell laptops (Closes: #563313)
 .
   [ Aurelien Jarno ]
   * Add support for sh4 architecture, patch by Nobuhiro Iwamatsu
     (Closes: #569034)
   * [mips*/*malta] Remove options that are present in topconfig.
Checksums-Sha1: 
 8c8c5be06d4b6e14736e5ed69d355a7b63a83d9b 4878 linux-2.6_2.6.33-1~experimental.5.dsc
 bcca4bb24faa484a650633752f73b61a72593481 826698 linux-2.6_2.6.33-1~experimental.5.diff.gz
 e81283b49044159a03abafb63256e8c04efed586 6090260 linux-doc-2.6.33_2.6.33-1~experimental.5_all.deb
 939c8e736c373989c1998a9521d44dd842d5a44d 2750760 linux-manual-2.6.33_2.6.33-1~experimental.5_all.deb
 95ac194302b2f135a5550d0912abd5abc665ccd9 624508 linux-patch-debian-2.6.33_2.6.33-1~experimental.5_all.deb
 cd0ebae64af38dbad6f9e1add75c8f5845ac8cfa 65449474 linux-source-2.6.33_2.6.33-1~experimental.5_all.deb
 feae03c6090e08f6dde8080c4e59a3ed8fe63c83 143534 linux-support-2.6.33-2_2.6.33-1~experimental.5_all.deb
 8152e8f9412a401637f3e773132b9aa5e3d8ef2e 132396 firmware-linux-free_2.6.33-1~experimental.5_all.deb
 cbfabc17ed9d59241dc0b5ce2c7ea7b60d51f7cc 139334 linux-base_2.6.33-1~experimental.5_all.deb
 5069251bb795b25b22e4512fa8bcc2a7641993e1 28394362 linux-image-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
 306aaeb2010070663f72a089b38e57df6a28dab5 492986 linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
 8a6c8c5e13064a48ebf2fe00b73adb62e76c001f 3920684 linux-headers-2.6.33-2-common_2.6.33-1~experimental.5_amd64.deb
 f7860ea88a87f3bd38a44e9d78e201935054cd96 127332 linux-headers-2.6.33-2-all_2.6.33-1~experimental.5_amd64.deb
 98d662410817eaf744acb4d1963899391bdf3fa7 127340 linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.5_amd64.deb
 9ce07439ccb90b7d3625519e41e2b8a3ff511af1 829880 linux-libc-dev_2.6.33-1~experimental.5_amd64.deb
Checksums-Sha256: 
 29b68c431cbc0147686ac11ad29b6efcd787af3715b327c2cb9e8a23a13c0235 4878 linux-2.6_2.6.33-1~experimental.5.dsc
 c6d57744e99f645d41e2c9e2dd097924667f2180f685b39a7fd9f06dfa5cc2db 826698 linux-2.6_2.6.33-1~experimental.5.diff.gz
 ec1bb70a2b58c63a91f14b685d0739104c292fd784dea5539eab022e2abd7c8f 6090260 linux-doc-2.6.33_2.6.33-1~experimental.5_all.deb
 3694e34af23337529de97ae98a0c62da555a7fb177bf5ecce4cc9a80b5e26877 2750760 linux-manual-2.6.33_2.6.33-1~experimental.5_all.deb
 cb15f877395cfb117fb70b0df685b67f5e9710dcdee0154c8986c363f54c84dd 624508 linux-patch-debian-2.6.33_2.6.33-1~experimental.5_all.deb
 986096084d771af3ef933babe8f216d7d8f1d518b1d00a56d5cd83b3e585445a 65449474 linux-source-2.6.33_2.6.33-1~experimental.5_all.deb
 b82c998d5f0d6e52373edacca5c2fadd1fba4dbc7fce743fdbd8125879ccce73 143534 linux-support-2.6.33-2_2.6.33-1~experimental.5_all.deb
 68c8881760567bfa0021d14f9ad5df51a91ab5ad2d4678bfd421796f14de6613 132396 firmware-linux-free_2.6.33-1~experimental.5_all.deb
 e63e4ca336da199b48bed7b913c21965f3bc119c5e51332d9fa40f503613fd9c 139334 linux-base_2.6.33-1~experimental.5_all.deb
 9d4cbcddad8c2650f7c3e1db1d451812954a0ac1740652f02fe42cf7e0c6194c 28394362 linux-image-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
 fc6d775b3a13308b72aeda5894f4c62d25eb1f1d30c3511ad27429f9363dd52e 492986 linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
 60e678f4865bec42c68611771b6481eba4d24136a45bfd5102652db3426fae56 3920684 linux-headers-2.6.33-2-common_2.6.33-1~experimental.5_amd64.deb
 6e6e1c61f1db7f0d5c019b8cd0efe589468ed264976200f56ae9c163edd2c7c6 127332 linux-headers-2.6.33-2-all_2.6.33-1~experimental.5_amd64.deb
 8a10efe69c4ab427c0b12949e2ab3551266fea2ca8804fa62737c639a555ece7 127340 linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.5_amd64.deb
 34274bd0db4dd3256cf95faa169f8d221039172816672004ca4a10732f401150 829880 linux-libc-dev_2.6.33-1~experimental.5_amd64.deb
Files: 
 b336389a5e1c21ae9b4ca36d2ba8af10 4878 kernel optional linux-2.6_2.6.33-1~experimental.5.dsc
 d3995efb6017412b07d7e15674dfa92e 826698 kernel optional linux-2.6_2.6.33-1~experimental.5.diff.gz
 90b087238ca30d49c1ba9c05d025a222 6090260 doc optional linux-doc-2.6.33_2.6.33-1~experimental.5_all.deb
 ad8c057e47af6756beba42be4edc1b16 2750760 doc optional linux-manual-2.6.33_2.6.33-1~experimental.5_all.deb
 db5ad4ac48a2bf9acfcbed4b2e240d26 624508 kernel optional linux-patch-debian-2.6.33_2.6.33-1~experimental.5_all.deb
 51b008a520d1265698dd45a05e965468 65449474 kernel optional linux-source-2.6.33_2.6.33-1~experimental.5_all.deb
 6e334eda583d9511ca53b41a64abd60c 143534 devel optional linux-support-2.6.33-2_2.6.33-1~experimental.5_all.deb
 97c1a6f05dcf08039352f5c5c5201372 132396 kernel optional firmware-linux-free_2.6.33-1~experimental.5_all.deb
 43dfed3533303fdd9d60b66e6c4b5c80 139334 kernel optional linux-base_2.6.33-1~experimental.5_all.deb
 4e7a6929b7fdc116f5d053b31ee53042 28394362 kernel optional linux-image-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
 b9ea6f089146faa9a3b18e154c5cfa3b 492986 kernel optional linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.5_amd64.deb
 0defdbec9d9f941baea8af92dd269b2a 3920684 kernel optional linux-headers-2.6.33-2-common_2.6.33-1~experimental.5_amd64.deb
 fb121573dc1fd21f2167a76f7ab6f1b7 127332 kernel optional linux-headers-2.6.33-2-all_2.6.33-1~experimental.5_amd64.deb
 bffe9a741ab27579e26cc7fa4fd40137 127340 kernel optional linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.5_amd64.deb
 5f55113ccfbfb6328fd0e5b79932a0b3 829880 devel optional linux-libc-dev_2.6.33-1~experimental.5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkvhp+wACgkQeW7Lc5tEHqhjrgCghFvYH5ZaP1TwlHfv9gpiBP43
scoAoMH6W1kWmp2XLOEN7omqFCRoFckk
=JOvA
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: