NetBSD/sys/arch/i386/bios/vesabios.h
drochner 1719b0ab59 get some more info out of the VESA BIOS and attach subdevices for
8-bit pseudo color and text modes
still doesn't do anything useful
(It would be easy to attach a wsdisplay, but we have to cooperate with the
PCI or ISA attached VGA drivers. There are open issues.)
2002-07-10 19:15:42 +00:00

14 lines
239 B
C

/* $NetBSD: vesabios.h,v 1.2 2002/07/10 19:15:43 drochner Exp $ */
int vbeprobe __P((void));
struct vesabios_attach_args {
char *vaa_busname;
};
struct vesabiosdev_attach_args {
char *vbaa_type;
int *vbaa_modes;
int vbaa_nmodes;
};