From owner-freebsd-bugs Thu Feb 25 10:20:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4369614E40 for ; Thu, 25 Feb 1999 10:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA24711; Thu, 25 Feb 1999 10:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from e450.epcc.ed.ac.uk (e450.epcc.ed.ac.uk [129.215.56.230]) by hub.freebsd.org (Postfix) with ESMTP id 1C50F14D13 for ; Thu, 25 Feb 1999 02:09:53 -0800 (PST) (envelope-from st@epcc.ed.ac.uk) Received: from quartz.epcc.ed.ac.uk (quartz [129.215.56.3]) by e450.epcc.ed.ac.uk (8.9.1/8.9.1) with ESMTP id KAA04418 for ; Thu, 25 Feb 1999 10:09:33 GMT Message-Id: <12664.199902251009@quartz.epcc.ed.ac.uk> Date: Thu, 25 Feb 1999 10:09:33 GMT From: st@epcc.ed.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10255: Some more SiS chipset PCI IDs for chipset_probe() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10255 >Category: kern >Synopsis: Some more SiS chipset PCI IDs for chipset_probe() >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 25 10:20:07 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott Telford >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Edinburgh Parallel Computing Centre, University of Edinburgh, UK. >Environment: >Description: I've appended a diff to /sys/pci/pcisupport.c (FreeBSD 2.2.8-RELEASE version) which adds recognition of the SiS 551x and 5597/5598 chipsets. I've tested this on an SiS 551x-based system and it give the following messages: chip0 rev 0 on pci0:0:0 chip1 rev 1 on pci0:1:0 chip2 rev 7 int a irq ?? on pci0:1:1 >How-To-Repeat: >Fix: --- pcisupport.c 1999/02/18 14:31:56 1.1 +++ pcisupport.c 1999/02/25 09:59:42 @@ -147,9 +147,15 @@ case 0x04061039: return ("SiS 85c501"); case 0x00081039: - return ("SiS 85c503"); + return ("SiS 85c503/5513/5597/5598 PCI-ISA bridge"); case 0x06011039: return ("SiS 85c601"); + case 0x55111039: + return ("SiS 5511"); + case 0x55131039: + return ("SiS 5513/5597/5598 IDE interface"); + case 0x55971039: + return ("SiS 5597/5598"); case 0x70008086: return ("Intel 82371SB PCI-ISA bridge"); case 0x70108086: >Release-Note: >Audit-Trail: >Unformatted: Scott Telford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message