From owner-freebsd-current Mon Feb 11 19:41:59 2002 Delivered-To: freebsd-current@freebsd.org Received: from newman2.bestweb.net (newman2.bestweb.net [209.94.102.67]) by hub.freebsd.org (Postfix) with ESMTP id 487F537B6A3; Mon, 11 Feb 2002 18:19:42 -0800 (PST) Received: from okeeffe.bestweb.net (okeefe.bestweb.net [209.94.100.110]) by newman2.bestweb.net (Postfix) with ESMTP id 0A66F2332A; Mon, 11 Feb 2002 21:18:34 -0500 (EST) Received: by okeeffe.bestweb.net (Postfix, from userid 0) id 901329F15A; Mon, 11 Feb 2002 21:13:01 -0500 (EST) Date: Fri, 8 Feb 2002 13:31:38 -0800 (PST) From: Julian Elischer To: msmith@freebsd.org Cc: FreeBSD current users Subject: acpi and device.hints Message-Id: <20020212021301.901329F15A@okeeffe.bestweb.net> 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 Is it possible to make devices enumerated by acpi to take notice of the flags given to them in device.hints? for example if I allow acpi then I get: sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A, console sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A despite the fact that I have in device.hints: hint.sio.1.at="isa" hint.sio.1.port="0x2F8" hint.sio.1.irq="3" hint.sio.1.flags="0xc0" which should reserve the port for gdb. My answer is to simply do mv /boot/kernel/acpi.ko /boot/kernel/xacpi.ko but it's be nice to have both the gdb AND the acpi abilities. regards, Julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message