Opened 14 years ago
Last modified 4 years ago
#6164 assigned bug
ppc: PANIC: arch_int_init_post_device_manager(): Found no supported PIC!
Reported by: | andreasf | Owned by: | mmu_man |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Add-Ons | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #5193, #6129 | Blocking: | #1048 |
Platform: | PowerPC |
Attachments (5)
Change History (14)
by , 14 years ago
Attachment: | 0001-Remove-unused-variable.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
by , 14 years ago
Attachment: | 0002-Fix-device-type-check.patch added |
---|
proposed patch: fix PIC device type check
comment:2 by , 14 years ago
Added a draft patch cleaning up the OpenPIC add-on:
- add device types, IO resources and name when registering
- clean up retrieval of PCI info in initialization
- implement stub driver functions where
NULL
values were marked as "HACK"
These are my first patches touching the device manager, so patch 3 may need careful review.
follow-up: 4 comment:3 by , 14 years ago
via haiku.image netboot on PowerPC G3 PowerBook:
pre patches i received the following:
syslog: Failed to add "usb_disk": Device not accessible kdl: PANIC: arch_int_init_post_device_manager(): Found no supported PIC!
post patches the system locks up at pci_init (see screenshots)
comment:4 by , 14 years ago
Replying to kallisti5:
post patches the system locks up at pci_init (see screenshots)
What does dev pci
at OF prompt say? (especially model
and compatible
properties)
Might be related to #6247.
Note that the patches only try to restore previous behavior. I have no idea whether that was correct or even worked at the time.
comment:6 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 7 years ago
patch: | 1 → 0 |
---|
comment:9 by , 4 years ago
Milestone: | → Unscheduled |
---|
proposed patch: remove unused variable, leftover from hrev25913