Port-ofppc archive

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

Re: pci_attach_hook() tweaks



Toru Nishimura wrote:

> Let's try to see the following hack can make the 2nd channel compat mode
> (by its nature this kind of tweak is highly target dependent to make the
> code ugly...)

Thanks. I will try that.


>        /* 3d: remove PCI pin designation */
>        reg = pci_conf_read(pba->pba_pc, tag, 0x3c);
>        reg = (reg & 0xffff00ff);
>        pci_conf_write(pba->pba_pc, tag, 0x3c, reg);

Why do we need this?


-- 
    _  Frank Wille (frank%phoenix.owl.de@localhost)
 _ //  http://sun.hasenbraten.de/~frank/
 \X/   Phx @ #AmigaGer




Home | Main Index | Thread Index | Old Index