From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 19 15:00:21 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B69106564A for ; Mon, 19 Dec 2011 15:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 78E4F8FC18 for ; Mon, 19 Dec 2011 15:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBJF0L3V025798 for ; Mon, 19 Dec 2011 15:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBJF0LBa025797; Mon, 19 Dec 2011 15:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 19 Dec 2011 15:00:21 GMT Resent-Message-Id: <201112191500.pBJF0LBa025797@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Hardware Hacker Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47F81106566B for ; Mon, 19 Dec 2011 14:57:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 36E0C8FC0A for ; Mon, 19 Dec 2011 14:57:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBJEvcnO063484 for ; Mon, 19 Dec 2011 14:57:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBJEvcE4063483; Mon, 19 Dec 2011 14:57:38 GMT (envelope-from nobody) Message-Id: <201112191457.pBJEvcE4063483@red.freebsd.org> Date: Mon, 19 Dec 2011 14:57:38 GMT From: Anonymous Hardware Hacker To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/163450: new pci quad serial card supported by puc X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2011 15:00:22 -0000 >Number: 163450 >Category: misc >Synopsis: new pci quad serial card supported by puc >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 Dec 19 15:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Anonymous Hardware Hacker >Release: 8.2 >Organization: >Environment: 8.2-STABLE i386 >Description: Insert this into /sys/dev/puc/pucdata.c to support a cheap PCI quad serial card (found on eBay from China) with chip labeled 'Sun 1040'. The new uart's show on boot or dmesg: uart2: <16550 or compatible> at port 1 on puc0 ... up to uart5 at port 4. Basic testing: the four ports were successfully tested at 9600 then 115200 bps, one at a time with 'cu', a crossover cable and another terminal, sending and receiving a few characters typed on keyboard. /* Sun 1040 board */ { 0x5372, 0x6873, 0xffff, 0, "Sun 1040 PCI Quad Serial", DEFAULT_RCLK, PUC_PORT_4S, 0x10, 4, 0, }, >How-To-Repeat: >Fix: Also update 'man 4 sio' manpage to tell sio has been broken since the new tty came out, can't appear in i386/amd64 kernel config file (don't know for other architectures), and has been replaced with uart. >Release-Note: >Audit-Trail: >Unformatted: