Re: [Fault-injection-developer] [RFC][PATCH] PCI configurationinterceptor patch (ficl, fsml)
Status: Alpha
Brought to you by:
rustyl
From: Fumitake A. <ab...@jp...> - 2003-04-17 11:35:06
|
Thank you, Stan. "Wang, Stanley" wrote: > You can get the example @ http://easynews.dl.sourceforge.net/sourceforge/fault-injection/mock_e100.tgz I just thought that mock_e100.tgz supported only e100 driver because of its name. So I had missed it. I feel that it is simpler and smarter than my implementation. BTW, 'PCI access mode' needs to be 'direct' (CONFIG_PCI_GODIRECT=y) to use mock_e100.tgz, doesn't it? Actullay, I've tried to the way of trapping at 0xcf8 before I implement the way written in previous mail. But it didn't work. I think now pci configuration was accessed via BIOS. If pci access mode of kernel configuration is set up as "default", it becomes via BIOS. If it's true, I think users have to be aware of this. Do you think it is better to be written to README? Sincerely, Fumitake ABE ab...@jp... |