freebsd-dev/sys/dev/fb
Marcel Moolenaar ae3c9aff52 Unbreak alpha and ia64 builds. The previous change made the inclusion
of <machine/pc/bios.h> specific to i386 and added a conditional define
for BIOS_PADDRTOVADDR that depends on ISA_HOLE_START. The latter is
undefined on alpha and ia64. Since the former is defined the same on
both alpha and ia64, assume the ISA_HOLE_START dependent definition
is specific to amd64 and use the identity-mapping in all other cases.

This of course is getting uglier every day...
2003-05-02 01:36:27 +00:00
..
boot_font.c
fb.c
fbreg.h Add AMD64 support to dev/fb. It isn't optimized. 2003-05-01 04:21:05 +00:00
gfb.c
gfb.h
s3_pci.c
splash_bmp.c
splash_pcx.c
splash.c
splashreg.h
tga.c
tga.h
vga.c Unbreak alpha and ia64 builds. The previous change made the inclusion 2003-05-02 01:36:27 +00:00
vgareg.h