Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev



> Module Name:  src
> Committed By: cube
> Date:         Tue Mar  4 21:56:11 UTC 2008
> 
> Modified Files:
>       src/sys/dev: midi.c midi_if.h midivar.h sequencer.c
>       src/sys/dev/ic: opl.c
> 
> Log Message:
> Split device_t/softc for midi(4), and other related cosmetic changes.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.60 -r1.61 src/sys/dev/midi.c
> cvs rdiff -r1.19 -r1.20 src/sys/dev/midi_if.h
> cvs rdiff -r1.14 -r1.15 src/sys/dev/midivar.h
> cvs rdiff -r1.44 -r1.45 src/sys/dev/sequencer.c
> cvs rdiff -r1.32 -r1.33 src/sys/dev/ic/opl.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

i got the following.  is it related to this change?

YAMAMOTO Takashi

pcppi1 at acpi0 (SPKR, PNP0800)
pcppi1: io 0x61
midi0 at pcppi1uvm_fault(0x80b0b6c0, 0, 1) -> 0xe
kernel: supervisor trap page fault, code=0
Stopped in pid 0.1 (system) at  netbsd:strlen+0x10:     movl    0(%eax),%ecx
db{0}> t
strlen(83379940,0,0,1c,809c3c5e) at netbsd:strlen+0x10
midi_attach(83379000,83378480,82edb950,80a42b88,80a42b88) at netbsd:midi_attach+
0x209
midi_pcppi_attach(83378480,83379000,80c2aa1c,8045ba49,80989462) at netbsd:midi_p
cppi_attach+0x6e
config_attach_loc(83378480,80a3fab0,0,80c2aa1c,0) at netbsd:config_attach_loc+0x
156
pcppisearch(83378480,80a3fab0,0,80c2aa1c,80a3fab0) at netbsd:pcppisearch+0x49
mapply(809895ba,809895ba,4,61,61) at netbsd:mapply+0x30
config_search_loc(80681940,83378480,809895ba,0,80c2aa1c) at netbsd:config_search
_loc+0xf0
pcppi_attach(83378500,61,1,0,83378508) at netbsd:pcppi_attach+0x8d
pcppi_acpi_attach(831aa500,83378480,80c2ab48,0,80c2ab48) at netbsd:pcppi_acpi_at
tach+0xe8
config_attach_loc(831aa500,80a41ef8,0,80c2ab48,80767ca0) at netbsd:config_attach
_loc+0x156
config_found_ia(831aa500,80989cc9,80c2ab48,80767ca0,80c2ab60) at netbsd:config_f
ound_ia+0x32
acpi_attach(82f81c80,831aa500,80c2abec,0,80c2abec) at netbsd:acpi_attach+0x2f9
config_attach_loc(82f81c80,80a42a38,0,80c2abec,0) at netbsd:config_attach_loc+0x
156
config_found_ia(82f81c80,80989dbc,80c2abec,0,5) at netbsd:config_found_ia+0x32
mainbus_attach(0,82f81c80,0,8045bc3e,80989219) at netbsd:mainbus_attach+0x1d1
config_attach_loc(0,80a412b0,0,0,0) at netbsd:config_attach_loc+0x156
config_attach(0,80a412b0,0,0,80c27014) at netbsd:config_attach+0x2c
config_rootfound(80989219,0,0,80c27014,c27000) at netbsd:config_rootfound+0x44
cpu_configure(100,8049f750,0,80c27014,c27000) at netbsd:cpu_configure+0x28
configure(80a55400,2,0,f9300,0) at netbsd:configure+0x38
main(0,801002bd,0,0,0) at netbsd:main+0x18f
db{0}> 


Home | Main Index | Thread Index | Old Index