CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/12/13 06:55:18
Modified files:
sys/arch/macppc/pci: vgafb_pci.c vgafb_pcivar.h
Log message:
iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren't
attached to vgafb(4) since the use of the generic DEVICE_IS_VGA_PCI macro
in r1.26. Correct this and document why we should attach devices with such
subclass.
Fix a regression introduced in august when adding the glue to attach drm(4)
on macppc, reported by brynet@ and nick@ on bugs@, thanks and sorry for the
delay!