From owner-freebsd-stable@FreeBSD.ORG Thu Sep 18 23:46:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DABB516A4B3 for ; Thu, 18 Sep 2003 23:46:09 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0E943FB1 for ; Thu, 18 Sep 2003 23:46:07 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp02.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])h8J6k3eq024807; Fri, 19 Sep 2003 16:46:03 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp02.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2003091916460268:11051 ; Fri, 19 Sep 2003 16:46:02 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.9/8.12.9) with ESMTP id h8J6k27d003084; Fri, 19 Sep 2003 16:46:02 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9/8.12.9/Submit) id h8J6jv3O003083; Fri, 19 Sep 2003 16:45:57 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Fri, 19 Sep 2003 16:45:57 +1000 From: Peter Jeremy To: freebsd-stable@freebsd.org Message-ID: <20030919064556.GW91404@gsmx07.alcatel.com.au> Mail-Followup-To: freebsd-stable@freebsd.org, Andrew.Li@alcatel.com.au Mime-Version: 1.0 User-Agent: Mutt/1.4.1i X-MIMETrack: Itemize by SMTP Server on SYDSMTP02/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 19/09/2003 04:46:02 PM,|February 13, 2003) at 19/09/2003 04:46:03 PM, Serialize complete at 19/09/2003 04:46:03 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: kldload problem with 4.8-RELEASE-p7 on HP DL380 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 06:46:10 -0000 I have a HP DL380 with a DigiBoard Xem that I'm trying to use with FreeBSD 4.x. I've back-ported the digi device from -CURRENT as a kld but when I try to load it, the system wedges. Running exactly the same kernel on an older Compaq P1850 works. If I don't try to load digi.ko the system runs perfectly. Any ideas? If I can't get this fixed quickly, it'll be running RedHat instead of FreeBSD. I managed to get some crashdumps and they show the system idle: (kgdb) where #0 dumpsys () at /mnt/rpc/src/sys/kern/kern_shutdown.c:487 #1 0xc0169ae0 in boot (howto=256) at /mnt/rpc/src/sys/kern/kern_shutdown.c:316 #2 0xc0169f2d in panic (fmt=0xc024e2e4 "from debugger") at /mnt/rpc/src/sys/kern/kern_shutdown.c:595 #3 0xc0128989 in db_panic (addr=-1071486651, have_addr=0, count=-1, modif=0xc02862e0 "") at /mnt/rpc/src/sys/ddb/db_command.c:435 #4 0xc0128927 in db_command (last_cmdp=0xc02895c4, cmd_table=0xc0289404, aux_cmd_tablep=0xc02a5738) at /mnt/rpc/src/sys/ddb/db_command.c:333 #5 0xc01289ee in db_command_loop () at /mnt/rpc/src/sys/ddb/db_command.c:457 #6 0xc012abaf in db_trap (type=3, code=0) at /mnt/rpc/src/sys/ddb/db_trap.c:71 #7 0xc02266e6 in kdb_trap (type=3, code=0, regs=0xc02863e8) at /mnt/rpc/src/sys/i386/i386/db_interface.c:158 #8 0xc0234474 in trap (frame={tf_fs = -1056636912, tf_es = 16, tf_ds = 16, tf_edi = 0, tf_esi = -1070891904, tf_ebp = -1071094736, tf_isp = -1071094764, tf_ebx = 134, tf_edx = 4194304, tf_ecx = 32, tf_eax = 38, tf_trapno = 3, tf_err = 0, tf_eip = -1071486651, tf_cs = 8, tf_eflags = 582, tf_esp = -1071139777, tf_ss = -1071152439}) at /mnt/rpc/src/sys/i386/i386/trap.c:592 #9 0xc0226945 in Debugger (msg=0xc02782c9 "manual escape to debugger") at machine/cpufunc.h:67 #10 0xc022350a in scgetc (sc=0xc02bd8a0, flags=2) at /mnt/rpc/src/sys/dev/syscons/syscons.c:3164 #11 0xc022022d in sckbdevent (thiskbd=0xc02b6380, event=0, arg=0xc02bd8a0) at /mnt/rpc/src/sys/dev/syscons/syscons.c:617 #12 0xc0216fd7 in atkbd_intr (kbd=0xc02b6380, arg=0x0) at /mnt/rpc/src/sys/dev/kbd/atkbd.c:462 #13 0xc023f424 in atkbd_isa_intr (arg=0xc02b6380) at /mnt/rpc/src/sys/isa/atkbd_isa.c:140 #14 0xc0236769 in getit () at /mnt/rpc/src/sys/i386/isa/clock.c:417 #15 0xc0236801 in DELAY (n=100) at /mnt/rpc/src/sys/i386/isa/clock.c:486 #16 0xc012be71 in ata_intr (data=0xc1c72200) at /mnt/rpc/src/sys/dev/ata/ata-all.c:591 #17 0xc0239f27 in intr_mux (arg=0xc104b840) at /mnt/rpc/src/sys/i386/isa/intr_machdep.c:582 #18 0xc015d797 in statclock (frame=0xc02865a4) at /mnt/rpc/src/sys/kern/kern_clock.c:431 #19 0xc02366c1 in rtcintr (frame={cf_vec = 0, cf_ppl = 4194304, cf_fs = 4194320, cf_es = -1071120368, cf_ds = 4194320, cf_edi = 4194304, cf_esi = -1071507188, cf_ebp = -1071094260, -1071094312, cf_ebx = -1070868320, cf_edx = 4227072, cf_ecx = 15, cf_eax = 4194304, 0, 0, cf_eip = -1071478122, cf_cs = 8, cf_eflags = 647, cf_esp = -1071406021, cf_ss = -1072236050}) at /mnt/rpc/src/sys/i386/isa/clock.c:385 #20 0xc0228a96 in vec15 () #21 0xc0228993 in doreti_swi () (kgdb) ls Dmesg is: Copyright (c) 1992-2003 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.8-RELEASE-p7 #6: Fri Sep 19 14:14:55 EST 2003 root@aalp03.alcatel.com.au:/mnt/obj/mnt/rpc/src/sys/rpc Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 2388773052 Hz CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2388.77-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 536846336 (524264K bytes) avail memory = 519188480 (507020K bytes) Preloaded elf kernel "kernel" at 0xc031f000. VESA: v2.0, 8128k memory, flags:0x0, mode table:0xc02c4c22 (1000022) VESA: ATI MACH64 Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 3.0 pci0: (vendor=0x0e11, dev=0xb203) at 4.0 irq 3 pci0: (vendor=0x0e11, dev=0xb204) at 4.2 irq 5 isab0: at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x2000-0x200f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 15.2 irq 7 pcib1: on motherboard pci1: on pcib1 ciss0: port 0x3000-0x30ff mem 0xf75f0000-0xf75f3fff,0xf76c0000-0xf76fffff irq 10 at device 3.0 on pci1 ciss0: using 256 of 1024 available commands ciss0: 1 logical drive configured ciss0: firmware 2.36 ciss0: 2 SCSI channels ciss0: signature 'CISS' ciss0: valence 1 ciss0: supported I/O methods 0xe ciss0: active I/O method 0x3 ciss0: 4G page base 0x00000000 ciss0: interrupt coalesce delay 1000us ciss0: interrupt coalesce count 16 ciss0: max outstanding commands 1024 ciss0: bus types 0x2 ciss0: server name '' ciss0: heartbeat 0x3000003b ciss0: 1 logical drive ciss0: logical drive 1: RAID 0, 69120MB online pcib2: on motherboard pci2: on pcib2 bge0: mem 0xf77f0000-0xf77fffff irq 11 at device 1.0 on pci2 bge0: Ethernet address: 00:0b:cd:d3:51:51 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: mem 0xf77e0000-0xf77effff irq 15 at device 2.0 on pci2 bge1: Ethernet address: 00:0b:cd:d3:51:50 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto pcib3: on motherboard pci3: on pcib3 pci3: (vendor=0x114f, dev=0x0004) at 1.0 irq 15 pcib4: on motherboard pci4: on pcib4 pcib6: on motherboard pci6: on pcib6 pci6: (vendor=0x0e11, dev=0xa0f7) at 30.0 irq 11 pcib5: on motherboard pci5: on pcib5 pcib7: on motherboard pci7: on pcib7 orm0: