From owner-freebsd-bugs Tue Mar 16 21:10:23 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 18DEE15500 for ; Tue, 16 Mar 1999 21:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA57247; Tue, 16 Mar 1999 21:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 16 Mar 1999 21:10:03 -0800 (PST) Message-Id: <199903170510.VAA57247@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: nakagawa@jp.FreeBSD.org Subject: i386/10608: add Opti Viper-M PCI ID Reply-To: nakagawa@jp.FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/10608; it has been noted by GNATS. From: nakagawa@jp.FreeBSD.org To: freebsd-gnats-submit@freebsd.org Cc: Subject: i386/10608: add Opti Viper-M PCI ID Date: Mon, 15 Mar 1999 19:25:48 -0800 (PST) >Number: 10608 >Category: i386 >Synopsis: add Opti Viper-M PCI ID >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: Mon Mar 15 19:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: NAKAGAWA, Yoshihisa >Release: current >Organization: Japan FreeBSD User Group >Environment: >Description: Some machine are using Opti Viper-M chipset. Add Opti Viper-M PCI ID. >How-To-Repeat: >Fix: *** pcisupport.c.org Tue Mar 16 12:19:44 1999 --- pcisupport.c Tue Mar 16 12:21:26 1999 *************** *** 397,402 **** --- 397,408 ---- case 0x003b1033: return ("NEC 003B PCI to PC-98 C-bus bridge"); + /* Opti -- vendor 0x1045 */ + case 0xc5571045: + return ("Opti 82C557 (Viper-M) host to PCI bridge"); + case 0xc5581045: + return ("Opti 82C558 (Viper-M) ISA+IDE"); + /* Ross (?) -- vendor 0x1166 */ case 0x00051166: fixbushigh_Ross(tag); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message