From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 15:18:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C25CD37B401 for ; Wed, 30 Jul 2003 15:18:24 -0700 (PDT) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08EB243F3F for ; Wed, 30 Jul 2003 15:18:24 -0700 (PDT) (envelope-from stanb@panix.com) Received: from panix.com (brillig.panix.com [166.84.1.76]) by mail1.panix.com (Postfix) with ESMTP id 3939E48787 for ; Wed, 30 Jul 2003 18:18:23 -0400 (EDT) Received: from teddy.fas.com (pcp01010374pcs.mplsnt01.sc.comcast.net [68.58.176.69]) by panix.com (Postfix) with ESMTP id 03E932AA41 for ; Wed, 30 Jul 2003 18:18:22 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 19hzH4-0002bA-00 for ; Wed, 30 Jul 2003 18:18:22 -0400 Date: Wed, 30 Jul 2003 18:18:22 -0400 From: stan To: Free BSD Questions list Message-ID: <20030730221822.GA9958@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.21 X-Uptime: 18:14:30 up 1 day, 8:47, 2 users, load average: 0.64, 0.82, 0.44 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Proper use of serial ports with puc device driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 22:18:25 -0000 I've got a dual serial port PCI card. I've added the pcuc device to my kernel, and it's detected like thsi (from dmesg): puc0: port 0xfce0-0xfcff irq 11 at device 6.0 on pci0 sio4: type 16550A sio5: type 16550A Which looks good so afre. However, I don't know how to get these assinged, so that I can use them as, asy, /dev/cuaa2 & /dev/cuaa3. What else do I need to do to make this work? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin