Date: Fri, 02 Nov 2001 01:05:12 +0900 From: Munehiro Matsuda <haro@h4.dion.ne.jp> To: freebsd-current@freebsd.org Cc: imp@FreeBSD.org Subject: Panic with PCCARD Message-ID: <20011102010512I.haro@h4.dion.ne.jp>
next in thread | raw e-mail | index | archive | help
Hi all, I'm having panic for the last few days, if I have PCCARD inserted. If no card is inside, system boots up fine. Here's the panic message, I've written down. Fatal trap 12: page fault while in kernel mode fault virtual address = 0x3c fault code = supervisor write, page not present instruction pointer = 0x8:0xc01ecea5 stack pointer = 0x10:0xc8ca3b00 frame pointer = 0x10:0xc8ca3b00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 201 (pccardd) kernel: type 12 trap, code=0 Stopped at device_set_flags+0x9: movl %eax,0x3c (%edx) db> Context switches not allowed in debugger db> t device_set_flags(0,0,c139a080,c1411e00,0) at device_set_flags+0x9 allocate_driver(c139c600,c1497400,c8ca8ba4,c13a9800,c87a0804) at allocate_driver+0xd9 crdioctl(c13a9800,c0ac5006,c1497400,3,c87a0804) at crdioctl+0x337 spec_ioctl(c8ca8b4,c8ca8c34,c02222cf,c8ca8ba4,c1496d80) at spec_ioctl+0x26 spec_vnoperate(c8ca8ba4,c1496d80,ac,c1497400,c03521a0) at spec_vnoperate+0x15 vn_ioctl(c1496d80,c0ac5006,c1497400,c87a0804,c87a090c) at vn_ioctl+0x10f ioctl(c87a0804,c8ca8d20,8073140,8073100,0) at ioctl+0x20c syscall(2f,2f,2f,0,8073100) at syscall+0x24c syscall_with_err_pushed() at syscall_with_err_pushed+0x1b --- syscall(54, FreeBSD ELF, ioctl), eip = 0x8054cd0, esp = 0xbfbff93c, ebp = 0xbfbffa48 --- db> Has anyone seen this? Thanks in advance, Haro ------------------------/etc/pccard.conf----------------------------- irq 9 10 11 # Megahertz XJ/CC5560 card "U.S. Robotics" "XJ/CC5560" config auto "sio" ? ------------------------/etc/rc.conf (partial)----------------------------- pccard_enable="YES" #pccardd_flags="-i 10 -i 11" pccardd_flags="-I" #pccardd_flags="" pccard_mem="DEFAULT" ------------------------ end ---------------------------------------------- =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103-8310, Japan Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 Email: haro@kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011102010512I.haro>