From loschert@servint.com  Tue May 16 08:07:47 2000
Return-Path: <loschert@servint.com>
Received: from mecca.servint.com (mecca.servint.com [209.50.225.14])
	by hub.freebsd.org (Postfix) with ESMTP id 9ABDB37B805
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 May 2000 08:07:46 -0700 (PDT)
	(envelope-from loschert@servint.com)
Received: from delft.loschert.net (207-172-63-5.s5.tnt3.rcm.va.dialup.rcn.com [207.172.63.5])
	by mecca.servint.com (8.9.3/8.9.0) with ESMTP id LAA18838
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 May 2000 11:26:20 -0400 (EDT)
Received: (qmail 841 invoked by uid 1000); 16 May 2000 15:02:40 -0000
Message-Id: <20000516150240.840.qmail@delft.loschert.net>
Date: 16 May 2000 15:02:40 -0000
From: loschert@servint.com
Reply-To: loschert@servint.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] PNP id addition to src/sys/isa/sio.c
X-Send-Pr-Version: 3.2

>Number:         18603
>Category:       kern
>Synopsis:       [PATCH] PNP id addition to src/sys/isa/sio.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 16 08:10:00 PDT 2000
>Closed-Date:    Wed May 17 19:13:43 PDT 2000
>Last-Modified:  Wed May 17 19:15:53 PDT 2000
>Originator:     Matt Loschert
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Servint Internet Services
>Environment:

FreeBSD delft.loschert.net 4.0-STABLE FreeBSD 4.0-STABLE #0: Tue May 16 10:33:34 EDT 2000
loschert@delft.loschert.net:/disk2/cvsup/branches/releng_4/src/sys/compile/QUICKIE  i386

>Description:

Addition of PNP ID to sio.c for recognition of Zoom 2812 56k modem

>How-To-Repeat:

>Fix:

--- sio.c	Tue May  2 02:05:50 2000
+++ sio.c.local	Tue May 16 10:26:50 2000
@@ -571,6 +571,7 @@
	{0xf015f435, NULL},	/* MOT15F0 - Motorola VoiceSURFR 56K Modem */
	{0x6045f435, NULL},	/* MOT4560 - Motorola ? */
	{0x61e7a338, NULL},	/* NECE761 - 33.6Modem */
+	{0x0f804f3f, NULL},	/* OZO800f - Zoom 2812 (56k Modem) */
	{0x39804f3f, NULL},	/* OZO8039 - Zoom 56k flex */
	{0x3024a341, NULL},	/* PMC2430 - Pace 56 Voice Internal Modem */
	{0x1000eb49, NULL},	/* ROK0010 - Rockwell ? */

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tanimura 
State-Changed-When: Wed May 17 19:13:43 PDT 2000 
State-Changed-Why:  
Fixed in rev 1.297(HEAD) and 1.291.2.3(RELENG_4), thanks! 
>Unformatted:
