linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 2.5.65-mm1: eth0: Transmit error, Tx status register 90
@ 2003-03-19 11:24 Felipe Alfaro Solana
  2003-03-19 11:32 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Felipe Alfaro Solana @ 2003-03-19 11:24 UTC (permalink / raw)
  To: akpm, Felipe Alfaro Solana; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2278 bytes --]

----- Original Message ----- 
From: Andrew Morton <akpm@digeo.com> 
Date: 	Tue, 18 Mar 2003 19:18:33 -0800 
To: "Felipe Alfaro Solana" <felipe_alfaro@linuxmail.org> 
Subject: Re: 2.5.65-mm1: eth0: Transmit error, Tx status register 90 
 
> "Felipe Alfaro Solana" <felipe_alfaro@linuxmail.org> wrote: 
> > 
> > I've been benchmarking file copy operations between 2.5.65-mm1  
> > and 2.4.20-2.51 since I have noticed that transferring files from my  
> > 2.4.20 machine to 2.5.65-mm1 gives an steady 10MBps throughput  
> > but doing the opposite (from 2.5.65-mm1 to 2.4.20) gives me a  
> > mere 3MBps throughput.  
>  
> Is it slow with both scp and NFS?  Or just NFS? 
 
Well, it seems the network transport is slow. I have benchmarked 
using NFS, FTP and SCP and *all* of them are 4 orders of magnitude 
slower when sending data (from 2.5 to 2.4), but behave normally 
when receiving data (from 2.4 to 2.5). 
 
> If just NFS then yes, I see this too.  Transferring files 2.5->2.4 over NFS 
> is several times slower than 2.4->2.4 or 2.5->2.5.  Quite repeatable. 
 
The problem is that FTP is also four times slower. Here are my timings 
against 2.5.64 vanilla: 
 
Test case: 128MB file (dd if=/dev/zero of=test bs=1024k count=128) 
 
NFS 
--- 
time cp 2.4 -> 2.5: 0m11.759s 
time cp 2.5 -> 2.4: 0m39.541s 
 
FTP 
--- 
time get 2.4 -> 2.5: 11.5s 
time put 2.5 -> 2.4: 43.3s 
 
So it seems a problem with the network transport. This doesn't 
happen with 2.4 on the same hardware: NEC Chrom@ laptop, 
TI CardBus bridge, 3Com Corporation 3CCFE575CT Cyclone 
CardBus (rev 10) NIC. 
 
Attached is my .config file. It's worth a look since I needed to 
build CardBus into the kernel (my RedHat distro doesn't work 
with CardBus built as a module). 
 
> That's a transmit underrun.  The PCI/memory system was not able to feed data 
> into the NIC fast enough. 
> Please determine when this started.  2.5.64 would be a good kernel to test 
> because it doesn't have the PCI changes. 
 
During benchmarks with 2.5.64 I've also seen this errors, 
although they were quite few (only two). 
 
Now, what else? I'm lost... 
Thanks! 
 
   Felipe 
-- 
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

[-- Attachment #2: config-2.5.65-mm2 --]
[-- Type: application/octet-stream, Size: 18954 bytes --]

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_PREFETCH=y
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_05GB is not set
# CONFIG_1GB is not set
CONFIG_2GB=y
# CONFIG_3GB is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set

#
# ACPI Support
#
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
# CONFIG_APM_RTC_IS_GMT is not set
CONFIG_APM_ALLOW_INTS=y
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_SCx200 is not set
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats
#
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m

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

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
# CONFIG_PNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# 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_LOOP=m
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_LBD is not set

#
# ATA/ATAPI/MFM/RLL device support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_IDEPCI_SHARE_IRQ is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDE_TCQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
CONFIG_BLK_DEV_ADMA=y
# 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_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_RZ1000 is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 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_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_BLK_DEV_IDE_MODES=y

#
# SCSI device support
#
# CONFIG_SCSI is not set

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

#
# Fusion MPT device support
#

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
# CONFIG_FILTER 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_PNP 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_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_XFRM_USER is not set

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
# CONFIG_IP_NF_MATCH_LIMIT is not set
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
# CONFIG_IP_NF_MATCH_AH_ESP is not set
# CONFIG_IP_NF_MATCH_LENGTH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_TCPMSS is not set
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
# CONFIG_IP_NF_MATCH_UNCLEAN is not set
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
# CONFIG_IP_NF_TARGET_REJECT is not set
# CONFIG_IP_NF_TARGET_MIRROR is not set
# CONFIG_IP_NF_NAT is not set
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
# CONFIG_IPV6 is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=y
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_LLC is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE 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_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# CONFIG_ETHERTAP is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=m
# CONFIG_TYPHOON 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_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPPOE is not set
# CONFIG_SLIP is not set

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

#
# Token Ring devices (depends on LLC=y)
#
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# PCMCIA network device support
#
# CONFIG_NET_PCMCIA is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN_BOOL is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
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_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set

#
# Non-8250 serial port support
#
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256

#
# I2C support
#
# CONFIG_I2C is not set

#
# I2C Hardware Sensors Mainboard support
#

#
# I2C Hardware Sensors Chip support
#

#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
# CONFIG_AGP3 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_AMD_8151 is not set
# CONFIG_DRM is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=m
CONFIG_UDF_FS=m

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
# CONFIG_MSDOS_FS is not set
CONFIG_VFAT_FS=m
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS=y
CONFIG_TMPFS=y
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_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=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=m
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_SUNRPC=m
# CONFIG_SUNRPC_GSS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_SMB_NLS=y
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# 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 is not set
# 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_ISO8859_1=m
# 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=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m

#
# Graphics support
#
# CONFIG_FB is not set
# CONFIG_VIDEO_SELECT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_RTCTIMER=m
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
CONFIG_SND_YMFPCI=m
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI 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_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set

#
# ALSA USB devices
#
# CONFIG_SND_USB_AUDIO is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_UHCI_HCD=y

#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m

#
# SCSI support is needed for USB Storage
#

#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_XPAD is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
CONFIG_USB_SCANNER=m

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set

#
# Video4Linux support is needed for USB Multimedia device support
#

#
# USB Network adaptors
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER 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

#
# USB port drivers
#

#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
CONFIG_USB_SERIAL_IPAQ=m
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_TEST is not set

#
# Bluetooth support
#
# CONFIG_BT is not set

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_X86_REMOTE_DEBUG is not set
# CONFIG_KALLSYMS is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set

#
# Security options
#
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# Library routines
#
# CONFIG_CRC32 is not set
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_X86_BIOS_REBOOT=y

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.5.65-mm1: eth0: Transmit error, Tx status register 90
  2003-03-19 11:24 2.5.65-mm1: eth0: Transmit error, Tx status register 90 Felipe Alfaro Solana
@ 2003-03-19 11:32 ` Andrew Morton
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Morton @ 2003-03-19 11:32 UTC (permalink / raw)
  To: Felipe Alfaro Solana; +Cc: felipe_alfaro, linux-kernel

"Felipe Alfaro Solana" <felipe_alfaro@linuxmail.org> wrote:
>
> So it seems a problem with the network transport.

yes, it's a network problem.

> This doesn't 
> happen with 2.4 on the same hardware: NEC Chrom@ laptop, 
> TI CardBus bridge, 3Com Corporation 3CCFE575CT Cyclone 
> CardBus (rev 10) NIC. 

Ah.   You're using cardbus.  Please send lspci output.

> Now, what else? I'm lost... 

The NIC driver is basically unchanged from 2.4.  It will be a
cardbus/PCI/northbrige/southbridge setup problem.

Look for suspicious dmesg output.  Compare the `lspci -vvxx' output for 2.5
and 2.4, see if any of the registers look different.  This will be hard.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.5.65-mm1: eth0: Transmit error, Tx status register 90
  2003-03-19  3:18 ` Andrew Morton
@ 2003-03-19 19:03   ` Dave Jones
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Jones @ 2003-03-19 19:03 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Felipe Alfaro Solana, linux-kernel

On Tue, Mar 18, 2003 at 07:18:33PM -0800, Andrew Morton wrote:

 > Is it slow with both scp and NFS?  Or just NFS?
 > 
 > If just NFS then yes, I see this too.  Transferring files 2.5->2.4 over NFS
 > is several times slower than 2.4->2.4 or 2.5->2.5.  Quite repeatable.

You could be hitting the same problems I saw a few weeks back.
Short: There were a *lot* of bogus UDP packets being transmitted.
Trond took a look at a tcpdump log of bad traffic and found there
were all sorts of silly things in there like oversized frames etc.

I've not had time to look into this since then, but also see strange
effects of this bug like failing md5sums after copying over NFS.
 
		Dave


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.5.65-mm1: eth0: Transmit error, Tx status register 90
@ 2003-03-19 12:44 Felipe Alfaro Solana
  0 siblings, 0 replies; 6+ messages in thread
From: Felipe Alfaro Solana @ 2003-03-19 12:44 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2430 bytes --]

----- Original Message -----  
From: Andrew Morton <akpm@digeo.com>  
Date: Wed, 19 Mar 2003 03:32:35 -0800  
To: "Felipe Alfaro Solana" <felipe_alfaro@linuxmail.org>  
Subject: Re: 2.5.65-mm1: eth0: Transmit error, Tx status register 90  
  
> "Felipe Alfaro Solana" <felipe_alfaro@linuxmail.org> wrote:  
> > So it seems a problem with the network transport.  
>  
> Ah.   You're using cardbus.  Please send lspci output.  
  
I have attached lspci -vvvxxx from 2.5.65-mm2. Maybe  
you can see something strange here (cause I must  
admit I don't understand a thing of it).  
  
> The NIC driver is basically unchanged from 2.4.  It will be a  
> cardbus/PCI/northbrige/southbridge setup problem.  
  
Well, I've investigated a little more and this is what I found 
until date: 
  
1. The benchmarks I did with 2.4.20 were *not* using  
kernel built-in PCMCIA support, but SF's "pcmcia-cs".  
This means that the 3Com driver is different (and I also 
suspect that yenta socket driver is also different): when  
using 2.4.20's built-in PCMCIA support, my 3CCFE575CT  
uses 3c59x kernel module, but "pcmcia-cs" uses a  
different driver: 3c575_cb. 
  
2. I have tried doing benchmarks with RedHat's own  
kernel (based on 2.4.20 with many Alan Cox patches),  
using built-in PCMCIA and 3c59x driver and it *does*  
have the same problems that I'm seeing with 2.5, that  
is, it takes 4 times more time to send than to receive.  
 
3. I've been unable to use "lspci" on my 2.4.20 kernel 
with SourceForge's pcmcia-cs. It complains that 
"/proc/bus/pci/06" does not exist. For some reason, 
when using "pcmcia-cs", CardBus is not mapped 
as a PCI bus. 
  
So, it seems it's not a 2.5 specific problem, as I can  
reproduce it with a 2.4 kernel. It seems more a problem  
with the CardBus/PCMCIA and 3Com modules.  
  
> Look for suspicious dmesg output.  Compare the  
>`lspci -vvxx' output for 2.5 and 2.4, see if any of the  
> registers look different.  This will be hard.  
  
Well, I haven't done this comparison as the problem  
is reproducible either with 2.5 or 2.4 kernels. I do only  
get full bandwidth when using SourceForge's  
pcmcia-cs proyect.  
  
I have to do some more tests, but meanwhile, do you 
have any ideas? What's next? 
 
Thank you very much! 
 
   Felipe 
 
-- 
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

[-- Attachment #2: lspci --]
[-- Type: application/octet-stream, Size: 18617 bytes --]

00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
	Latency: 32
	Region 0: Memory at e0000000 (32-bit, prefetchable) [size=256M]
	Capabilities: [a0] AGP version 1.0
		Status: RQ=31 SBA+ 64bit- FW- Rate=x1,x2
		Command: RQ=0 SBA- AGP- 64bit- FW- Rate=<none>
00: 86 80 90 71 06 00 10 22 03 00 00 06 00 20 00 00
10: 08 00 00 e0 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 a0 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 0c 0a 00 00 00 00 00 09 03 10 11 11 00 00 11 11
60: 08 10 18 20 20 20 20 20 00 0a c0 03 00 80 00 00
70: 20 1f 0a 38 55 00 04 01 07 0f 48 38 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 04 61 00 00 00 05 00 00 00 00 00 00
a0: 02 00 10 00 03 02 00 1f 00 00 00 00 00 00 00 00
b0: 80 20 00 00 00 00 00 00 00 00 38 01 00 10 00 00
c0: 00 00 00 00 00 00 00 00 18 0c ff ff 7f 00 00 00
d0: 2c 00 0f 05 00 00 00 00 0c 00 00 00 00 00 00 00
e0: 4c ad ff bb 8a 3e 00 80 2c d3 f7 cf 9d 3e 00 00
f0: 40 01 00 00 00 f8 00 60 20 0f 00 00 00 00 00 00

00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fca00000-feafffff
	Prefetchable memory behind bridge: dc800000-dc8fffff
	BridgeCtl: Parity+ SERR- NoISA- VGA+ MAbort- >Reset- FastB2B+
00: 86 80 91 71 1f 00 20 02 03 00 04 06 00 20 01 00
10: 00 00 00 00 00 00 00 00 00 01 01 20 d0 d0 a0 22
20: a0 fc a0 fe 80 dc 80 dc 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 89 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
00: 86 80 10 71 0f 00 80 02 02 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b2 04
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 0a 05 05 09 d0 00 00 00 00 fe 80 00 00 00 00 00
70: 00 00 00 00 00 00 0c 0c 00 00 00 00 00 00 00 00
80: 00 00 07 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 04 87 11 70 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 25 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 30 0f 00 00 00 00 00 00

00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32
	Region 4: I/O ports at ffa0 [size=16]
00: 86 80 11 71 05 00 80 02 01 80 01 01 00 20 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: a1 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 07 e3 07 e3 00 00 00 00 05 00 02 02 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 30 0f 00 00 00 00 00 00

00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32
	Interrupt: pin D routed to IRQ 9
	Region 4: I/O ports at ef80 [size=32]
00: 86 80 12 71 05 00 80 02 01 00 03 0c 00 20 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 81 ef 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 09 04 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 30 0f 00 00 00 00 00 00

00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 03)
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin ? routed to IRQ 9
00: 86 80 13 71 03 00 80 02 03 00 80 06 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 01 04 00 00 02 22 84 27 82 08 08 00 00 00 00 00
50: 00 00 18 00 00 c0 ff 0f 13 00 00 02 00 00 00 10
60: 80 00 a0 40 70 03 01 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 41 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 30 0f 00 00 00 00 00 00

00:09.0 Multimedia audio controller: Yamaha Corporation YMF-754 [DS-1E Audio Controller]
	Subsystem: NEC Corporation: Unknown device 80b5
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR+
	Latency: 32 (1250ns min, 6250ns max)
	Interrupt: pin A routed to IRQ 5
	Region 0: Memory at febf0000 (32-bit, non-prefetchable) [size=32K]
	Region 1: I/O ports at ef00 [size=64]
	Region 2: I/O ports at efe4 [size=4]
	Capabilities: [50] Power Management version 1
		Flags: PMEClk- DSI- D1- D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00: 73 10 12 00 07 01 10 82 00 00 01 04 00 20 00 00
10: 00 00 bf fe 01 ef 00 00 e5 ef 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 33 10 b5 80
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 01 05 19
40: 0a 00 00 88 33 10 b5 80 08 00 00 00 00 00 00 00
50: 01 00 01 04 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 ef 20 02 20 ef 01 02 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:0c.0 CardBus bridge: Texas Instruments PCI4450 PC card Cardbus Controller
	Subsystem: NEC Corporation: Unknown device 80b6
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 168, cache line size 08
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
	Memory window 0: 10400000-107ff000 (prefetchable)
	Memory window 1: 10800000-10bff000
	I/O window 0: 000002c0-000002c3
	I/O window 1: 00001000-000010ff
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
	16-bit legacy interface ports at 0001
00: 4c 10 40 ac 07 00 10 02 00 00 07 06 08 a8 82 00
10: 00 00 00 10 a0 00 00 02 00 02 05 b0 00 00 40 10
20: 00 f0 7f 10 00 00 80 10 00 f0 bf 10 c0 02 00 00
30: c0 02 00 00 00 10 00 00 fc 10 00 00 ff 01 c0 05
40: 33 10 b6 80 01 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 61 90 44 08 00 84 00 00 88 00 0f 00 02 00 00 10
90: e0 02 66 66 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 11 fe 00 00 c0 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:0c.1 CardBus bridge: Texas Instruments PCI4450 PC card Cardbus Controller
	Subsystem: NEC Corporation: Unknown device 80b6
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 168, cache line size 08
	Interrupt: pin B routed to IRQ 5
	Region 0: Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=06, subordinate=09, sec-latency=176
	Memory window 0: 10c00000-10fff000 (prefetchable)
	Memory window 1: 11000000-113ff000
	I/O window 0: 00001400-000014ff
	I/O window 1: 00001800-000018ff
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
	16-bit legacy interface ports at 0001
00: 4c 10 40 ac 07 00 10 02 00 00 07 06 08 a8 82 00
10: 00 10 00 10 a0 00 00 22 00 06 09 b0 00 00 c0 10
20: 00 f0 ff 10 00 00 00 11 00 f0 3f 11 00 14 00 00
30: fc 14 00 00 00 18 00 00 fc 18 00 00 ff 02 00 05
40: 33 10 b6 80 01 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 61 b0 44 08 00 84 00 00 88 00 0f 00 02 00 00 10
90: e0 03 66 66 00 00 00 00 00 00 00 00 00 00 00 00
a0: 01 00 11 fe 00 80 c0 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

00:0c.2 FireWire (IEEE 1394): Texas Instruments: Unknown device 8011 (prog-if 10 [OHCI])
	Subsystem: NEC Corporation: Unknown device 80b6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (750ns min, 1000ns max), cache line size 08
	Interrupt: pin C routed to IRQ 5
	Region 0: Memory at febff000 (32-bit, non-prefetchable) [size=2K]
	Region 1: Memory at febf8000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [44] Power Management version 1
		Flags: PMEClk- DSI- D1- D2+ AuxCurrent=0mA PME(D0-,D1-,D2+,D3hot+,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00: 4c 10 11 80 16 01 10 02 00 10 00 0c 08 20 80 00
10: 00 f0 bf fe 00 80 bf fe 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 33 10 b6 80
30: 00 00 00 00 44 00 00 00 00 00 00 00 05 03 03 04
40: 00 00 00 00 01 00 11 64 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 24 00 00 86 10 00 00 33 10 b6 80 00 00 00 00

00:0f.0 Communication controller: Lucent Microelectronics LT WinModem
	Subsystem: NEC Corporation: Unknown device 80a8
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (63000ns min, 3500ns max)
	Interrupt: pin A routed to IRQ 5
	Region 0: Memory at febfff00 (32-bit, non-prefetchable) [size=256]
	Region 1: I/O ports at eff0 [size=8]
	Region 2: I/O ports at e800 [size=256]
	Capabilities: [f8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=160mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00: c1 11 50 04 07 01 90 02 00 00 80 07 00 20 00 00
10: 00 ff bf fe f1 ef 00 00 01 e8 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 40 00 00 00 33 10 a8 80
30: 00 00 00 00 f8 00 00 00 00 00 00 00 05 01 fc 0e
40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f0: ff ff ff ff 00 00 00 00 01 00 f2 c0 00 00 00 00

01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64) (prog-if 00 [VGA])
	Subsystem: NEC Corporation: Unknown device 80b7
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (2000ns min), cache line size 08
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: I/O ports at d800 [size=256]
	Region 2: Memory at feaff000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at feac0000 [disabled] [size=128K]
	Capabilities: [50] AGP version 1.0
		Status: RQ=255 SBA+ 64bit- FW- Rate=x1,x2
		Command: RQ=0 SBA- AGP- 64bit- FW- Rate=<none>
	Capabilities: [5c] Power Management version 1
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
00: 02 10 4d 4c 87 00 90 02 64 00 00 03 08 20 00 00
10: 00 00 00 fd 01 d8 00 00 00 f0 af fe 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 33 10 b7 80
30: 00 00 ac fe 50 00 00 00 00 00 00 00 0a 01 08 00
40: 0c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 02 5c 10 00 03 02 00 ff 00 00 00 00 01 00 01 06
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

06:00.0 Ethernet controller: 3Com Corporation 3CCFE575CT Cyclone CardBus (rev 10)
	Subsystem: 3Com Corporation FE575C-3Com 10/100 LAN CardBus-Fast Ethernet
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 64 (2500ns min, 1250ns max)
	Interrupt: pin A routed to IRQ 5
	Region 0: I/O ports at 1400 [size=256]
	Region 1: Memory at 11000000 (32-bit, non-prefetchable) [size=128]
	Region 2: Memory at 11000080 (32-bit, non-prefetchable) [size=128]
	Expansion ROM at 10c00000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=1 PME-
00: b7 10 57 52 07 00 10 02 10 00 00 02 00 40 00 00
10: 01 14 00 00 00 00 00 11 80 00 00 11 00 00 00 00
20: 00 00 00 00 00 00 00 00 90 00 00 00 b7 10 57 5c
30: 00 00 c0 10 50 00 00 00 00 00 00 00 05 01 0a 05
40: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
50: 01 00 12 f6 00 20 00 00 00 00 00 00 00 00 00 00
60: 04 00 ab 75 cc 6f 57 53 c7 04 48 00 53 4c 50 6d
70: 00 30 09 00 04 00 ab 75 cc 6f 10 20 00 00 06 00
80: a6 32 78 15 00 00 60 80 10 00 00 00 00 00 ab 00
90: 13 03 43 49 53 20 04 01 01 57 52 04 06 03 01 00
a0: 00 00 00 05 0d 41 9a 01 b5 1e 01 b5 1e 02 30 ff
b0: ff 01 07 06 11 00 40 00 00 00 15 34 05 00 33 43
c0: 6f 6d 20 43 6f 72 70 6f 72 61 74 69 6f 6e 00 33
d0: 43 43 46 45 35 37 35 43 54 00 4c 41 4e 20 43 61
e0: 72 64 62 75 73 20 43 61 72 64 00 30 30 34 00 ff
f0: 21 02 06 01 ff ff ff ff ff ff ff ff ff ff ff ff


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.5.65-mm1: eth0: Transmit error, Tx status register 90
  2003-03-19  1:30 Felipe Alfaro Solana
@ 2003-03-19  3:18 ` Andrew Morton
  2003-03-19 19:03   ` Dave Jones
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2003-03-19  3:18 UTC (permalink / raw)
  To: Felipe Alfaro Solana; +Cc: linux-kernel

"Felipe Alfaro Solana" <felipe_alfaro@linuxmail.org> wrote:
>
> Hi, 
>  
> I've been benchmarking file copy operations between 2.5.65-mm1 
> and 2.4.20-2.51 since I have noticed that transferring files from my 
> 2.4.20 machine to 2.5.65-mm1 gives an steady 10MBps throughput 
> but doing the opposite (from 2.5.65-mm1 to 2.4.20) gives me a 
> mere 3MBps throughput. 

Is it slow with both scp and NFS?  Or just NFS?

If just NFS then yes, I see this too.  Transferring files 2.5->2.4 over NFS
is several times slower than 2.4->2.4 or 2.5->2.5.  Quite repeatable.

> After transferring a 256MB file using NFS and SCP, I have noticed 
> several "eth0: Transmit error, Tx status register 90.". I have attached 
> dmesg output, ioports, iomem, lsmod and lspci. 

That's a transmit underrun.  The PCI/memory system was not able to feed data
into the NIC fast enough.

Please determine when this started.  2.5.64 would be a good kernel to test
because it doesn't have the PCI changes.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* 2.5.65-mm1: eth0: Transmit error, Tx status register 90
@ 2003-03-19  1:30 Felipe Alfaro Solana
  2003-03-19  3:18 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Felipe Alfaro Solana @ 2003-03-19  1:30 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

Hi, 
 
I've been benchmarking file copy operations between 2.5.65-mm1 
and 2.4.20-2.51 since I have noticed that transferring files from my 
2.4.20 machine to 2.5.65-mm1 gives an steady 10MBps throughput 
but doing the opposite (from 2.5.65-mm1 to 2.4.20) gives me a 
mere 3MBps throughput. 
 
After transferring a 256MB file using NFS and SCP, I have noticed 
several "eth0: Transmit error, Tx status register 90.". I have attached 
dmesg output, ioports, iomem, lsmod and lspci. 
 
Any ideas on what's happing here? Why network transfers do 
complete in less time when sending data from 2.40.20  to 
2.5.65-mm1 kernel, but take more than twice when doing the 
opposite? 
 
Thanks! 
 
   Felipe 
-- 
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

[-- Attachment #2: dmesg --]
[-- Type: application/octet-stream, Size: 15424 bytes --]

mit list 0ee195c0 vs. 8ee19520.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000000ae
  7: @8ee19660  length 800000ae status 000000ae
  8: @8ee19700  length 800000ae status 800000ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 25556(4) current 25560(8)
  Transmit list 0ee19520 vs. 8ee19480.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000000ae
  6: @8ee195c0  length 800000ae status 000000ae
  7: @8ee19660  length 800000ae status 800000ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 25779(3) current 25783(7)
  Transmit list 0ee19520 vs. 8ee193e0.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000000ae
  6: @8ee195c0  length 800000ae status 800000ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 27741(13) current 27745(1)
  Transmit list 0ee19b60 vs. 8ee19a20.
  0: @8ee19200  length 800000ae status 800000ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000000ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 29807(15) current 29811(3)
  Transmit list 0ee19200 vs. 8ee19b60.
  0: @8ee19200  length 800000ae status 000000ae
  1: @8ee192a0  length 800000ae status 000000ae
  2: @8ee19340  length 800000ae status 800000ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 30914(2) current 30918(6)
  Transmit list 0ee19480 vs. 8ee19340.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000000ae
  5: @8ee19520  length 800000ae status 800000ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 33689(9) current 33693(13)
  Transmit list 0ee19840 vs. 8ee197a0.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000000ae
  11: @8ee198e0  length 800000ae status 000000ae
  12: @8ee19980  length 800000ae status 800000ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 34136(8) current 34140(12)
  Transmit list 0ee198e0 vs. 8ee19700.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 800000ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 36757(5) current 36761(9)
  Transmit list 0ee195c0 vs. 8ee19520.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000000ae
  7: @8ee19660  length 800000ae status 000000ae
  8: @8ee19700  length 800000ae status 800000ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 37284(4) current 37288(8)
  Transmit list 0ee19520 vs. 8ee19480.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000000ae
  6: @8ee195c0  length 800000ae status 000000ae
  7: @8ee19660  length 800000ae status 800000ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 40189(13) current 40193(1)
  Transmit list 0ee19b60 vs. 8ee19a20.
  0: @8ee19200  length 800000ae status 800000ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000000ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 40471(7) current 40475(11)
  Transmit list 0ee19840 vs. 8ee19660.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 800000ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 41080(8) current 41084(12)
  Transmit list 0ee197a0 vs. 8ee19700.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000000ae
  10: @8ee19840  length 800000ae status 000000ae
  11: @8ee198e0  length 800000ae status 800000ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 43127(7) current 43131(11)
  Transmit list 0ee19700 vs. 8ee19660.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000000ae
  9: @8ee197a0  length 800000ae status 000000ae
  10: @8ee19840  length 800000ae status 800000ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 43606(6) current 43610(10)
  Transmit list 0ee19660 vs. 8ee195c0.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000000ae
  8: @8ee19700  length 800000ae status 000000ae
  9: @8ee197a0  length 800000ae status 800000ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 47173(5) current 47177(9)
  Transmit list 0ee195c0 vs. 8ee19520.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000000ae
  7: @8ee19660  length 800000ae status 000000ae
  8: @8ee19700  length 800000ae status 800000ae
  9: @8ee197a0  length 800000ae status 000100ae
  10: @8ee19840  length 800000ae status 000100ae
  11: @8ee198e0  length 800000ae status 000100ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae
eth0: Transmit error, Tx status register 90.
  Flags; bus-master 1, dirty 50152(8) current 50156(12)
  Transmit list 0ee197a0 vs. 8ee19700.
  0: @8ee19200  length 800000ae status 000100ae
  1: @8ee192a0  length 800000ae status 000100ae
  2: @8ee19340  length 800000ae status 000100ae
  3: @8ee193e0  length 800000ae status 000100ae
  4: @8ee19480  length 800000ae status 000100ae
  5: @8ee19520  length 800000ae status 000100ae
  6: @8ee195c0  length 800000ae status 000100ae
  7: @8ee19660  length 800000ae status 000100ae
  8: @8ee19700  length 800000ae status 000100ae
  9: @8ee197a0  length 800000ae status 000000ae
  10: @8ee19840  length 800000ae status 000000ae
  11: @8ee198e0  length 800000ae status 800000ae
  12: @8ee19980  length 800000ae status 000100ae
  13: @8ee19a20  length 800000ae status 000100ae
  14: @8ee19ac0  length 800000ae status 000100ae
  15: @8ee19b60  length 800000ae status 000100ae

[-- Attachment #3: iomem --]
[-- Type: application/octet-stream, Size: 1325 bytes --]

00000000-0009fbff : System RAM
0009fc00-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000c7fff : Video ROM
000f0000-000fffff : System ROM
00100000-0ffeffff : System RAM
  00100000-0025086f : Kernel code
  00250870-002ba803 : Kernel data
0fff0000-0fff7fff : ACPI Tables
0fff8000-0fffffff : ACPI Non-volatile Storage
10000000-10000fff : Texas Instruments PCI4450 PC card Card
10001000-10001fff : Texas Instruments PCI4450 PC card Card (#2)
10400000-107fffff : PCI CardBus #02
10800000-10bfffff : PCI CardBus #02
10c00000-10ffffff : PCI CardBus #06
  10c00000-10c1ffff : PCI device 10b7:5257
11000000-113fffff : PCI CardBus #06
  11000000-1100007f : PCI device 10b7:5257
  11000080-110000ff : PCI device 10b7:5257
dc800000-dc8fffff : PCI Bus #01
e0000000-efffffff : Intel Corp. 440BX/ZX/DX - 82443B
fca00000-feafffff : PCI Bus #01
  fd000000-fdffffff : ATI Technologies Inc Rage Mobility P/M AG
  feaff000-feafffff : ATI Technologies Inc Rage Mobility P/M AG
febf0000-febf7fff : Yamaha Corporation YMF-754 [DS-1E Audio
  febf0000-febf7fff : YMFPCI
febf8000-febfbfff : PCI device 104c:8011 (Texas Instruments)
febff000-febff7ff : PCI device 104c:8011 (Texas Instruments)
febfff00-febfffff : Lucent Microelectron LT WinModem
fec00000-fec00fff : reserved
fee00000-fee00fff : reserved
fff80000-ffffffff : reserved

[-- Attachment #4: ioports --]
[-- Type: application/octet-stream, Size: 1040 bytes --]

0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
02c0-02c3 : PCI CardBus #02
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
0400-043f : Intel Corp. 82371AB/EB/MB PIIX4 
0440-045f : Intel Corp. 82371AB/EB/MB PIIX4 
0cf8-0cff : PCI conf1
1000-10ff : PCI CardBus #02
1400-14ff : PCI CardBus #06
  1400-14ff : PCI device 10b7:5257
    1400-147f : 06:00.0
1800-18ff : PCI CardBus #06
d000-dfff : PCI Bus #01
  d800-d8ff : ATI Technologies Inc Rage Mobility P/M AG
e800-e8ff : Lucent Microelectron LT WinModem
ef00-ef3f : Yamaha Corporation YMF-754 [DS-1E Audio
  ef00-ef01 : OPL2/3 (left)
  ef02-ef03 : OPL2/3 (right)
  ef20-ef21 : MPU401 UART
ef80-ef9f : Intel Corp. 82371AB/EB/MB PIIX4 
  ef80-ef9f : uhci-hcd
efe4-efe7 : Yamaha Corporation YMF-754 [DS-1E Audio
eff0-eff7 : Lucent Microelectron LT WinModem
ffa0-ffaf : Intel Corp. 82371AB/EB/MB PIIX4 
  ffa0-ffa7 : ide0
  ffa8-ffaf : ide1

[-- Attachment #5: lsmod --]
[-- Type: application/octet-stream, Size: 1036 bytes --]

Module                  Size  Used by
nfs                    77456  1 
lockd                  48592  2 nfs,[unsafe]
sunrpc                 97220  5 nfs,lockd,[unsafe]
snd_pcm_oss            40132  0 
snd_mixer_oss          13248  1 snd_pcm_oss
snd_ymfpci             46304  0 
snd_ac97_codec         34020  1 snd_ymfpci
snd_pcm                61248  2 snd_pcm_oss,snd_ymfpci
snd_opl3_lib            6272  1 snd_ymfpci
snd_timer              11424  2 snd_pcm,snd_opl3_lib
snd_hwdep               3616  1 snd_opl3_lib
snd_mpu401_uart         3328  1 snd_ymfpci
snd_rawmidi            13792  1 snd_mpu401_uart
snd                    30820  10 snd_pcm_oss,snd_mixer_oss,snd_ymfpci,snd_ac97_codec,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi
soundcore               4000  1 snd
3c59x                  32136  1 
ipt_state                544  1 
ip_conntrack           18924  1 ipt_state
iptable_filter           960  1 [unsafe]
ip_tables              12224  2 ipt_state,iptable_filter
mousedev                5176  1 

[-- Attachment #6: lspci --]
[-- Type: application/octet-stream, Size: 4040 bytes --]

00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
	Flags: bus master, medium devsel, latency 32
	Memory at e0000000 (32-bit, prefetchable) [size=256M]
	Capabilities: <available only to root>

00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, 66Mhz, medium devsel, latency 32
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fca00000-feafffff
	Prefetchable memory behind bridge: dc800000-dc8fffff

00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
	Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
	Flags: bus master, medium devsel, latency 32
	I/O ports at ffa0 [size=16]

00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
	Flags: bus master, medium devsel, latency 32, IRQ 9
	I/O ports at ef80 [size=32]

00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 03)
	Flags: medium devsel, IRQ 9

00:09.0 Multimedia audio controller: Yamaha Corporation YMF-754 [DS-1E Audio Controller]
	Subsystem: NEC Corporation: Unknown device 80b5
	Flags: bus master, medium devsel, latency 32, IRQ 5
	Memory at febf0000 (32-bit, non-prefetchable) [size=32K]
	I/O ports at ef00 [size=64]
	I/O ports at efe4 [size=4]
	Capabilities: <available only to root>

00:0c.0 CardBus bridge: Texas Instruments PCI4450 PC card Cardbus Controller
	Subsystem: NEC Corporation: Unknown device 80b6
	Flags: bus master, medium devsel, latency 168, IRQ 10
	Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
	Memory window 0: 10400000-107ff000 (prefetchable)
	Memory window 1: 10800000-10bff000
	I/O window 0: 000002c0-000002c3
	I/O window 1: 00001000-000010ff
	16-bit legacy interface ports at 0001

00:0c.1 CardBus bridge: Texas Instruments PCI4450 PC card Cardbus Controller
	Subsystem: NEC Corporation: Unknown device 80b6
	Flags: bus master, medium devsel, latency 168, IRQ 5
	Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=06, subordinate=09, sec-latency=176
	Memory window 0: 10c00000-10fff000 (prefetchable)
	Memory window 1: 11000000-113ff000
	I/O window 0: 00001400-000014ff
	I/O window 1: 00001800-000018ff
	16-bit legacy interface ports at 0001

00:0c.2 FireWire (IEEE 1394): Texas Instruments: Unknown device 8011 (prog-if 10 [OHCI])
	Subsystem: NEC Corporation: Unknown device 80b6
	Flags: bus master, medium devsel, latency 32, IRQ 5
	Memory at febff000 (32-bit, non-prefetchable) [size=2K]
	Memory at febf8000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <available only to root>

00:0f.0 Communication controller: Lucent Microelectronics LT WinModem
	Subsystem: NEC Corporation: Unknown device 80a8
	Flags: bus master, medium devsel, latency 32, IRQ 5
	Memory at febfff00 (32-bit, non-prefetchable) [size=256]
	I/O ports at eff0 [size=8]
	I/O ports at e800 [size=256]
	Capabilities: <available only to root>

01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64) (prog-if 00 [VGA])
	Subsystem: NEC Corporation: Unknown device 80b7
	Flags: bus master, stepping, medium devsel, latency 32, IRQ 10
	Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	I/O ports at d800 [size=256]
	Memory at feaff000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at feac0000 [disabled] [size=128K]
	Capabilities: <available only to root>

06:00.0 Ethernet controller: 3Com Corporation 3CCFE575CT Cyclone CardBus (rev 10)
	Subsystem: 3Com Corporation FE575C-3Com 10/100 LAN CardBus-Fast Ethernet
	Flags: bus master, medium devsel, latency 64, IRQ 5
	I/O ports at 1400 [size=256]
	Memory at 11000000 (32-bit, non-prefetchable) [size=128]
	Memory at 11000080 (32-bit, non-prefetchable) [size=128]
	Expansion ROM at 10c00000 [disabled] [size=128K]
	Capabilities: <available only to root>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-03-19 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-19 11:24 2.5.65-mm1: eth0: Transmit error, Tx status register 90 Felipe Alfaro Solana
2003-03-19 11:32 ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2003-03-19 12:44 Felipe Alfaro Solana
2003-03-19  1:30 Felipe Alfaro Solana
2003-03-19  3:18 ` Andrew Morton
2003-03-19 19:03   ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).