From owner-freebsd-stable@FreeBSD.ORG Sun Jan 4 05:14:07 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFDE916A4CE for ; Sun, 4 Jan 2004 05:14:07 -0800 (PST) Received: from regix.com (regisr.net1.nerim.net [62.212.109.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id E914143D3F for ; Sun, 4 Jan 2004 05:14:05 -0800 (PST) (envelope-from regisr@regix.com) Received: from crocoite.home.regix.com (localhost.home.regix.com [127.0.0.1]) by regix.com (8.12.10/8.12.9) with ESMTP id i04DDvbj001832; Sun, 4 Jan 2004 14:13:57 +0100 (CET) (envelope-from regisr@crocoite.home.regix.com) Received: (from regisr@localhost) by crocoite.home.regix.com (8.12.10/8.12.9/Submit) id i04DDvcC001831; Sun, 4 Jan 2004 14:13:57 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20040104070100.GA603@kolic.net> Date: Sun, 04 Jan 2004 14:13:57 +0100 (CET) Organization: Regix Sender: regisr@crocoite.regix.com From: regis rampnoux To: freebsd-stable cc: Zoran Kolic Subject: re: sis driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 13:14:07 -0000 On 04-Jan-2004 Zoran Kolic wrote: > on it.) If it works as > you wish, try to go to > "/boot/device.hints" > and find something like > "hint.sys.0.irq=12" > and change it to 1. Don't Thanks. Now it is working but I will be happy to understand why! I have: %cat /boot/device.hints hint.sys.0.irq=1 % In the config file: options HZ=2000 options DEVICE_POLLING # device ata0 at isa? port IO_WD1 irq 14 # device psm0 at atkbdc? irq 12 But dmesg reports that ata0 exists and the sis0 is on the same IRQ: ata0: at 0x1f0 irq 14 on atapci1 sis0: port 0xc800-0xc8ff mem 0xe0141000-0xe0141fff irq 14 at device 11.0 on pci0 sis0: Ethernet address: 00:40:f4:60:ad:47 miibus0: on sis0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto The PS/2 mouse and ata0 are disabled in the bios (may be I should put my CD-ROM on the first IDE channel). PS: Why your lines are so shorts? -- regisr