From owner-freebsd-bugs Tue Aug 6 6:30:43 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5943E37B405 for ; Tue, 6 Aug 2002 06:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF8943E75 for ; Tue, 6 Aug 2002 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76DU1JU043004 for ; Tue, 6 Aug 2002 06:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76DU1bq043003; Tue, 6 Aug 2002 06:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4038837B400 for ; Tue, 6 Aug 2002 06:21:35 -0700 (PDT) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F1B43E42 for ; Tue, 6 Aug 2002 06:21:34 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost.hcs.de [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id 02F60155CF for ; Tue, 6 Aug 2002 15:21:32 +0200 (CEST) Received: from hmnote.hcs.de (hmnote.hcs.de [172.24.124.121]) by hcshh.hcs.de (Postfix) with ESMTP id 7E8C0155C3 for ; Tue, 6 Aug 2002 15:21:29 +0200 (CEST) Received: by hmnote.hcs.de (Postfix, from userid 100) id 7532E147; Tue, 6 Aug 2002 15:21:29 +0200 (CEST) Message-Id: <20020806132129.7532E147@hmnote.hcs.de> Date: Tue, 6 Aug 2002 15:21:29 +0200 (CEST) From: Hellmuth Michaelis Reply-To: Hellmuth Michaelis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/41374: panic: Removing other than first element Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41374 >Category: kern >Synopsis: panic: Removing other than first element >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 06 06:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hellmuth Michaelis >Release: FreeBSD 4.6-STABLE >Organization: >Environment: System: FreeBSD 4.6-STABLE FreeBSD 4.6-STABLE #1: Sun Aug 4 11:16:32 CEST 2002 Kernel config: -------------- machine i386 cpu I586_CPU ident ERNIE maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=3000 #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 P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # USB debugging options DIAGNOSTIC # local stuff options DDB options DDB_UNATTENDED options MSGBUF_SIZE=40960 options IPFILTER options IPFILTER_LOG options NETGRAPH options NETGRAPH_ETHER options NETGRAPH_SOCKET options NETGRAPH_PPPOE options IPSEC options IPSEC_ESP options CONSPEED=9600 # Busses device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers device sym # NCR/Symbios Logic (newer chipsets) # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver device vt0 at isa? # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x30 irq 4 #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # AST 4port ser options COM_MULTIPORT device sio2 at isa? port 0x1a0 flags 0x501 device sio3 at isa? port 0x1a8 flags 0x501 device sio4 at isa? port 0x1b0 flags 0x501 device sio5 at isa? port 0x1b8 flags 0x501 irq 7 # PCI Ethernet NICs. device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ep # hardware monitoring device smbus device smb device viapm device iicbus device iicbb # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device bpf # Berkeley packet filter pseudo-device sppp # Generic Synchronous PPP # ISDN options ELSA_QS1PCI # ELSA Microlink PCI device isic0 options TEL_S0_16 # Teles S0/16 device isic1 at isa? port 0xd80 iomem 0xd0000 irq 9 flags 2 pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 2 pseudo-device "i4bisppp" 2 # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic # USB Ethernet, requires mii device aue # ADMtek USB ethernet Startup messages: ----------------- Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-STABLE #1: Sun Aug 4 11:16:32 CEST 2002 root@XXXXXXXXXXX:/usr/src/sys/compile/ERNIE Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 551252665 Hz CPU: AMD-K6(tm) 3D processor (551.25-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 167772160 (163840K bytes) avail memory = 159150080 (155420K bytes) Preloaded elf kernel "kernel" at 0xc03e8000. K6-family MTRR support enabled (2 registers) Using $PIR table, 7 entries at 0xc00fde20 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 10 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci_device_request: not done, ii=0xc0c1d900 uhub1: Texas Instruments UT-USB41 hub, class 9/0, rev 1.00/1.00, addr 2 uhub1: 4 ports with 4 removable, self powered uhci_device_intr_transfer: not done, ii=0xc0c1d8a0 uhci_device_request: not done, ii=0xc0c1d880 aue0: USBs USB 10/100 Fast Ethernet, rev 1.10/1.01, addr 3 aue0: Ethernet address: 00:50:ba:7e:e9:db miibus0: on aue0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto uhci_device_request: not done, ii=0xc0c1d720 ugen0: OmniVision OV511+ Camera, rev 1.00/1.00, addr 4 viapropm0: SMBus I/O base at 0x5000 viapropm0: port 0x5000-0x500f at device 7.3 on pci0 viapropm0: SMBus revision code 0x0 smb0: on smbus0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xd800-0xd87f mem 0xe7001000-0xe700107f irq 12 at device 17.0 on pci0 xl0: Ethernet address: 00:10:5a:f6:c4:a1 miibus1: on xl0 xlphy0: <3Com internal media interface> on miibus1 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sym0: <875> port 0xdc00-0xdcff mem 0xe7000000-0xe7000fff,0xe7003000-0xe70030ff irq 5 at device 18.0 on pci0 sym0: Tekram NVRAM, ID 7, Fast-20, SE, parity checking isic0: port 0xe400-0xe403,0xe000-0xe07f mem 0xe7002000-0xe700207f irq 12 at device 19.0 on pci0 isic0: passive stack unit 0 pcib1: on motherboard pci2: on pcib1 pci2: (vendor=0x0800, dev=0x0800) at 0.0 vt0 on isa0 vt0: unkown s3, 80 col, color, 8 scr, mf2-kbd, [R3.20-b24] vt0: driver is using old-style compatability shims orm0: