From root@crox.cronyx.ru  Tue Aug  1 01:14:53 2000
Return-Path: <root@crox.cronyx.ru>
Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53])
	by hub.freebsd.org (Postfix) with ESMTP id EF34637BB5F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Aug 2000 01:14:45 -0700 (PDT)
	(envelope-from root@crox.cronyx.ru)
Received: from crox.cronyx.ru by hanoi.cronyx.ru with ESMTP id MAA01754;
  (8.9.3/vak/2.1) Tue, 1 Aug 2000 12:19:22 +0400 (MSD)
Received: (from root@localhost)
	by crox.cronyx.ru (8.9.3/8.9.3) id MAA03081;
	Tue, 1 Aug 2000 12:04:46 +0400 (MSD)
	(envelope-from root)
Message-Id: <200008010819.MAA01754@hanoi.cronyx.ru>
Date: Tue, 1 Aug 2000 12:19:22 +0400 (MSD)
From: vak@cronyx.ru
Sender: root@crox.cronyx.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] sio driver, support for PCI multiport cards, part 4/4
X-Send-Pr-Version: 3.2

>Number:         20337
>Category:       kern
>Synopsis:       Support for PCI multiport cards for sio driver
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 01:20:03 PDT 2000
>Closed-Date:    Tue Aug 1 02:10:55 PDT 2000
>Last-Modified:  Tue Aug 01 02:11:20 PDT 2000
>Originator:     Serge Vakulenko
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
Cronyx Engineering Ltd.
>Environment:

	FreeBSD 4.0, Cronyx-Omega-PCI serial multiport adapters.

>Description:

	To handle non-intelligent multiport async adapters,
	the sio driver lacks the PCI detection and attachment routines.
	Some rearrangment of the sio.c is also required.

	The patch consists of four parts:
	1) sys/isa/siovar.h (new file)
	2) sys/isa/sio.c (patch)
	3) sys/pci/sio_pci.c (new file)
	4) sys/conf/files.i386 (patch)

>How-To-Repeat:
>Fix:

	Part 4 of 4.
	
--- files40.i386	Fri Jul 28 17:11:26 2000
+++ files.i386	Fri Jul 28 17:12:17 2000
@@ -389,6 +389,7 @@
 isa/ppc.c			optional	ppc
 isa/psm.c			optional	psm
 isa/sio.c			optional	sio
+pci/sio_pci.c			optional	sio pci
 isa/syscons_isa.c		optional	sc
 isa/vga_isa.c			optional	vga
 kern/subr_diskmbr.c		standard

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Tue Aug 1 02:10:55 PDT 2000 
State-Changed-Why:  
Originator has been asked to send the entire patchkit in a single 
PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20337 
>Unformatted:
