From owner-cvs-src@FreeBSD.ORG Sat Dec 1 14:09:57 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F03C916A419; Sat, 1 Dec 2007 14:09:57 +0000 (UTC) (envelope-from frank@pinky.sax.de) Received: from post.frank-behrens.de (post.frank-behrens.de [82.139.255.138]) by mx1.freebsd.org (Postfix) with ESMTP id 5111313C469; Sat, 1 Dec 2007 14:09:57 +0000 (UTC) (envelope-from frank@pinky.sax.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pinky.sax.de; h=from:to:date:mime-version:subject:cc:in-reply-to:content-type:content-transfer-encoding:content-description; q=dns/txt; s=pinky1; t=1196517510; i=frank@pinky.sax.de; bh=FxNbsVQqbgspacltWgurEWo0KNpGYYYZvXo+96GdF/o=; b=N8TXYInSfC3NvlxuxdPJ8qpDWJDL5KDIK4dDDDOQV+C9ONqSTWe+wPrnupt1CJgns8X+vKOrB9IZPDPCtAftJw== Received: from [192.168.20.32] (sun.behrens [192.168.20.32]) by post.frank-behrens.de (8.14.2/8.14.1) with ESMTP-MSA id lB1Dw3h3002954; Sat, 1 Dec 2007 14:58:03 +0100 (CET) (envelope-from frank@pinky.sax.de) Message-Id: <200712011358.lB1Dw3h3002954@post.frank-behrens.de> From: "Frank Behrens" To: Peter Wemm Date: Sat, 01 Dec 2007 14:58:03 +0100 MIME-Version: 1.0 Priority: normal In-reply-to: <200711302136.lAULaCkI015006@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Hashcash: 1:24:071201:cvs-src@freebsd.org::vf+GbDnlwCIYqbOV:1XEwv X-Hashcash: 1:24:071201:peter@freebsd.org::vhtoZl6MNowk3CFW:fBa4 Cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/sio sio_puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 14:09:58 -0000 Hi Peter! Peter Wemm wrote on 30 Nov 2007 21:36: > peter 2007-11-30 21:36:12 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sio sio_puc.c > Log: > Add sio_puc_kludge_unit() to stop sio devices originating from puc > stomping on the units intended for the motherboard sio ports. This is > no real substitute for the not-yet-committed device wiring enhancements. I thought this commit will solve my problem described in thread http://docs.freebsd.org/cgi/mid.cgi?200711231457.lANEv4KU002862 So I reverted my puc patch and used the following revisions on a RELENG_7: sys/dev/sio/sio_puc: 1.11 in HEAD sys/kern/subr_bus.c: 1.202 in HEAD sys/kern/kern_sysctl.c: 1.179 in HEAD sys/sys/sysctl.h: 1.152 in HEAD Unfortunately the boot process stopped, the last messages are: puc0: port 0xdf00-0xdf1f,0xdec0-0xdedf mem 0xfe6f8000-0xfe6f8fff,0xfe6f7000-0xfe6f7fff irq 21 at device 13.0 on pci2 puc0: Reserved 0x20 bytes for rid 0x10 type 4 at 0xdf00 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 54 puc0: [FILTER] sio0 on puc0 sio0: moving to sio4 sio4: type 16550A sio4: [FILTER] I see the following possibilities for the error: 1. Your solution is only applicable to HEAD and I forgot to MFC other important parts. 2. There is still an error, in my setup there is no keyboard attached and the serial console on sio0 is used to boot the system. Regards, Frank -- Frank Behrens, Osterwieck, Germany PGP-key 0x5B7C47ED on public servers available.