From owner-freebsd-current Fri Mar 28 02:57:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03889 for current-outgoing; Fri, 28 Mar 1997 02:57:21 -0800 (PST) Received: from mailsrv.cc.utsunomiya-u.ac.jp (mailsrv.cc.utsunomiya-u.ac.jp [160.12.200.20]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA03883 for ; Fri, 28 Mar 1997 02:57:15 -0800 (PST) Received: from zodiac.mech.utsunomiya-u.ac.jp (mpRrXUhTrFEsGa9O5GMATyigSC0a2R5N@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by mailsrv.cc.utsunomiya-u.ac.jp (8.8.5+2.7Wbeta5/3.5Wpl4) with ESMTP id TAA18913; Fri, 28 Mar 1997 19:56:21 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zenith.mech.utsunomiya-u.ac.jp [160.12.33.60]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id UAA07921; Fri, 28 Mar 1997 20:00:45 +0900 (JST) Message-Id: <199703281100.UAA07921@zodiac.mech.utsunomiya-u.ac.jp> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: freebsd-current@freebsd.org (FreeBSD-current users), yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Funny sc0 behaviour In-reply-to: Your message of "Fri, 28 Mar 1997 11:20:19 +0100." <19970328112019.PN39531@uriah.heep.sax.de> References: <19970328112019.PN39531@uriah.heep.sax.de> Date: Fri, 28 Mar 1997 20:00:43 +0900 From: Kazutaka YOKOTA Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >sc0: the current keyboard controller command byte 0045 >kbdio: RESET_KBD return code:00fe >kbdio: RESET_KBD return code:00fe >kbdio: RESET_KBD return code:00fe >kbdio: DIAGNOSE status:0055 >kbdio: TEST_KBD_PORT status:0000 >sc0: failed to reset the keyboard. >sc0 at 0x60-0x6f irq 1 on motherboard >sc0: MDA/hercules <16 virtual consoles, flags=0x0> > >Of course, most of the above is a lie. :-) This machine has neither >a keyboard connected, nor a graphics card present at all. > >Shouldn't sc0 fail probing in this case? Set the DETECT_KBD bit (0x08) in the configuration flag of syscons, and its probe routine (scprobe) will report failure if keyboard reset fails. As for the display adapter, syscons assumes there always is a graphics adapter. I always thought these are design decisions. We have to ask Soren exact reasons why these decisions were made. Kazu