1719b0ab59
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.)
14 lines
239 B
C
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;
|
|
};
|