DragonFly BSD
DragonFly bugs List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[no subject]



in nvidia_pci.c you'll want to change -

   if (vendor != NVIDIA_VENDORID || device < 0x0020)
        return ENXIO;

to

   if (vendor != NVIDIA_VENDORID || device != 0x0253)
        return ENXIO;


Admittedly this is a hack, but I haven't come up with anything
better just yet :) :) ...

Andrew.




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