Date: Tue, 16 Mar 1999 21:10:03 -0800 (PST) From: nakagawa@jp.FreeBSD.org To: freebsd-bugs@FreeBSD.org Subject: i386/10608: add Opti Viper-M PCI ID Message-ID: <199903170510.VAA57247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903170510.VAA57247>