From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.263.net (smtp.263.net [211.150.96.25]) by ozlabs.org (Postfix) with ESMTP id 9A08768221 for ; Mon, 12 Sep 2005 23:46:44 +1000 (EST) Received: from image (smtp2 [127.0.0.1]) by smtp.263.net (Postfix) with ESMTP id 02C34936 for ; Mon, 12 Sep 2005 21:46:44 +0800 (CST) (envelope-from mqy@263.net.cn) From: "KylongMu" To: Date: Mon, 12 Sep 2005 21:46:34 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001D_01C5B7E3.7238C730" Message-Id: <20050912134644.02C34936@smtp.263.net> Subject: "Lost interrupt" with promise20268 PCI-IDE chard on mpc8540_ads platform! List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_001D_01C5B7E3.7238C730 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, all Please help solve this problem , or give me some advise . Thanks a lot ! Distribution: kernel from kernel.org , cross compiler from www.DENX.de Hardware Environment: mpc8540_ads demo board + promise20268 PCI-IDE chard + HD Software Environment: kernel from kernel.org , cross compiler for powerpc from www.DENX.de , and simple file system with busybox. Problem Description: The kernel shows "lost interrupt" after the promise20268 PCI-IDE card be finded , and the /proc/partitions shows correct message , but when mount the HD , it shows " lost interrupt " again Steps to reproduce: Include the .config file and the steps of boot are below . .config file #-----------------start here------------------------ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.13 # Fri Sep 9 15:48:15 2005 # CONFIG_MMU=y CONFIG_GENERIC_HARDIRQS=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_HAVE_DEC_LOCK=y CONFIG_PPC=y CONFIG_PPC32=y CONFIG_GENERIC_NVRAM=y CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y CONFIG_CLEAN_COMPILE=y CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 # # General setup # CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y # CONFIG_AUDIT is not set # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_EMBEDDED=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_BASE_FULL=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SHMEM=y CONFIG_CC_ALIGN_FUNCTIONS=0 CONFIG_CC_ALIGN_LABELS=0 CONFIG_CC_ALIGN_LOOPS=0 CONFIG_CC_ALIGN_JUMPS=0 # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 # # Loadable module support # # CONFIG_MODULES is not set # # Processor # # CONFIG_6xx is not set # CONFIG_40x is not set # CONFIG_44x is not set # CONFIG_POWER3 is not set # CONFIG_POWER4 is not set # CONFIG_8xx is not set # CONFIG_E200 is not set CONFIG_E500=y CONFIG_BOOKE=y CONFIG_FSL_BOOKE=y # CONFIG_PHYS_64BIT is not set CONFIG_SPE=y CONFIG_MATH_EMULATION=y # CONFIG_KEXEC is not set # CONFIG_CPU_FREQ is not set # CONFIG_WANT_EARLY_SERIAL is not set CONFIG_PPC_GEN550=y CONFIG_85xx=y CONFIG_PPC_INDIRECT_PCI_BE=y # # Freescale 85xx options # CONFIG_MPC8540_ADS=y # CONFIG_MPC8548_CDS is not set # CONFIG_MPC8555_CDS is not set # CONFIG_MPC8560_ADS is not set # CONFIG_SBC8560 is not set # CONFIG_STX_GP3 is not set CONFIG_MPC8540=y # # Platform options # # CONFIG_HIGHMEM is not set # CONFIG_HZ_100 is not set CONFIG_HZ_250=y # CONFIG_HZ_1000 is not set CONFIG_HZ=250 CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_MISC is not set # CONFIG_CMDLINE_BOOL is not set # CONFIG_PM is not set CONFIG_SECCOMP=y CONFIG_ISA_DMA_API=y # # Bus options # CONFIG_PCI=y CONFIG_PCI_DOMAINS=y # CONFIG_PCI_LEGACY_PROC is not set CONFIG_PCI_NAMES=y # # PCCARD (PCMCIA/CardBus) support # # CONFIG_PCCARD is not set # # Advanced setup # # CONFIG_ADVANCED_OPTIONS is not set # # Default settings for advanced configuration options are used # CONFIG_HIGHMEM_START=0xfe000000 CONFIG_LOWMEM_SIZE=0x30000000 CONFIG_KERNEL_START=0xc0000000 CONFIG_TASK_SIZE=0x80000000 CONFIG_BOOT_LOAD=0x00800000 # # Networking # CONFIG_NET=y # # Networking options # CONFIG_PACKET=y # CONFIG_PACKET_MMAP is not set CONFIG_UNIX=y # CONFIG_NET_KEY is not set CONFIG_INET=y CONFIG_IP_MULTICAST=y # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_IP_MROUTE is not set # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y # CONFIG_INET_AH is not set # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_TUNNEL is not set CONFIG_IP_TCPDIAG=y # CONFIG_IP_TCPDIAG_IPV6 is not set # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_BIC=y # CONFIG_IPV6 is not set # CONFIG_NETFILTER is not set # # SCTP Configuration (EXPERIMENTAL) # # CONFIG_IP_SCTP is not set # CONFIG_ATM is not set # CONFIG_BRIDGE 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_NET_DIVERT is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_NET_SCHED is not set # CONFIG_NET_CLS_ROUTE is not set # # Network testing # # CONFIG_NET_PKTGEN is not set # CONFIG_HAMRADIO is not set # CONFIG_IRDA is not set # CONFIG_BT is not set # # Device Drivers # # # Generic Driver Options # CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y # CONFIG_FW_LOADER is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # # CONFIG_PARPORT is not set # # Plug and Play support # # # Block devices # # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_CPQ_DA is not set # 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 is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=32768 CONFIG_BLK_DEV_INITRD=y CONFIG_INITRAMFS_SOURCE="" CONFIG_LBD=y # CONFIG_CDROM_PKTCDVD is not set # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y # CONFIG_ATA_OVER_ETH is not set # # ATA/ATAPI/MFM/RLL support # CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y # # Please see Documentation/ide.txt for help/info on IDE drives # # CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_IDEDISK_MULTI_MODE=y CONFIG_BLK_DEV_IDECD=y # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_IDE_TASK_IOCTL is not set # # IDE chipset support/bugfixes # CONFIG_IDE_GENERIC=y CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_SHARE_IRQ=y # CONFIG_BLK_DEV_OFFBOARD is not set CONFIG_BLK_DEV_GENERIC=y # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_SL82C105 is not set CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_IDEDMA_FORCED is not set CONFIG_IDEDMA_PCI_AUTO=y # CONFIG_IDEDMA_ONLYDISK is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_SC1200 is not set # CONFIG_BLK_DEV_PIIX is not set # CONFIG_BLK_DEV_IT821X is not set # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set CONFIG_BLK_DEV_PDC202XX_NEW=y # CONFIG_PDC202XX_FORCE is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_IDE_ARM is not set CONFIG_BLK_DEV_IDEDMA=y # CONFIG_IDEDMA_IVB is not set CONFIG_IDEDMA_AUTO=y # CONFIG_BLK_DEV_HD is not set # # SCSI device support # # CONFIG_SCSI is not set # # Multi-device support (RAID and LVM) # # CONFIG_MD is not set # # Fusion MPT device support # # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # CONFIG_IEEE1394 is not set # # I2O device support # # CONFIG_I2O is not set # # Macintosh device drivers # # # Network device support # CONFIG_NETDEVICES=y # CONFIG_DUMMY is not set # CONFIG_BONDING is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # # ARCnet devices # # CONFIG_ARCNET is not set # # Ethernet (10 or 100Mbit) # CONFIG_NET_ETHERNET=y CONFIG_MII=y # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set # CONFIG_NET_VENDOR_3COM is not set # # Tulip family network device support # # CONFIG_NET_TULIP is not set # CONFIG_HP100 is not set # CONFIG_NET_PCI is not set # # Ethernet (1000 Mbit) # # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SKGE is not set # CONFIG_SK98LIN is not set # CONFIG_TIGON3 is not set # CONFIG_BNX2 is not set CONFIG_GIANFAR=y CONFIG_GFAR_NAPI=y # # Ethernet (10000 Mbit) # # CONFIG_IXGB is not set # CONFIG_S2IO is not set # # Token Ring devices # # CONFIG_TR is not set # # Wireless LAN (non-hamradio) # # CONFIG_NET_RADIO is not set # # Wan interfaces # # 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_SHAPER is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set # # ISDN subsystem # # CONFIG_ISDN is not set # # Telephony Support # # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # # Userland interfaces # # CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TOUCHSCREEN is not set # CONFIG_INPUT_MISC is not set # # Hardware I/O ports # # CONFIG_SERIO is not set # CONFIG_GAMEPORT is not set # # Character devices # # CONFIG_VT is not set # CONFIG_SERIAL_NONSTANDARD is not set # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_NR_UARTS=4 # CONFIG_SERIAL_8250_EXTENDED is not set # # Non-8250 serial port support # CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set CONFIG_UNIX98_PTYS=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # # IPMI # # CONFIG_IPMI_HANDLER is not set # # Watchdog Cards # # CONFIG_WATCHDOG is not set # CONFIG_NVRAM is not set CONFIG_GEN_RTC=y # CONFIG_GEN_RTC_X is not set # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # # Ftape, the floppy tape device driver # # CONFIG_AGP is not set # CONFIG_DRM is not set # CONFIG_RAW_DRIVER is not set # # TPM devices # # CONFIG_TCG_TPM is not set # # I2C support # CONFIG_I2C=y CONFIG_I2C_CHARDEV=y # # I2C Algorithms # # CONFIG_I2C_ALGOBIT is not set # CONFIG_I2C_ALGOPCF is not set # CONFIG_I2C_ALGOPCA is not set # # I2C Hardware Bus support # # 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_I810 is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_ISA is not set CONFIG_I2C_MPC=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PROSAVAGE is not set # CONFIG_I2C_SAVAGE4 is not set # CONFIG_SCx200_ACB 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 # CONFIG_I2C_VOODOO3 is not set # CONFIG_I2C_PCA_ISA is not set # CONFIG_I2C_SENSOR is not set # # Miscellaneous I2C Chip support # # CONFIG_SENSORS_DS1337 is not set # CONFIG_SENSORS_DS1374 is not set # CONFIG_SENSORS_EEPROM is not set # CONFIG_SENSORS_PCF8574 is not set # CONFIG_SENSORS_PCA9539 is not set # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_RTC8564 is not set # CONFIG_SENSORS_M41T00 is not set # CONFIG_SENSORS_MAX6875 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 # # Dallas's 1-wire bus # # CONFIG_W1 is not set # # Hardware Monitoring support # CONFIG_HWMON=y # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set # CONFIG_SENSORS_ADM1026 is not set # CONFIG_SENSORS_ADM1031 is not set # CONFIG_SENSORS_ADM9240 is not set # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set # CONFIG_SENSORS_DS1621 is not set # CONFIG_SENSORS_FSCHER is not set # CONFIG_SENSORS_FSCPOS is not set # CONFIG_SENSORS_GL518SM is not set # CONFIG_SENSORS_GL520SM is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_LM63 is not set # CONFIG_SENSORS_LM75 is not set # CONFIG_SENSORS_LM77 is not set # CONFIG_SENSORS_LM78 is not set # CONFIG_SENSORS_LM80 is not set # CONFIG_SENSORS_LM83 is not set # CONFIG_SENSORS_LM85 is not set # CONFIG_SENSORS_LM87 is not set # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_LM92 is not set # CONFIG_SENSORS_MAX1619 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47B397 is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_W83781D is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83627HF is not set # CONFIG_SENSORS_W83627EHF is not set # CONFIG_HWMON_DEBUG_CHIP is not set # # Misc devices # # # Multimedia devices # # CONFIG_VIDEO_DEV is not set # # Digital Video Broadcasting Devices # # CONFIG_DVB is not set # # Graphics support # # CONFIG_FB is not set # # Sound # # CONFIG_SOUND is not set # # USB support # CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y # CONFIG_USB is not set # # USB Gadget Support # # CONFIG_USB_GADGET is not set # # MMC/SD Card support # # CONFIG_MMC is not set # # InfiniBand support # # CONFIG_INFINIBAND is not set # # SN Devices # # # 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_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY 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 # # XFS support # # CONFIG_XFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_ROMFS_FS is not set CONFIG_INOTIFY=y # CONFIG_QUOTA is not set CONFIG_DNOTIFY=y # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # # CD-ROM/DVD Filesystems # # CONFIG_ISO9660_FS is not set # CONFIG_UDF_FS is not set # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" CONFIG_NTFS_FS=y CONFIG_NTFS_DEBUG=y CONFIG_NTFS_RW=y # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y # CONFIG_DEVPTS_FS_XATTR is not set CONFIG_TMPFS=y # CONFIG_TMPFS_XATTR is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # # Network File Systems # CONFIG_NFS_FS=y # CONFIG_NFS_V3 is not set # CONFIG_NFS_V4 is not set # CONFIG_NFS_DIRECTIO is not set # CONFIG_NFSD is not set CONFIG_ROOT_NFS=y CONFIG_LOCKD=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y # CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # CONFIG_PARTITION_ADVANCED=y # CONFIG_ACORN_PARTITION is not set # CONFIG_OSF_PARTITION is not set # CONFIG_AMIGA_PARTITION is not set # CONFIG_ATARI_PARTITION is not set # CONFIG_MAC_PARTITION is not set CONFIG_MSDOS_PARTITION=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_MINIX_SUBPARTITION is not set CONFIG_SOLARIS_X86_PARTITION=y # CONFIG_UNIXWARE_DISKLABEL is not set CONFIG_LDM_PARTITION=y CONFIG_LDM_DEBUG=y # CONFIG_SGI_PARTITION is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_SUN_PARTITION is not set # CONFIG_EFI_PARTITION is not set # # Native Language Support # CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_CODEPAGE_437 is not set # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set CONFIG_NLS_CODEPAGE_936=y # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set # # Library routines # # CONFIG_CRC_CCITT is not set CONFIG_CRC32=y # CONFIG_LIBCRC32C is not set # # Profiling support # # CONFIG_PROFILING is not set # # Kernel hacking # # CONFIG_PRINTK_TIME is not set # CONFIG_DEBUG_KERNEL is not set CONFIG_LOG_BUF_SHIFT=14 # CONFIG_SERIAL_TEXT_DEBUG is not set # # Security options # # CONFIG_KEYS is not set # CONFIG_SECURITY is not set # # Cryptographic options # # CONFIG_CRYPTO is not set # # Hardware crypto devices # #-----------------config file end here------------------------ Kernel boot message and opp steps: ################################################################# U-Boot 1.1.2(pq3-20040622-0) (Sep 27 2004 - 16:46:03) ########################################################## Core: E500, Version: 2.0, (0x80200020) done Bytes transferred = 1292138 (13b76a hex)rsion: 2.0, (0x80300020) MPC8540SK=> bootm 400000 ff800000locks: CPU: 833 MHz ## Booting image at 00400000 ...Hz Image Name: Linux-2.6.13 LBC Image Type: PowerPC Linux Kernel Image (gzip compressed)che 32KB enabled. Data Size: 1292074 Bytes = 1.2 MBev. B. Load Address: 00000000ot Flash is U13 Entry Point: 00000000I1: 32 bit Image Type: PowerPC Linux RAMDisk Image (gzip compressed) Net: MOTO ENET0: PHY is Marvell 88E111 Data Size: 4710501 Bytes = 4.5 MB Load Address: 00000000l 88E1111S (1410cc1) Entry Point: 00000000 Verifying Checksum ... OK is Realtek RTL8201CP (8201) Loading Ramdisk to 07750000, end 07bce065 ... OK MOTO ENET0, MOTO ENET1, MOTO ENET2 Memory CAM mapping: CAM0=64Mb, CAM1=64Mb, CAM2=0Mb residual: 0Mbp autoboot: 0 MPC8540SK=> Linux version 2.6.13 (root@mqy-linux) (gcc version 3.3.3 (DENX ELDK 3.1.1 3.0, full duplex Using MOTO ENET0 de Freeing initrd memory: 4600k freed DRAM: Initializing NET: Registered protocol family 16 DDR: 128 MB PCI: Probing PCI hardwareSH: 8 MB NTFS driver 2.1.23 [Flags: R/W DEBUG]. In: serial Generic RTC Driver v1.07 serial Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabledrvell 88E1111S (1410cc1) ttyS0 at MMIO 0xe0004500 (irq = 26) is a 16550A88E1111S (1410cc1) ttyS1 at MMIO 0xe0004600 (irq = 26) is a 16550AET2: PHY is Realtek RTL8201CP (8201) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registeredboot: 0 io scheduler cfq registered00000 uImage RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 Using MOTO ENET0 device eth1: Gianfar Ethernet Controller Version 1.1, 00:e0:0c:40:01:03#################################################### eth1: Running with NAPI enabled eth1: 256/256 RX/TX BD ring size################################ eth2: Gianfar Ethernet Controller Version 1.1, 00:e0:0c:40:02:03 #################################### eth2: Running with NAPI enabled eth2: 256/256 RX/TX BD ring sizensferred = 1264114 (1349f2 hex) Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 4000000 ff800000 ## B ide: Assuming 33MHz system bus speed for P Bad Magic Nu ide2: BM-DMA at 0xffffd0-0xffffd7, BIOS settings: hde:pio, hdf:pio Load Address: 00000000 ide3: BM-DMA at 0xffffd8-0xffffdf, BIOS settings: hdg:pio, hdh:piohecksum ... OK Uncompressing Kernel Ima hde: QUANTUM FIREBALL CR8.4A, ATA DISK drive ## Loading RAMDisk Image at ff800000 ... ide2 at 0xfffff8-0xffffff,0xfffff6 on irq 50e Name: MPC85xx ramdisk hde: max request size: 128KiB PowerPC Linux RAMDisk Image hde: lost interrupt hde: lost interrupt hde: lost interrupt710501 Bytes = 4.5 hde: lost interrupt PDC202XX: Primary channel reset.ux version 2.6.13 (root@mqy-linu hde: DMA interrupt recoveryELDK 3.1.1 3.3.3- hde: lost interrupt hde1 i2c /dev entries driver #11 Sun Sep 4 12:52:07 NET: Registered protocol family 2 Built 1 zonelists IP route cache hash table entries: 2048 (order: 1, 8192 bytes) 0,115200 TCP established hash table entries: 8192 (order: 4, 65536 bytes) PID h TCP bind hash table entries: 8192 (order: 3, 32768 bytes) Dentry cache TCP: Hash tables configured (e RAMDISK: Compressed image found at block 0 Mount-cache ha VFS: Mounted root (ext2 filesystem). checking if imag Freeing unused kernel memory: 336k init); looks like an initrd INIT: version 2.78 booting INIT: Entering runlevel: 2emory: 4600k freed Welcome to Linux on Puff!NET: Registered protocol PuffLinux login: root PuffLinux:root$cat /proc/partitions 33 0 hde 33 1 hde1 PuffLinux:root$cd /dev PuffLinux:dev$mknod hde b 33 0 PuffLinux:dev$mknod hde1 b 33 1 PuffLinux:dev$mount /dev/hde1 /mnt hde: dma_timer_expiry: dma status == 0x24 PDC202XX: Primary channel reset. hde: DMA interrupt recovery hde: lost interrupt hde: dma_timer_expiry: dma status == 0x24 PDC202XX: Primary channel reset. hde: DMA interrupt recovery hde: lost interrupt hde: dma_timer_expiry: dma status == 0x24 PDC202XX: Primary channel reset. hde: DMA interrupt recovery hde: lost interrupt hde: dma_timer_expiry: dma status == 0x24 PDC202XX: Primary channel reset. hde: DMA interrupt recovery hde: lost interrupt FAT: codepage cp437 not found mount: wrong fs type, bad option, bad superblock on /dev/hde1, or too many mounted file systems PuffLinux:dev$ ------=_NextPart_000_001D_01C5B7E3.7238C730 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi, all
        = Please=20 help solve this problem , or give me some advise .
Thanks a lot=20 !


Distribution: kernel from kernel.org , = cross=20 compiler from www.DENX.de
Hardware Environment: = mpc8540_ads=20 demo board + promise20268 PCI-IDE chard + HD
Software=20 Environment: kernel from kernel.org , cross compiler for = powerpc from=20 www.DENX.de , and simple file system with busybox.
Problem=20 Description:
    The kernel shows "lost = interrupt"=20 after the promise20268 PCI-IDE card be
finded , and the = /proc/partitions=20 shows correct message , but when mount the
HD , it shows " lost = interrupt "=20 again

Steps to reproduce: Include the .config = file and=20 the steps of boot are below .

.config = file
#-----------------start=20 here------------------------
#
# Automatically generated make = config:=20 don't edit
# Linux kernel version: 2.6.13
# Fri Sep  9 = 15:48:15=20 2005
#
CONFIG_MMU=3Dy
CONFIG_GENERIC_HARDIRQS=3Dy
CONFIG_RWSE= M_XCHGADD_ALGORITHM=3Dy
CONFIG_GENERIC_CALIBRATE_DELAY=3Dy
CONFIG_H= AVE_DEC_LOCK=3Dy
CONFIG_PPC=3Dy
CONFIG_PPC32=3Dy
CONFIG_GENERIC_= NVRAM=3Dy
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=3Dy

#
#=20 Code maturity level=20 options
#
CONFIG_EXPERIMENTAL=3Dy
CONFIG_CLEAN_COMPILE=3Dy
CO= NFIG_BROKEN_ON_SMP=3Dy
CONFIG_INIT_ENV_ARG_LIMIT=3D32

#
#=20 General=20 setup
#
CONFIG_LOCALVERSION=3D""
CONFIG_SWAP=3Dy
CONFIG_SYSVI= PC=3Dy
#=20 CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not=20 set
CONFIG_SYSCTL=3Dy
# CONFIG_AUDIT is not set
# = CONFIG_HOTPLUG is not=20 set
CONFIG_KOBJECT_UEVENT=3Dy
# CONFIG_IKCONFIG is not=20 set
CONFIG_EMBEDDED=3Dy
# CONFIG_KALLSYMS is not=20 set
CONFIG_PRINTK=3Dy
CONFIG_BUG=3Dy
CONFIG_BASE_FULL=3Dy
CON= FIG_FUTEX=3Dy
#=20 CONFIG_EPOLL is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not=20 set
CONFIG_SHMEM=3Dy
CONFIG_CC_ALIGN_FUNCTIONS=3D0
CONFIG_CC_ALI= GN_LABELS=3D0
CONFIG_CC_ALIGN_LOOPS=3D0
CONFIG_CC_ALIGN_JUMPS=3D0#=20 CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=3D0

#
# = Loadable=20 module support
#
# CONFIG_MODULES is not set

#
#=20 Processor
#
# CONFIG_6xx is not set
# CONFIG_40x is not = set
#=20 CONFIG_44x is not set
# CONFIG_POWER3 is not set
# CONFIG_POWER4 = is not=20 set
# CONFIG_8xx is not set
# CONFIG_E200 is not=20 set
CONFIG_E500=3Dy
CONFIG_BOOKE=3Dy
CONFIG_FSL_BOOKE=3Dy
#=20 CONFIG_PHYS_64BIT is not = set
CONFIG_SPE=3Dy
CONFIG_MATH_EMULATION=3Dy
#=20 CONFIG_KEXEC is not set
# CONFIG_CPU_FREQ is not set
#=20 CONFIG_WANT_EARLY_SERIAL is not=20 set
CONFIG_PPC_GEN550=3Dy
CONFIG_85xx=3Dy
CONFIG_PPC_INDIRECT_PC= I_BE=3Dy

#
#=20 Freescale 85xx options
#
CONFIG_MPC8540_ADS=3Dy
# = CONFIG_MPC8548_CDS is=20 not set
# CONFIG_MPC8555_CDS is not set
# CONFIG_MPC8560_ADS is = not=20 set
# CONFIG_SBC8560 is not set
# CONFIG_STX_GP3 is not=20 set
CONFIG_MPC8540=3Dy

#
# Platform options
#
# = CONFIG_HIGHMEM=20 is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=3Dy
# = CONFIG_HZ_1000=20 is not set
CONFIG_HZ=3D250
CONFIG_PREEMPT_NONE=3Dy
#=20 CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not=20 set
CONFIG_SELECT_MEMORY_MODEL=3Dy
CONFIG_FLATMEM_MANUAL=3Dy
#=20 CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is = not=20 set
CONFIG_FLATMEM=3Dy
CONFIG_FLAT_NODE_MEM_MAP=3Dy
CONFIG_BINFM= T_ELF=3Dy
#=20 CONFIG_BINFMT_MISC is not set
# CONFIG_CMDLINE_BOOL is not set
# = CONFIG_PM=20 is not set
CONFIG_SECCOMP=3Dy
CONFIG_ISA_DMA_API=3Dy

#
# = Bus=20 options
#
CONFIG_PCI=3Dy
CONFIG_PCI_DOMAINS=3Dy
# = CONFIG_PCI_LEGACY_PROC=20 is not set
CONFIG_PCI_NAMES=3Dy

#
# PCCARD (PCMCIA/CardBus) = support
#
# CONFIG_PCCARD is not set

#
# Advanced=20 setup
#
# CONFIG_ADVANCED_OPTIONS is not set

#
# Default = settings for advanced configuration options are=20 used
#
CONFIG_HIGHMEM_START=3D0xfe000000
CONFIG_LOWMEM_SIZE=3D0x= 30000000
CONFIG_KERNEL_START=3D0xc0000000
CONFIG_TASK_SIZE=3D0x8000= 0000
CONFIG_BOOT_LOAD=3D0x00800000

#
#=20 Networking
#
CONFIG_NET=3Dy

#
# Networking=20 options
#
CONFIG_PACKET=3Dy
# CONFIG_PACKET_MMAP is not=20 set
CONFIG_UNIX=3Dy
# CONFIG_NET_KEY is not=20 set
CONFIG_INET=3Dy
CONFIG_IP_MULTICAST=3Dy
# = CONFIG_IP_ADVANCED_ROUTER is=20 not=20 set
CONFIG_IP_FIB_HASH=3Dy
CONFIG_IP_PNP=3Dy
CONFIG_IP_PNP_DHCP=3D= y
CONFIG_IP_PNP_BOOTP=3Dy
#=20 CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
#=20 CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# = CONFIG_ARPD is=20 not set
CONFIG_SYN_COOKIES=3Dy
# CONFIG_INET_AH is not set
#=20 CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
#=20 CONFIG_INET_TUNNEL is not set
CONFIG_IP_TCPDIAG=3Dy
# = CONFIG_IP_TCPDIAG_IPV6=20 is not set
# CONFIG_TCP_CONG_ADVANCED is not=20 set
CONFIG_TCP_CONG_BIC=3Dy
# CONFIG_IPV6 is not set
# = CONFIG_NETFILTER=20 is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
#=20 CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE = is not=20 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=20 set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
#=20 CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
#=20 CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
#=20 CONFIG_NET_CLS_ROUTE is not set

#
# Network testing
#
#=20 CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# = CONFIG_IRDA is=20 not set
# CONFIG_BT is not set

#
# Device=20 Drivers
#

#
# Generic Driver=20 Options
#
CONFIG_STANDALONE=3Dy
CONFIG_PREVENT_FIRMWARE_BUILD=3D= y
#=20 CONFIG_FW_LOADER is not set

#
# Memory Technology Devices=20 (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port=20 support
#
# CONFIG_PARPORT is not set

#
# Plug and Play=20 support
#

#
# Block devices
#
# CONFIG_BLK_DEV_FD is = not=20 set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not = set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is = not=20 set
# CONFIG_BLK_DEV_COW_COMMON is not = set
CONFIG_BLK_DEV_LOOP=3Dy
#=20 CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not = set
#=20 CONFIG_BLK_DEV_SX8 is not=20 set
CONFIG_BLK_DEV_RAM=3Dy
CONFIG_BLK_DEV_RAM_COUNT=3D16
CONFIG_= BLK_DEV_RAM_SIZE=3D32768
CONFIG_BLK_DEV_INITRD=3Dy
CONFIG_INITRAMFS= _SOURCE=3D""
CONFIG_LBD=3Dy
#=20 CONFIG_CDROM_PKTCDVD is not set

#
# IO=20 Schedulers
#
CONFIG_IOSCHED_NOOP=3Dy
CONFIG_IOSCHED_AS=3Dy
CO= NFIG_IOSCHED_DEADLINE=3Dy
CONFIG_IOSCHED_CFQ=3Dy
#=20 CONFIG_ATA_OVER_ETH is not set

#
# ATA/ATAPI/MFM/RLL=20 support
#
CONFIG_IDE=3Dy
CONFIG_BLK_DEV_IDE=3Dy

#
# = Please see=20 Documentation/ide.txt for help/info on IDE drives
#
#=20 CONFIG_BLK_DEV_IDE_SATA is not=20 set
CONFIG_BLK_DEV_IDEDISK=3Dy
CONFIG_IDEDISK_MULTI_MODE=3Dy
CON= FIG_BLK_DEV_IDECD=3Dy
#=20 CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not = set
#=20 CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset=20 support/bugfixes
#
CONFIG_IDE_GENERIC=3Dy
CONFIG_BLK_DEV_IDEPCI=3D= y
CONFIG_IDEPCI_SHARE_IRQ=3Dy
#=20 CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=3Dy
#=20 CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_SL82C105 is not=20 set
CONFIG_BLK_DEV_IDEDMA_PCI=3Dy
# CONFIG_BLK_DEV_IDEDMA_FORCED = is not=20 set
CONFIG_IDEDMA_PCI_AUTO=3Dy
# CONFIG_IDEDMA_ONLYDISK is not = set
#=20 CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not = set
#=20 CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_CMD64X is not = set
#=20 CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not = set
#=20 CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not = set
#=20 CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not = set
#=20 CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not = set
#=20 CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not = set
#=20 CONFIG_BLK_DEV_PDC202XX_OLD is not = set
CONFIG_BLK_DEV_PDC202XX_NEW=3Dy
#=20 CONFIG_PDC202XX_FORCE is not set
# CONFIG_BLK_DEV_SVWKS is not = set
#=20 CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SLC90E66 is not = set
#=20 CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not = set
#=20 CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=3Dy
# = CONFIG_IDEDMA_IVB is=20 not set
CONFIG_IDEDMA_AUTO=3Dy
# CONFIG_BLK_DEV_HD is not = set

#
#=20 SCSI device support
#
# CONFIG_SCSI is not set

#
# = Multi-device=20 support (RAID and LVM)
#
# CONFIG_MD is not set

#
# = Fusion MPT=20 device support
#
# CONFIG_FUSION is not set

#
# IEEE = 1394=20 (FireWire) support
#
# CONFIG_IEEE1394 is not set

#
# = I2O device=20 support
#
# CONFIG_I2O is not set

#
# Macintosh device=20 drivers
#

#
# Network device=20 support
#
CONFIG_NETDEVICES=3Dy
# CONFIG_DUMMY is not set
#=20 CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# = CONFIG_TUN is=20 not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not=20 set

#
# Ethernet (10 or=20 100Mbit)
#
CONFIG_NET_ETHERNET=3Dy
CONFIG_MII=3Dy
# = CONFIG_HAPPYMEAL is=20 not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not = set

#
# Tulip family network device support
#
# = CONFIG_NET_TULIP=20 is not set
# CONFIG_HP100 is not set
# CONFIG_NET_PCI is not=20 set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not = set
#=20 CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 = is not=20 set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# = CONFIG_R8169 is not set
# CONFIG_SKGE is not set
# CONFIG_SK98LIN = is not=20 set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not=20 set
CONFIG_GIANFAR=3Dy
CONFIG_GFAR_NAPI=3Dy

#
# Ethernet = (10000=20 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_S2IO is not = set

#
#=20 Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless = LAN=20 (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Wan=20 interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not = set
#=20 CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is = not=20 set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# = CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not=20 set

#
# ISDN subsystem
#
# CONFIG_ISDN is not = set

#
#=20 Telephony Support
#
# CONFIG_PHONE is not set

#
# Input = device=20 support
#
CONFIG_INPUT=3Dy

#
# Userland = interfaces
#
#=20 CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not = set
#=20 CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
#=20 CONFIG_INPUT_EVBUG is not set

#
# Input Device = Drivers
#
#=20 CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# = CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not = set
#=20 CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
#=20 CONFIG_SERIO is not set
# CONFIG_GAMEPORT is not set

#
# = Character=20 devices
#
# CONFIG_VT is not set
# CONFIG_SERIAL_NONSTANDARD is = not=20 set

#
# Serial=20 drivers
#
CONFIG_SERIAL_8250=3Dy
CONFIG_SERIAL_8250_CONSOLE=3Dy<= BR>CONFIG_SERIAL_8250_NR_UARTS=3D4
#=20 CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial = port=20 support
#
CONFIG_SERIAL_CORE=3Dy
CONFIG_SERIAL_CORE_CONSOLE=3Dy<= BR>#=20 CONFIG_SERIAL_JSM is not=20 set
CONFIG_UNIX98_PTYS=3Dy
CONFIG_LEGACY_PTYS=3Dy
CONFIG_LEGACY_= PTY_COUNT=3D256

#
#=20 IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog=20 Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_NVRAM is not=20 set
CONFIG_GEN_RTC=3Dy
# CONFIG_GEN_RTC_X is not set
# = CONFIG_DTLK is not=20 set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not = set

#
#=20 Ftape, the floppy tape device driver
#
# CONFIG_AGP is not = set
#=20 CONFIG_DRM is not set
# CONFIG_RAW_DRIVER is not set

#
# = TPM=20 devices
#
# CONFIG_TCG_TPM is not set

#
# I2C=20 support
#
CONFIG_I2C=3Dy
CONFIG_I2C_CHARDEV=3Dy

#
# = I2C=20 Algorithms
#
# CONFIG_I2C_ALGOBIT is not set
# = CONFIG_I2C_ALGOPCF is=20 not set
# CONFIG_I2C_ALGOPCA is not set

#
# I2C Hardware = Bus=20 support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 = is not=20 set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not = set
#=20 CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
#=20 CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# = CONFIG_I2C_ISA=20 is not set
CONFIG_I2C_MPC=3Dy
# CONFIG_I2C_NFORCE2 is not set
# = CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not = set
#=20 CONFIG_I2C_SAVAGE4 is not set
# CONFIG_SCx200_ACB is not set
#=20 CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
#=20 CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
#=20 CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
#=20 CONFIG_I2C_PCA_ISA is not set
# CONFIG_I2C_SENSOR is not = set

#
#=20 Miscellaneous I2C Chip support
#
# CONFIG_SENSORS_DS1337 is not = set
#=20 CONFIG_SENSORS_DS1374 is not set
# CONFIG_SENSORS_EEPROM is not = set
#=20 CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCA9539 is not = set
#=20 CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_RTC8564 is not = set
#=20 CONFIG_SENSORS_M41T00 is not set
# CONFIG_SENSORS_MAX6875 is not = set
#=20 CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not = set
#=20 CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not=20 set

#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not=20 set

#
# Hardware Monitoring = support
#
CONFIG_HWMON=3Dy
#=20 CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not = set
#=20 CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1031 is not = set
#=20 CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ASB100 is not = set
#=20 CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not = set
#=20 CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_FSCPOS is not = set
#=20 CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not = set
#=20 CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
#=20 CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
#=20 CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
#=20 CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
#=20 CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
#=20 CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_MAX1619 is not = set
#=20 CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_SIS5595 is not = set
#=20 CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47B397 is not = set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_W83781D = is not=20 set
# CONFIG_SENSORS_W83L785TS is not set
# = CONFIG_SENSORS_W83627HF is not=20 set
# CONFIG_SENSORS_W83627EHF is not set
# = CONFIG_HWMON_DEBUG_CHIP is not=20 set

#
# Misc devices
#

#
# Multimedia = devices
#
#=20 CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting=20 Devices
#
# CONFIG_DVB is not set

#
# Graphics = support
#
#=20 CONFIG_FB is not set

#
# Sound
#
# CONFIG_SOUND is not=20 set

#
# USB=20 support
#
CONFIG_USB_ARCH_HAS_HCD=3Dy
CONFIG_USB_ARCH_HAS_OHCI=3D= y
#=20 CONFIG_USB is not set

#
# USB Gadget Support
#
#=20 CONFIG_USB_GADGET is not set

#
# MMC/SD Card support
#
# = CONFIG_MMC is not set

#
# InfiniBand support
#
#=20 CONFIG_INFINIBAND is not set

#
# SN Devices
#

#
# = File=20 systems
#
CONFIG_EXT2_FS=3Dy
# CONFIG_EXT2_FS_XATTR is not = set
#=20 CONFIG_EXT2_FS_XIP is not = set
CONFIG_EXT3_FS=3Dy
CONFIG_EXT3_FS_XATTR=3Dy
#=20 CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not=20 set
CONFIG_JBD=3Dy
# CONFIG_JBD_DEBUG is not = set
CONFIG_FS_MBCACHE=3Dy
#=20 CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
#=20 CONFIG_FS_POSIX_ACL is not set

#
# XFS support
#
# = CONFIG_XFS_FS=20 is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not=20 set
CONFIG_INOTIFY=3Dy
# CONFIG_QUOTA is not = set
CONFIG_DNOTIFY=3Dy
#=20 CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not = set

#
#=20 CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# = CONFIG_UDF_FS=20 is not set

#
# DOS/FAT/NT=20 Filesystems
#
CONFIG_FAT_FS=3Dy
CONFIG_MSDOS_FS=3Dy
CONFIG_VF= AT_FS=3Dy
CONFIG_FAT_DEFAULT_CODEPAGE=3D437
CONFIG_FAT_DEFAULT_IOCH= ARSET=3D"iso8859-1"
CONFIG_NTFS_FS=3Dy
CONFIG_NTFS_DEBUG=3Dy
CON= FIG_NTFS_RW=3Dy

#
#=20 Pseudo=20 filesystems
#
CONFIG_PROC_FS=3Dy
CONFIG_PROC_KCORE=3Dy
CONFIG= _SYSFS=3Dy
#=20 CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=3Dy
# = CONFIG_TMPFS_XATTR is=20 not set
# CONFIG_HUGETLB_PAGE is not = set
CONFIG_RAMFS=3Dy

#
#=20 Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
#=20 CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# = CONFIG_HFSPLUS_FS=20 is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not = set
#=20 CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# = CONFIG_VXFS_FS is=20 not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not = set
#=20 CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# = Network=20 File Systems
#
CONFIG_NFS_FS=3Dy
# CONFIG_NFS_V3 is not = set
#=20 CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# = CONFIG_NFSD is=20 not=20 set
CONFIG_ROOT_NFS=3Dy
CONFIG_LOCKD=3Dy
CONFIG_NFS_COMMON=3DyCONFIG_SUNRPC=3Dy
#=20 CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not = set
#=20 CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS = is not=20 set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not = set

#
#=20 Partition Types
#
CONFIG_PARTITION_ADVANCED=3Dy
# = CONFIG_ACORN_PARTITION=20 is not set
# CONFIG_OSF_PARTITION is not set
# = CONFIG_AMIGA_PARTITION is=20 not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION = is not=20 set
CONFIG_MSDOS_PARTITION=3Dy
# CONFIG_BSD_DISKLABEL is not = set
#=20 CONFIG_MINIX_SUBPARTITION is not = set
CONFIG_SOLARIS_X86_PARTITION=3Dy
#=20 CONFIG_UNIXWARE_DISKLABEL is not=20 set
CONFIG_LDM_PARTITION=3Dy
CONFIG_LDM_DEBUG=3Dy
# = CONFIG_SGI_PARTITION is=20 not set
# CONFIG_ULTRIX_PARTITION is not set
# = CONFIG_SUN_PARTITION is not=20 set
# CONFIG_EFI_PARTITION is not set

#
# Native Language=20 Support
#
CONFIG_NLS=3Dy
CONFIG_NLS_DEFAULT=3D"iso8859-1"
#=20 CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not = set
#=20 CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not = set
#=20 CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not = set
#=20 CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not = set
#=20 CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not = set
#=20 CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not = set
#=20 CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not = set
#=20 CONFIG_NLS_CODEPAGE_869 is not set
CONFIG_NLS_CODEPAGE_936=3Dy
#=20 CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not = set
#=20 CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not = set
#=20 CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not = set
#=20 CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not = set
#=20 CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not = set
#=20 CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not = set
#=20 CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not = set
#=20 CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not = set
#=20 CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not = set
#=20 CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
#=20 CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not = set

#
#=20 Library routines
#
# CONFIG_CRC_CCITT is not = set
CONFIG_CRC32=3Dy
#=20 CONFIG_LIBCRC32C is not set

#
# Profiling support
#
#=20 CONFIG_PROFILING is not set

#
# Kernel hacking
#
#=20 CONFIG_PRINTK_TIME is not set
# CONFIG_DEBUG_KERNEL is not=20 set
CONFIG_LOG_BUF_SHIFT=3D14
# CONFIG_SERIAL_TEXT_DEBUG is not=20 set

#
# Security options
#
# CONFIG_KEYS is not set
# = CONFIG_SECURITY is not set

#
# Cryptographic options
#
# = CONFIG_CRYPTO is not set

#
# Hardware crypto=20 devices
#
#-----------------config file end=20 here------------------------


Kernel boot message and opp=20 steps:

        =20 ################################################################# &n= bsp;


U-Boot=20 1.1.2(pq3-20040622-0) (Sep 27 2004 -=20 16:46:03)          &nbs= p;   
         = ##########################################################  &nb= sp;  

   =20 Core:   E500, Version: 2.0,=20 (0x80200020)          &= nbsp;   
done   
Bytes=20 transferred =3D 1292138 (13b76a hex)rsion:=20 2.0,
(0x80300020)         = ;      
MPC8540SK=3D>=20 bootm 400000 ff800000locks: CPU: 833=20 MHz           &nbs= p; 
##=20 Booting image at 00400000=20 ...Hz           &n= bsp;               
  =20 Image Name:  =20 Linux-2.6.13          &= nbsp; 
         &nbs= p; =20 LBC
   Image Type:   PowerPC Linux Kernel Image = (gzip=20 compressed)che=20 32KB
enabled.         &nb= sp;           &nbs= p;            = ;         
  =20 Data Size:    1292074 Bytes =3D  1.2=20 MBev.
B.          &n= bsp;           &nb= sp;          
 =  =20 Load Address: 00000000ot Flash is=20 U13         
  = Entry=20 Point:  00000000I1:   32=20 bit           &nbs= p;
  =20 Image Type:   PowerPC Linux RAMDisk Image (gzip=20 compressed)          &n= bsp;    
   =20 Net:    MOTO ENET0: PHY is Marvell 88E111
   = Data=20 Size:    4710501 Bytes =3D  4.5=20 MB            = ;            =    
        &nb= sp; 
  =20 Load Address: 00000000l 88E1111S=20 (1410cc1)    
   Entry Point: =20 00000000           = ;            =  
  =20 Verifying Checksum ... OK is Realtek RTL8201CP (8201)
   = Loading=20 Ramdisk to 07750000, end 07bce065 ...=20 OK  
         &= nbsp; =20 MOTO ENET0, MOTO ENET1, MOTO ENET2
Memory CAM mapping: CAM0=3D64Mb, = CAM1=3D64Mb,=20 CAM2=3D0Mb residual: 0Mbp=20 autoboot: 
0         = ;            =           

MPC85= 40SK=3D>    
Linux=20 version 2.6.13 (root@mqy-linux) (gcc version 3.3.3 (DENX ELDK 3.1.1 = 3.0,
full=20 duplex           &= nbsp;          
Usin= g=20 MOTO ENET0=20 de            = ;    
Freeing=20 initrd memory: 4600k freed
    DRAM:  =20 Initializing        
NET: = Registered=20 protocol family=20 16            = ;  
   =20 DDR:    128 MB
PCI: Probing PCI hardwareSH:  8=20 MB            = ;   
NTFS=20 driver 2.1.23 [Flags: R/W=20 DEBUG].           =     
   =20 In:     serial  
Generic RTC Driver=20 v1.07  =20 serial           &= nbsp;  
Serial:=20 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing=20 disabledrvell
88E1111S=20 (1410cc1)          &nbs= p;            = ;            =             &= nbsp;
ttyS0=20 at MMIO 0xe0004500 (irq =3D 26) is a=20 16550A88E1111S
(1410cc1)       &nbs= p;            = ;        
ttyS1=20 at MMIO 0xe0004600 (irq =3D 26) is a 16550AET2: PHY is Realtek=20 RTL8201CP
(8201)         =  
io=20 scheduler noop=20 registered          &nb= sp;   
        =    
io=20 scheduler anticipatory=20 registered          &nb= sp;           &nbs= p;            = ;
io=20 scheduler deadline registeredboot: =20 0            =            
io = scheduler cfq registered00000=20 uImage           &= nbsp;  
RAMDISK=20 driver initialized: 16 RAM disks of 32768K size 1024
Using MOTO ENET0 = device           &= nbsp;          
&nbs= p;          
eth1:=20 Gianfar Ethernet Controller Version=20 1.1,
00:e0:0c:40:01:03################################################= ####         
 
e= th1:=20 Running with NAPI=20 enabled           =             &= nbsp;     

eth1:=20 256/256 RX/TX BD ring size################################
eth2: = Gianfar=20 Ethernet Controller Version=20 1.1,
00:e0:0c:40:02:03        =          
  &nb= sp;     =20 ####################################
eth2: Running with NAPI=20 enabled           =             &= nbsp;      
eth2:=20 256/256 RX/TX BD ring sizensferred =3D 1264114 (1349f2 hex)
Uniform=20 Multi-Platform E-IDE driver Revision: 7.00alpha2=20 4000000
ff800000         =             &= nbsp;           ##=20 B
ide: Assuming 33MHz system bus speed for=20 P            =     
Bad=20 Magic=20 Nu         
  &= nbsp;=20 ide2: BM-DMA at 0xffffd0-0xffffd7, BIOS settings:=20 hde:pio,
hdf:pio         =             &= nbsp; 
  =20 Load Address:=20 00000000           = ;        
   =20 ide3: BM-DMA at 0xffffd8-0xffffdf, BIOS settings: = hdg:pio,
hdh:piohecksum ...=20 OK            = ;            =    
  =20 Uncompressing Kernel Ima
hde: QUANTUM FIREBALL CR8.4A, ATA DISK = drive
##=20 Loading RAMDisk Image at ff800000 ...  
ide2 at=20 0xfffff8-0xffffff,0xfffff6 on irq 50e Name:  =20 MPC85xx
ramdisk         &= nbsp;        
hde:=20 max request size: 128KiB PowerPC Linux RAMDisk Image
hde: lost=20 interrupt          &nbs= p;       
hde:=20 lost=20 interrupt          &nbs= p;       
hde:=20 lost interrupt710501 Bytes =3D  4.5
hde: lost=20 interrupt          &nbs= p;       
PDC202XX:=20 Primary channel reset.ux version 2.6.13 (root@mqy-linu
hde: DMA = interrupt=20 recoveryELDK 3.1.1=20 3.3.3-         
hde: = lost=20 interrupt          &nbs= p;       
 hde1  &nb= sp; 
i2c=20 /dev entries driver #11 Sun Sep 4 12:52:07
NET: Registered protocol = family=20 2         
Built 1=20 zonelists    
IP route cache hash table entries: = 2048=20 (order: 1, 8192=20 bytes)
0,115200         &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;       
TCP=20 established hash table entries: 8192 (order: 4,=20 65536
bytes)         &nbs= p;            = ;            =             &= nbsp;          
PID = h
TCP bind hash table entries: 8192 (order: 3,=20 32768
bytes)         &nbs= p;            = ;            =         
Dentry=20 cache
TCP: Hash tables configured=20 (e            = ;            =     
RAMDISK:=20 Compressed image found at block=20 0            =             &= nbsp; 
Mount-cache=20 ha
VFS: Mounted root (ext2=20 filesystem).          &= nbsp;       
checking=20 if imag
Freeing unused kernel memory: 336k init); looks like an=20 initrd           &= nbsp;   
INIT:=20 version 2.78=20 booting           =             &= nbsp; 
INIT:=20 Entering runlevel: 2emory: 4600k=20 freed       

Welcome to Linux = on=20 Puff!NET: Registered protocol
PuffLinux login:=20 root           &nb= sp;        
PuffLinux:root$cat= =20 /proc/partitions         &nb= sp;    

33     =20 0      =20 hde    
33      1=20       = hde1   
PuffLinux:root$cd=20 /dev
PuffLinux:dev$mknod hde b 33 0
PuffLinux:dev$mknod hde1 b 33=20 1
PuffLinux:dev$mount /dev/hde1 /mnt
hde: dma_timer_expiry: dma = status =3D=3D=20 0x24
PDC202XX: Primary channel reset.
hde: DMA interrupt = recovery
hde:=20 lost interrupt
hde: dma_timer_expiry: dma status =3D=3D = 0x24
PDC202XX: Primary=20 channel reset.
hde: DMA interrupt recovery
hde: lost = interrupt
hde:=20 dma_timer_expiry: dma status =3D=3D 0x24
PDC202XX: Primary channel = reset.
hde:=20 DMA interrupt recovery
hde: lost interrupt
hde: dma_timer_expiry: = dma=20 status =3D=3D 0x24
PDC202XX: Primary channel reset.
hde: DMA = interrupt=20 recovery
hde: lost interrupt
FAT: codepage cp437 not = found
mount: wrong=20 fs type, bad option, bad superblock on=20 /dev/hde1,
       or too many mounted = file=20 systems
PuffLinux:dev$

------=_NextPart_000_001D_01C5B7E3.7238C730--