Re: VGA driver changes for machines without built-in font
Wojciech Puchar <[email protected]> Thu, 16 Jan 2003 16:50:41 +0100 (CET)
| Newsgroups | gmane.os.netbsd.ports.arc,gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
> > options VGA_INITIALIZE_S3 > > > > and vga drives should try to initialize card if it's not already > > initialized. > > As Martin and Jason said, if MI driver handles quirks of > each chipset, it should handle not only resetting console > but also do _all_ features of the chip in the independent drivers > (in the perfect world ;-) > --- so mga* at pci? dev ? function ? (for matrox) cirrus* at pci? dev ? function ? (for cirrus) s3* at pci? dev ? function ? (for s3) vga* at pci? dev ? function ? (for unknown cards, will work like today) wsdisplay* at mga? wsdisplay* at cirrus? .. .. looks best :)