Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2005 19:24:04 +0400
From:      Maxim Maximov <mcsi@mcsi.pp.ru>
To:        current@freebsd.org
Subject:   boot panic (NDIS?)
Message-ID:  <43590814.5090201@mcsi.pp.ru>

next in thread | raw e-mail | index | archive | help
Hi.

	Got boot time panic on fresh CURRENT.
	NDIS hardware:

ndis0: <ASUS 802.11g Network Adapter> mem 0xfeaf8000-0xfeaf9fff irq 17 
at device 2.0 on pci2
ndis0: NDIS API version: 5.0
ndis0: Ethernet address: 00:0e:a6:c2:00:e4

	Panic:
...
Timecounters tick every 1.000 msec
kernel trap 12 with interrupts disabled


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0x109
fault code              = supervisor read, page not present
instruction pointer     = 0x20:0xc06a7570
stack pointer           = 0x28:0xd5985cbc
frame pointer           = 0x28:0xd5985cc4
code segment            = base 0x0, limit 0xfffff, type 0x1b
                         = DPL 0, pres 1, def32 1, gran 1
processor eflags        = resume, IOPL = 0
current process         = 41 (Windows DPC 1)


	Hand transcribed trace, abbreviated:


Stopped at kseq_notify+0x94: cmpb 0x109(%edx), %al

 >trace
kseq_notify(c1edbb24,1,c09c4520,c1edbb24,c08236bc) ...+0x94
sched_bind(c1edb9c0,1) ...+0x62
ntoskrnl_dpc_thread(c1f4fc3c,d5985d38,c1f4fc3c,c08236bc,0) ...+0x73
fork_exit(c08236bc,c1f4fc3c,d5985d38) ...+0xa4
fork_trampoline()

	Kernel config:

 > cat /sys/i386/conf/ULTRA
include GENERIC

ident   ULTRA

nooptions       SCHED_4BSD
options         SCHED_ULE

options         ALT_BREAK_TO_DEBUGGER
options         MSGBUF_SIZE=1048576
options         CONSPEED=115200
options         NDISAPI
options         MAC

device          pf
device          pflog

device          drm
device          radeondrm

device          acpi_asus

device          sound
device          snd_ich
device          speaker

device          ucom
device          umodem

device          ndis
device          wlan_wep

device          smbus
device          ichsmb
device          smb

	/boot/loader.conf:

 > cat /boot/loader.conf
hw.psm.synaptics_support=1
debug.mpsafevfs=1
cpufreq_load="YES"
debug.acpi.disabled="sysres"
bcmwl5_sys_load="YES"


-- 
Maxim Maximov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43590814.5090201>