From owner-freebsd-current Sun Mar 3 13: 7:55 2002 Delivered-To: freebsd-current@freebsd.org Received: from mass.dis.org (dhcp45-21.dis.org [216.240.45.21]) by hub.freebsd.org (Postfix) with ESMTP id CBB5737B400 for ; Sun, 3 Mar 2002 13:07:50 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.6) with ESMTP id g23L7I000782; Sun, 3 Mar 2002 13:07:19 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200203032107.g23L7I000782@mass.dis.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Vladimir B. " Grebenschikov Cc: current@FreeBSD.ORG Subject: Re: ACPI issues and questions (Dell Inspiron 3700) In-reply-to: Your message of "03 Mar 2002 14:31:05 +0300." <1015155065.1775.2.camel@vbook.express.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 03 Mar 2002 13:07:18 -0800 From: Michael Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > So try adding > > > {0x10f0a34d, NULL} > > > to sio_ids in /sys/dev/sio/sio_isa.c > > > > It works: > > > > sio0 port 0x3f8-0x3ff irq 4 on acpi0 > > sio0: type 16550A > > sio1 port 0x280-0x287,0x2f8-0x2ff irq 3 on acpi0 > > sio1: type 16550A > > I have tried this patch for Sony VAIO PCG-Z505S > And it works ! > > Corresponding part of acpidump: > > Device(FIR_) { > Name(_HID, 0x10f0a34d) > > (exactly same number) > > sio0 port 0x3f8-0x3ff irq 4 on acpi0 > sio0: type 16550A > sio1 port 0x140-0x147,0x2f8-0x2ff irq 3 on acpi0 > sio1: type 16550A > > May be it is time to commit this line ? No. This would mean that sio(4) will attach to any IrDa port and preclude an IrDa-specific driver from doing so. If any variation of this patch is committed, at the very least sio(4) should return a lower preference than 0 for it's match. -- To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. - Theodore Roosevelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message