Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2000 12:19:22 +0400 (MSD)
From:      vak@cronyx.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/20337: [patch] sio driver, support for PCI multiport cards, part 4/4
Message-ID:  <200008010819.MAA01754@hanoi.cronyx.ru>

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

>Number:         20337
>Category:       kern
>Synopsis:       Support for PCI multiport cards for sio driver
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 01 01:20:03 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


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?200008010819.MAA01754>