From owner-freebsd-bugs Tue Aug 1 1:20: 9 2000 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 702DF37BE3A for ; Tue, 1 Aug 2000 01:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA73584; Tue, 1 Aug 2000 01:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hub.freebsd.org (Postfix) with ESMTP id EF34637BB5F for ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/20337: [patch] sio driver, support for PCI multiport cards, part 4/4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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