From nobody Mon Dec 16 12:10:09 2024 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YBf0D5vd9z5hLvG for ; Mon, 16 Dec 2024 12:10:20 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) by mx1.freebsd.org (Postfix) with ESMTP id 4YBf0C1Swnz42fn for ; Mon, 16 Dec 2024 12:10:19 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 2001:14f8:200:4::4 is neither permitted nor denied by domain of pi@freebsd.org) smtp.mailfrom=pi@freebsd.org; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=freebsd.org (policy=none) Received: from pi (uid 104) (envelope-from pi@freebsd.org) id 93668 by fc.opsec.eu (DragonFly Mail Agent v0.13+ on fc.opsec.eu); Mon, 16 Dec 2024 13:10:09 +0100 Date: Mon, 16 Dec 2024 13:10:09 +0100 From: Kurt Jaeger To: jhb@freebsd.org Cc: Daniel Braniss , Freebsd-stable List , Warner Losh Subject: Re: not working /dev/console Message-ID: References: <365D866D-F7D2-4DB6-AFFB-B4C3829D8467@cs.huji.ac.il> <3F04B2DC-1AA9-4663-BCDE-3EFD0B01527E@cs.huji.ac.il> <044EAFE1-DCB8-439C-A422-4B5F8CD4C37C@cs.huji.ac.il> <501640865.7444.1734350498438@localhost> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <501640865.7444.1734350498438@localhost> X-Spamd-Result: default: False [0.82 / 15.00]; VIOLATED_DIRECT_SPF(3.50)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-0.97)[-0.969]; NEURAL_HAM_SHORT(-0.91)[-0.915]; MIME_GOOD(-0.10)[text/plain]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : No valid SPF, No valid DKIM,none]; ONCE_RECEIVED(0.10)[]; RCVD_NO_TLS_LAST(0.10)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; FREEFALL_USER(0.00)[pi]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[stable@freebsd.org]; FROM_HAS_DN(0.00)[]; MISSING_XM_UA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_THREE(0.00)[4] X-Rspamd-Queue-Id: 4YBf0C1Swnz42fn X-Spamd-Bar: / Hi, John, can you tell more on how to fix this ? APU version apu1 lost their ability to have a serial console in 14.2. > > > btw, all works fine with a 13.1 kernel [...] > > I made a diff from booting 13.1 and 14.2 with boot_verbose, and this stands out: > > (only in the 13.1) > > > > -pcib0: allocated type 4 (0x3f8-0x3f8) for rid 0 of uart0 > > -pcib0: allocated type 4 (0x3f8-0x3f8) for rid 0 of uart0 > > -uart0: <16550 or compatible> at port 0x3f8 irq 4 flags 0x10 on isa0 > > -pcib0: allocated type 4 (0x3f8-0x3f8) for rid 0 of uart0 > > -uart0: console (115200,n,8,1) > > -ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 2 vector 53 > > -uart0: fast interrupt > > -uart0: PPS capture mode: DCD > > -pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1 > > -pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1 > > -uart1: <16550 or compatible> at port 0x2f8 irq 3 on isa0 > > -pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1 > > -ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 3 vector 53 > > -uart1: fast interrupt > > -uart1: PPS capture mode: DCD > A change was made that uart does not attach on isa anymore. > I think this was the commit about it: > https://cgit.freebsd.org/src/commit/?h=releng/14.2&id=74b9fc7adcf4afb1c3039267e338c3cfdf022957 -- pi@FreeBSD.org +49 171 3101372 Now what ?