NetBSD/sys/arch/macppc
macallan e1ecb1c8d7 work around a bug in some (all?) nvidia OF ROMs:
the color! method always changes only the palette registers associated with the
first, usually analog head, even if the monitor in use is on port 2, usually
DVI or ADC.
Don't enable cmap_callback when we find out we're on port 2 of an nvidia card,
that way genfb won't try to use R3G3B2 colours and assume something resembling
an ANSI palette which will at least gives us something usable, as opposed to
black on mostly black.
2012-12-11 03:00:00 +00:00
..
compile
conf Add "options COMPAT_60" to all kernel configuration files 2012-10-17 14:48:07 +00:00
dev My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would bet 2012-11-02 20:09:02 +00:00
include Remove 'struct apm_connect_info' - part of the i386 APM bios interface. 2012-10-01 17:32:28 +00:00
macppc work around a bug in some (all?) nvidia OF ROMs: 2012-12-11 03:00:00 +00:00
pci split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
stand Fix boot failure on OF 2.0 machines. 2012-02-19 12:02:55 +00:00
Makefile