Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 10:09:33 GMT
From:      st@epcc.ed.ac.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/10255: Some more SiS chipset PCI IDs for chipset_probe()
Message-ID:  <12664.199902251009@quartz.epcc.ed.ac.uk>

next in thread | raw e-mail | index | archive | help

>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 <SiS 5511> rev 0 on pci0:0:0
chip1 <SiS 85c503/5513/5597/5598 PCI-ISA bridge> rev 1 on pci0:1:0
chip2 <SiS 5513/5597/5598 IDE interface> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12664.199902251009>