Date: Fri, 6 Dec 2002 02:53:26 -0800 (PST) From: Doug Barton <DougB@FreeBSD.org> To: freebsd-current@FreeBSD.org Subject: nvidia drivers hate me Message-ID: <20021206024746.F667-100000@master.gorean.org>
next in thread | raw e-mail | index | archive | help
The native nvidia drivers work great in RELENG_4 with my geforce 4 mmx, but in -current they hate me. I just upgraded to the latest -current and I'm using XFree compiled on -current, no joy. It's always the same error: panic: bremfree: bp 0xc7751bb8 not locked I've tried both with and without agp. I have: Option "NvAgp" "3" And I've tried with and without edid. Here is the trace: #0 doadump () at /usr/Local/src-current/sys/kern/kern_shutdown.c:232 #1 0xc0213c0e in boot (howto=260) at /usr/Local/src-current/sys/kern/kern_shutdown.c:364 #2 0xc0213e53 in panic () at /usr/Local/src-current/sys/kern/kern_shutdown.c:517 #3 0xc0256947 in bremfree (bp=0xc7751bb8) at /usr/Local/src-current/sys/kern/vfs_bio.c:632 #4 0xc0258478 in vfs_bio_awrite (bp=0xc7751bb8) at /usr/Local/src-current/sys/kern/vfs_bio.c:1633 #5 0xc01e14d7 in spec_fsync (ap=0xd6ca3550) at /usr/Local/src-current/sys/fs/specfs/spec_vnops.c:462 #6 0xc01e07c8 in spec_vnoperate (ap=0x0) at /usr/Local/src-current/sys/fs/specfs/spec_vnops.c:126 #7 0xc02b5e5d in ffs_sync (mp=0xc26a1e00, waitfor=2, cred=0xc0eb6e80, td=0xc038afa0) at vnode_if.h:612 #8 0xc026a73b in sync (td=0xc038afa0, uap=0x0) at /usr/Local/src-current/sys/kern/vfs_syscalls.c:138 #9 0xc021381c in boot (howto=256) at /usr/Local/src-current/sys/kern/kern_shutdown.c:273 #10 0xc0213e53 in panic () at /usr/Local/src-current/sys/kern/kern_shutdown.c:517 #11 0xc020ab5c in _mtx_assert (m=0xc039eda0, what=0, file=0xc035906f "/usr/Local/src-current/sys/vm/vm_page.c", line=1215) at /usr/Local/src-current/sys/kern/kern_mutex.c:838 #12 0xc02d48d0 in vm_page_wire (m=0xc039eda0) at /usr/Local/src-current/sys/vm/vm_page.c:1215 #13 0xc058a449 in ?? () #14 0xc058a5b5 in ?? () #15 0xc04bfbff in ?? () #16 0xc04b534c in ?? () #17 0xc04b5144 in ?? () #18 0xc04c237b in ?? () #19 0xc04c1e2b in ?? () #20 0xc0589bbf in ?? () #21 0xc05881f7 in ?? () #22 0xc01e109e in spec_ioctl (ap=0x4bf) at /usr/Local/src-current/sys/fs/specfs/spec_vnops.c:352 #23 0xc01e07c8 in spec_vnoperate (ap=0x0) at /usr/Local/src-current/sys/fs/specfs/spec_vnops.c:126 #24 0xc0272b41 in vn_ioctl (fp=0xc26c3b40, com=3223864871, data=0xd6ca3c54, active_cred=0xc2940d00, td=0xc261d540) at vnode_if.h:488 #25 0xc0238769 in ioctl (td=0xc261d540, uap=0xd6ca3d10) at file.h:227 #26 0xc030c68e in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 8448, tf_ebp = -1077938152, tf_isp = -691389068, tf_ebx = -1077938104, tf_edx = -1077938104, tf_ecx = 138861312, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 673448787, tf_cs = 31, tf_eflags = 12934, tf_esp = -1077938180, tf_ss = 47}) at /usr/Local/src-current/sys/i386/i386/trap.c:1033 #27 0xc02fc8bd in Xint0x80_syscall () at {standard input}:140 ---Can't read userspace from dump, or kernel process--- -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? 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?20021206024746.F667-100000>