From owner-freebsd-current@FreeBSD.ORG Tue Dec 12 15:13:02 2006 Return-Path: X-Original-To: Current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0439216A416 for ; Tue, 12 Dec 2006 15:13:02 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E325A43CE9 for ; Tue, 12 Dec 2006 15:11:22 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id kBCFCccc039895; Tue, 12 Dec 2006 10:12:38 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.6/8.13.3) with ESMTP id kBCFCbPm028888 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Dec 2006 10:12:37 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200612121512.kBCFCbPm028888@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 12 Dec 2006 10:12:18 -0500 To: Ian FREISLICH From: Mike Tancsa In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner1 X-Virus-Status: Clean Cc: FreeBSD current mailing list Subject: Re: PCI sio card X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2006 15:13:02 -0000 At 08:28 AM 12/12/2006, Ian FREISLICH wrote: >"Bjoern A. Zeeb" wrote: > > On Tue, 12 Dec 2006, Ian FREISLICH wrote: > > > > > Does anyone know how to get this working? > > > > > > none6@pci1:9:0: class=0x070002 card=0x40371409 chip=0x71681409 > rev=0x01 hdr >=0x00 > > > vendor = 'Timedia Technology Co Ltd' > > > device = 'SUN 1889 / SUN 1699 PCI / ISA Asynchronous UART > Signal Chips > Solution' > > > class = simple comms > > > > man 4 puc should do it. > >Thanks, for some reason I couldn't remember that. I now get: > >puc0: port 0xc800-0xc81f irq 21 >at device 9.0 on pci1 >puc0: [FAST] > >But no more sio devices. Am I still being dumb? If its current, would you not see it as uart devices ? Also, there used to be an issue of loading puc as a kld. Try statically compiling it in the kernel along with device uart (not sio) and see if /dev/cuau# devices come up. ---Mike