Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfcdc!neutron From: neutron@hpfcdc.HP.COM (Jack Applin) Newsgroups: comp.sys.hp Subject: Re: Console Boot Puzzle Message-ID: <5570340@hpfcdc.HP.COM> Date: 4 Dec 89 01:33:15 GMT References: Organization: HP Ft. Collins, Co. Lines: 27 Jeff Minnig writes: > We are running a 9000/370 System. When the kernel bootstraps, we get > the following message from the ITE initialization: > > >> set_topcat_name: unknown 1024x2048 display planes=0 > >> Bit Mapped Display at 0x560000 > > We have a 98547 Card as the console driver. Any ideas why the driver > is giving us this message? This is a known bug in 7.0. The graphics driver is trying to figure out the name of the display, i.e., hp98547. To do this, it must know the width, height, and number of planes. It screws up on the 98547 and thinks that it has 0 planes, and it can't figure out what sort of display has 0 planes, so it complains to the kernel message buffer. This bug only affects the crt_name field in the struct crt_frame_buffer_t returned by the GCDESCRIBE ioctl. This bug is fixed in post 7.0 releases. -Jack Applin ex-series 300 kernel programmer Hewlett-Packard Ft. Collins, CO