From owner-freebsd-hackers Tue Jun 24 12:08:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA00698 for hackers-outgoing; Tue, 24 Jun 1997 12:08:26 -0700 (PDT) Received: from phantasm.scl.ameslab.gov (phantasm.scl.ameslab.gov [147.155.142.74]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA00685 for ; Tue, 24 Jun 1997 12:08:21 -0700 (PDT) Received: (from ccsanady@localhost) by phantasm.scl.ameslab.gov (8.6.12/8.6.12) id TAA03667 for hackers@freebsd.org; Tue, 24 Jun 1997 19:08:11 GMT From: "Chris Csanady" Message-Id: <9706241408.ZM3665@phantasm.scl.ameslab.gov> Date: Tue, 24 Jun 1997 14:08:10 -0500 X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail) To: hackers@freebsd.org Subject: Serial console problems on 2.2.2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recompiled the boot blocks with BOOT_FORCE_COMCONSOLE, but things only sortof work. It seems fine, and then it just hangs up on me... romulus# cu -l /dev/cuaa1 -s 9600 Connected. Serial console forced. >> FreeBSD BOOT @ 0x10000: 640/64512 k of memory Usage: [[[0:][wd](0,a)]/kernel][-abcCdghrsv] Use 1:sd(0,a)kernel to boot sd0 if it is BIOS drive 1 Use ? for file list or press Enter for defaults Boot: kernel.yfg dosdev= 80, biosdrive = 0, unit = 0, maj = 0 Booting 0:wd(0,a)kernel.yfg @ 0x100000 . . . Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0cu: Got hangup signal Disconnected. romulus# This is right at the point that it should probe the serial port. Is there something else special to do? I noticed there are flags for sio in current to make it a console, but not in 2.2.2. How about ttys? Thanks, Chris