Age | Commit message (Collapse) | Author |
|
|
|
|
|
(delayed) interrupts.
The 82378 does not seem to like a nonspecific EOI with the vector supplied,
so do the specific EOI. Now getting reasonable hard interrupt counts.
|
|
Use the pci iack cycle to determine interrupt cause instead of
polling the chip.
Probably could use some more work.
|
|
NCR driver seems to work.
Major changes are isa can be child of pci or mainbus.
ofroot is child of mainbus not root.
ofw bus configured before pci bus
Note that if a pci device configures accessing of driver will crash
the system. they need to be exclusive.
|
|
|
|
Support for Openfirmware drivers was reintroduced so that more systems
were supported. This should work with the real driver configurations
as well.
Bootloader files were deleted/replaced with the newer versions in the
subdirectory. Some effort has been made to be closer to support booting
(at least the bootloader) on the Mac.
Config files that end with OFW are the openfirmware versions of the kernels
without have native drivers.
Native driver support has not been changed, presumably it still works.
I couldn't test that.
|
|
|