From: James S. <jsi...@tr...> - 2001-12-02 07:10:26
|
> fb_info is missing in struct fb_info_aty128. > > Also serial_8250_pci.c and serial_8250_pnp.c fails at > MODULE_GENERIC_TABLE with "sizeof applied to an incomplete type". I cant > find a pci_id struct or a isapnp_id struct. All fixed. Sorry about not fixing the reboot problem yet. Right now I'm working on new console locking code due to what Alan Cox brought to light to me. It appears to be possible to have consoles without TTYs. The lpr console is a example. Also going threw all the console drivers I noticed the VT system is the only console/TTY system that calls register_tty_driver before register_console. So the VT system as usual is broken. So I'm working to fix that. Now the locking code has to handle 3 cases. 1) hardware driven by only the TTY layer 2) hardware driven by only the console layer. 3) hardware driver by both. |