xf86-video-cyrix
Jeremy Huddleston
jeremyhu at apple.com
Sat Nov 12 17:14:31 PST 2011
On Nov 12, 2011, at 11:39, Martin-Éric Racine wrote:
> I do. However, it hasn't built succesfully since about version 1.5 of
> xserver. That's why most distributions haven't shipped it in ages.
cyrix_driver.c:164:1: error: unknown type name 'IsaChipsets'
cyrix_driver.c:1297:15: error: 'miBankInfoPtr' undeclared (first use in this function)
cyrix_driver.c:1310:4: error: 'miBankProcPtr' undeclared (first use in this function)
Yeah, it looks like it was fallout from these commits:
commit df14682a31b92751091571ed82f6095f55f19cca
Author: Adam Jackson <ajax at redhat.com>
Date: Sat Oct 11 22:48:51 2008 -0400
Bus: Remove ISA support.
No, really. PCI is old enough to drive now. If you want this, get the kernel
to expose a framebuffer device.
commit ffaae7c0c69a51a53a76146c79f3630ae197a443
Author: Adam Jackson <ajax at redhat.com>
Date: Mon Apr 26 20:11:31 2010 -0700
Remove mibank support
Banked framebuffers are so 1990. As of 7.4 the only drivers remaining
that used this were chips, neomagic, trident, and vesa. vesa only used
it when not using shadowfb, which is broadly undesirable anyway, and no
longer uses it at all as of 2.3.0. neomagic never used it by default,
and support for it is gone in git master. The other two effectively
only ever used it for ISA chips; since ISA support is now gone from
the server, they have been modified to only compile mibank support when
ISA support is available.
Signed-off-by: Adam Jackson <ajax at redhat.com>
Reviewed-by: Keith Packard <keithp at keithp.com>
Signed-off-by: Keith Packard <keithp at keithp.com>
More information about the xorg-devel
mailing list