Hi,

FreeBSD bree.elfwind.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jan 18 09:05:06 GMT 
2003     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RV  i386

Just received a kernel panic ("don't do that") whilst attemping to
upload the firmware for an Alcatel USB ADSL modem.

#10 0xc024fa3b in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:517
#11 0xc022bd52 in destroy_dev (dev=0xc43b7600)
    at /usr/src/sys/kern/kern_conf.c:377
#12 0xc01e1edf in ugen_destroy_devnodes (sc=0xc4057000)
    at /usr/src/sys/dev/usb/ugen.c:293
#13 0xc01e1f07 in ugen_set_config (sc=0xc4057000, configno=1)
    at /usr/src/sys/dev/usb/ugen.c:315
#14 0xc01e34b4 in ugen_do_ioctl (sc=0xc4057000, endpt=0, cmd=0,
    addr=0xd7ae9c48 "\001", flag=0, p=0xc3fe39a0)
    at /usr/src/sys/dev/usb/ugen.c:1149

Full kernel config and gdb backtrace attached. If you need any
more info, please let me know.

 -Russell

#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files. 
# If you are in doubt as to the purpose or necessity of a line, check first 
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.372 2003/01/16 00:21:52 sam Exp $

machine         i386
cpu             I686_CPU
ident           RV
maxusers        0

#To statically compile in device wiring instead of /boot/device.hints
#hints          "GENERIC.hints"         #Default places to look for devices.

makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols

options         INET                    #InterNETworking
options         INET6                   #IPv6 communications protocols
options         FFS                     #Berkeley Fast Filesystem
options         SOFTUPDATES             #Enable FFS soft updates support
options         UFS_ACL                 #Support for access control lists
options         UFS_DIRHASH             #Improve performance on big directories
options         MD_ROOT                 #MD is a potential root device
options         NFSCLIENT               #Network Filesystem Client
options         NFSSERVER               #Network Filesystem Server
options         NFS_ROOT                #NFS usable as root device, requires NFSCLIENT
options         MSDOSFS                 #MSDOS Filesystem
options         CD9660                  #ISO 9660 Filesystem
options         PROCFS                  #Process filesystem (requires PSEUDOFS)
options         PSEUDOFS                #Pseudo-filesystem framework
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         COMPAT_FREEBSD4         #Compatible with FreeBSD4
options         SCSI_DELAY=15000        #Delay (in ms) before probing SCSI
options         KTRACE                  #ktrace(1) support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores
options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
                                        # output.  Adds ~128k to driver.
options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
                                        # output.  Adds ~215k to driver.

# Debugging for use in -current
options         DDB                     #Enable the kernel debugger
#options        INVARIANTS              #Enable calls of extra sanity checking
#options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, 
required by INVARIANTS
#options        WITNESS                 #Enable checks to detect deadlocks and cycles
#options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed

# To make an SMP kernel, the next two are needed
#options        SMP                     # Symmetric MultiProcessor Kernel
#options        APIC_IO                 # Symmetric (APIC) I/O

device          isa
device          eisa
device          pci

# Floppy drives
device          fdc

# ATA and ATAPI devices
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
device          atapifd                 # ATAPI floppy drives
device          atapist                 # ATAPI tape drives
options         ATA_STATIC_ID           #Static device numbering

# SCSI peripherals
device          scbus           # SCSI bus (required)
device          ch              # SCSI media changers
device          da              # Direct Access (disks)
device          sa              # Sequential Access (tape etc)
device          cd              # CD
device          pass            # Passthrough device (direct SCSI access)
device          ses             # SCSI Environmental Services (and SAF-TE)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device          atkbdc          # AT keyboard controller
device          atkbd           # AT keyboard
device          psm             # PS/2 mouse

device          vga             # VGA video card driver

device          splash          # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device          sc

# Enable this for the pcvt (VT220 compatible) console driver
#device         vt
#options        XSERVER                 # support for X server on a vt console
#options        FAT_CURSOR              # start with block cursor

device          agp             # support several AGP chipsets

# Floating point support - do not disable.
device          npx

# Power management support (see NOTES for more options)
#device         apm
# Add suspend/resume support for the i8254.
device          pmtimer

# PCCARD (PCMCIA) support
# Pcmcia and cardbus bridge support
device          cbb                     # cardbus (yenta) bridge
#device         pcic                    # ExCA ISA and PCI bridges
device          pccard                  # PC Card (16-bit) bus
device          cardbus                 # CardBus (32-bit) bus

# Serial (COM) ports
device          sio             # 8250, 16[45]50 based serial ports

# Parallel port
device          ppc
device          ppbus           # Parallel port bus (required)
device          lpt             # Printer
device          plip            # TCP/IP over parallel
device          ppi             # Parallel port interface device
#device         vpo             # Requires scbus and da


# PCI Ethernet NICs.
device          de              # DEC/Intel DC21x4x (``Tulip'')
device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card
device          txp             # 3Com 3cR990 (``Typhoon'')
device          vx              # 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device          miibus          # MII bus support
device          dc              # DEC/Intel 21143 and various workalikes
device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
device          rl              # RealTek 8129/8139
device          sf              # Adaptec AIC-6915 (``Starfire'')
device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
device          ste             # Sundance ST201 (D-Link DFE-550TX)
device          tl              # Texas Instruments ThunderLAN
device          tx              # SMC EtherPower II (83c170 ``EPIC'')
device          vr              # VIA Rhine, Rhine II
device          wb              # Winbond W89C840F
device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device          bge             # Broadcom BCM570xx Gigabit Ethernet

# ISA Ethernet NICs.  pccard nics included.
device          cs              # Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
device          ex              # Intel EtherExpress Pro/10 and Pro/10+
device          ep              # Etherlink III based cards
device          fe              # Fujitsu MB8696x based cards
device          lnc             # NE2100, NE32-VL Lance Ethernet cards
device          sn              # SMC's 9000 series of ethernet chips
device          xe              # Xircom pccard ethernet

# ISA devices that use the old ISA shims
#device         le

# Wireless NIC cards
device          wlan            # 802.11 support
device          an              # Aironet 4500/4800 802.11 wireless NICs. 
device          awi             # BayStack 660 and others
device          wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device         wl              # Older non 802.11 Wavelan wireless NIC.

# Pseudo devices - the number indicates how many units to allocate.
device          random          # Entropy device
device          loop            # Network loopback
device          ether           # Ethernet support
device          sl              # Kernel SLIP
device          ppp             # Kernel PPP
device          tun             # Packet tunnel.
device          pty             # Pseudo-ttys (telnet etc)
device          md              # Memory "disks"
device          gif             # IPv6 and IPv4 tunneling
device          faith           # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device          bpf             # Berkeley packet filter

# USB support
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
#device         udbp            # USB Double Bulk Pipe devices
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
device          ukbd            # Keyboard
device          ulpt            # Printer
device          umass           # Disks/Mass storage - Requires scbus and da
device          ums             # Mouse
device          urio            # Diamond Rio 500 MP3 player
device          uscanner        # Scanners
# USB Ethernet, requires mii
device          aue             # ADMtek USB ethernet
device          cue             # CATC USB ethernet
device          kue             # Kawasaki LSI USB ethernet
bree# gdb -k kernel.debug vmcore.0
GNU gdb 5.2.1 (FreeBSD)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-undermydesk-freebsd"...
panic: from debugger
panic messages:
---
panic: don't do that
panic: from debugger
Uptime: 23m50s
Dumping 511 MB
ata0: resetting devices ..
done
 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 272 288 304 320 336 352 368 
384 400 416 432 448 464 480 496
---
#0  doadump () at /usr/src/sys/kern/kern_shutdown.c:232
232             dumping++;
(kgdb) bt
#0  doadump () at /usr/src/sys/kern/kern_shutdown.c:232
#1  0xc024f7f9 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:364
#2  0xc024fa53 in panic () at /usr/src/sys/kern/kern_shutdown.c:531
#3  0xc0148502 in db_panic () at /usr/src/sys/ddb/db_command.c:448
#4  0xc0148482 in db_command (last_cmdp=0xc0443b40, cmd_table=0x0, 
    aux_cmd_tablep=0xc043cf64, aux_cmd_tablep_end=0xc043cf68)
    at /usr/src/sys/ddb/db_command.c:346
#5  0xc0148596 in db_command_loop () at /usr/src/sys/ddb/db_command.c:470
#6  0xc014b37a in db_trap (type=3, code=0) at /usr/src/sys/ddb/db_trap.c:72
#7  0xc03ce812 in kdb_trap (type=3, code=0, regs=0xd7ae9910)
    at /usr/src/sys/i386/i386/db_interface.c:166
#8  0xc03dfc6a in trap (frame=
      {tf_fs = 24, tf_es = 16, tf_ds = 16, tf_edi = -1006749280, tf_esi = 256, tf_ebp 
= -676423332, tf_isp = -676423364, tf_ebx = 0, tf_edx = 0, tf_ecx = 32, tf_eax = 18, 
tf_trapno = 3, tf_err = 0, tf_eip = -1069749580, tf_cs = 8, tf_eflags = 658, tf_esp = 
-1069323467, tf_ss = -1069403885})
    at /usr/src/sys/i386/i386/trap.c:603
#9  0xc03d00f8 in calltrap () at {standard input}:98
#10 0xc024fa3b in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:517
#11 0xc022bd52 in destroy_dev (dev=0xc43b7600)
    at /usr/src/sys/kern/kern_conf.c:377
#12 0xc01e1edf in ugen_destroy_devnodes (sc=0xc4057000)
    at /usr/src/sys/dev/usb/ugen.c:293
#13 0xc01e1f07 in ugen_set_config (sc=0xc4057000, configno=1)
    at /usr/src/sys/dev/usb/ugen.c:315
#14 0xc01e34b4 in ugen_do_ioctl (sc=0xc4057000, endpt=0, cmd=0, 
    addr=0xd7ae9c48 "\001", flag=0, p=0xc3fe39a0)
    at /usr/src/sys/dev/usb/ugen.c:1149
#15 0xc01e3ab7 in ugenioctl (dev=0xd7ae9c48, cmd=0, addr=0x0, flag=0, p=0x0)
    at /usr/src/sys/dev/usb/ugen.c:1356
#16 0xc0214199 in spec_ioctl (ap=0x0)
    at /usr/src/sys/fs/specfs/spec_vnops.c:349
#17 0xc0213938 in spec_vnoperate (ap=0x0)
    at /usr/src/sys/fs/specfs/spec_vnops.c:123
#18 0xc02b18c1 in vn_ioctl (fp=0xc41fb690, com=2147767653, data=0xd7ae9c48, 
    active_cred=0xc4376780, td=0xc3fe39a0) at vnode_if.h:488
#19 0xc0272333 in ioctl (td=0xc3fe39a0, uap=0xd7ae9d10) at file.h:247
#20 0xc03e05aa in syscall (frame=
      {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134524735, tf_esi = -1077936943, 
tf_ebp = -1077938392, tf_isp = -676422284, tf_ebx = 134537264, tf_edx = 1, tf_ecx = 5, 
tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 671830851, tf_cs = 31, tf_eflags = 
642, tf_esp = -1077938420, tf_ss = 47})
    at /usr/src/sys/i386/i386/trap.c:1033
#21 0xc03d014d in Xint0x80_syscall () at {standard input}:140
---Can't read userspace from dump, or kernel process---

(kgdb) up 12
#12 0xc01e1edf in ugen_destroy_devnodes (sc=0xc4057000)
    at /usr/src/sys/dev/usb/ugen.c:293
293                             destroy_dev(dev);
(kgdb) list
288                                     UGENMINOR(USBDEVUNIT(sc->sc_dev), endptno));
289                             vp = SLIST_FIRST(&dev->si_hlist);
290                             if (vp)
291                                     VOP_REVOKE(vp, REVOKEALL);
292
293                             destroy_dev(dev);
294                     }
295             }
296     }
297     #endif
(kgdb) print *dev
$1 = {si_flags = 0, si_atime = {tv_sec = 0, tv_nsec = 0}, si_ctime = {
    tv_sec = 0, tv_nsec = 0}, si_mtime = {tv_sec = 0, tv_nsec = 0}, 
  si_udev = 29190, si_hash = {le_next = 0x0, le_prev = 0xc0496484}, 
  si_hlist = {slh_first = 0x0}, si_children = {lh_first = 0x0}, si_siblings = {
    le_next = 0x0, le_prev = 0x0}, si_parent = 0x0, si_inode = 0, 
  si_name = '\0' <repeats 15 times>, si_drv1 = 0x0, si_drv2 = 0x0, 
  si_devsw = 0x0, si_iosize_max = 0, si_uid = 0, si_gid = 0, si_mode = 0, 
  si_usecount = 0, __si_u = {__si_tty = {__sit_tty = 0x0}, __si_disk = {
      __sid_disk = 0x0, __sid_mountpoint = 0x0, __sid_bsize_phys = 0, 
      __sid_bsize_best = 0, __sid_snapshots = {tqh_first = 0x0, 
        tqh_last = 0xc43b7680}, __sid_snaplistsize = 0, 
      __sid_snapblklist = 0x0, __sid_copyonwrite = 0}}}
(kgdb) up
#13 0xc01e1f07 in ugen_set_config (sc=0xc4057000, configno=1)
    at /usr/src/sys/dev/usb/ugen.c:315
315             ugen_destroy_devnodes(sc);
(kgdb) list
310
311             DPRINTFN(1,("ugen_set_config: %s to configno %d, sc=%p\n",
312                         USBDEVNAME(sc->sc_dev), configno, sc));
313
314     #if defined(__FreeBSD__)
315             ugen_destroy_devnodes(sc);
316     #endif
317
318             /* We start at 1, not 0, because we don't care whether the
319              * control endpoint is open or not. It is always present.
(kgdb) print *sc
$2 = {sc_dev = 0xc4a79d00, sc_udev = 0xc45cf700, 
  sc_is_open = "\001", '\0' <repeats 14 times>, sc_endpoints = {{{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0xc4057000, edesc = 0xc4a1fd12, iface = 0xc4a7a180, 
        state = 0, pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
---Type <return> to continue, or q <return> to quit---
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{
        sc = 0xc4057000, edesc = 0xc4a1fd85, iface = 0xc4a7a1b8, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}, {
        sc = 0xc4057000, edesc = 0xc4a1fd8c, iface = 0xc4a7a1b8, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
---Type <return> to continue, or q <return> to quit---
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{
        sc = 0xc4057000, edesc = 0xc4a1fd49, iface = 0xc4a7a19c, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}, {sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}}, {{sc = 0xc4057000, edesc = 0xc4a1fd50, 
        iface = 0xc4a7a19c, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0xc4057000, edesc = 0xc4a1fd57, iface = 0xc4a7a19c, 
        state = 0, pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
---Type <return> to continue, or q <return> to quit---
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
---Type <return> to continue, or q <return> to quit---
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
---Type <return> to continue, or q <return> to quit---
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}, {{sc = 0x0, 
        edesc = 0x0, iface = 0x0, state = 0, pipeh = 0x0, q = {c_cc = 0, 
          c_cbcount = 0, c_cbmax = 0, c_cbreserved = 0, c_cf = 0x0, 
          c_cl = 0x0}, rsel = {si_thrlist = {tqe_next = 0x0, tqe_prev = 0x0}, 
          si_thread = 0x0, si_note = {slh_first = 0x0}, si_flags = 0}, 
        ibuf = 0x0, fill = 0x0, limit = 0x0, cur = 0x0, timeout = 0, 
        isoreqs = {{sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}, {sce = 0x0, xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 
              0}}}}, {sc = 0x0, edesc = 0x0, iface = 0x0, state = 0, 
        pipeh = 0x0, q = {c_cc = 0, c_cbcount = 0, c_cbmax = 0, 
          c_cbreserved = 0, c_cf = 0x0, c_cl = 0x0}, rsel = {si_thrlist = {
            tqe_next = 0x0, tqe_prev = 0x0}, si_thread = 0x0, si_note = {
            slh_first = 0x0}, si_flags = 0}, ibuf = 0x0, fill = 0x0, 
        limit = 0x0, cur = 0x0, timeout = 0, isoreqs = {{sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}, {sce = 0x0, 
            xfer = 0x0, dmabuf = 0x0, sizes = {0, 0, 0, 0}}}}}}, 
  sc_refcnt = 1, sc_dying = 0 '\0'}
(kgdb) 

Reply via email to