probing of devices
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | minor |
Assigned: | Emiel |
Status: | closed |
Jump to:
Description
In i82371AB_ACPI_SMBusControler.probeDevices, the 8 possible smbus devices are 'probed'. However, this results in 8 exceptions in the DIMM class when the smbus is empty. Perhaps somehow the exceptions could be prevented, since it is only a probe.
- Login to post comments
#1
Please submit the actual exception.
Ewout
#2
Cannot start DIMM-x
org.jnode.driver.DriverException: SPDTable too small: actual size=0
org.jnode.driver.smbus.DIMMDriver!startDevice (74)
org.jnode.driver.Device!start (146)
org.jnode.driver.AbstractDeviceManager!start (250)
#3
Appears to work with these patches. Perhaps someone can apply them to cvs for me.
#4
Uploading to the issue-list doesn't seem to work:
* The directory uploads is not writable.
* File copy failed: no directory configured, or it could not be accessed.
Anyway, the patches:
http://public.emielmols.info/jnode/i82371AB_ACPI_SMBusControler.java.dif...
http://public.emielmols.info/jnode/DIMMDriver.java.diff
#5