From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 27 14:58:56 2006 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED55116A4E5 for ; Thu, 27 Jul 2006 14:58:56 +0000 (UTC) (envelope-from helge.oldach@atosorigin.com) Received: from miram.origin-it.net (mail.de.atosorigin.com [194.8.96.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE4843D53 for ; Thu, 27 Jul 2006 14:58:55 +0000 (GMT) (envelope-from helge.oldach@atosorigin.com) Received: from markab.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68]) by miram.origin-it.net (8.13.6/8.13.6/hmo020206) with ESMTP id k6REhj9H012955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Jul 2006 16:58:53 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: from DEHHX001.deuser.de.intra (dehhx001.hbg.de.int.atosorigin.com [161.90.164.121]) by markab.hbg.de.int.atosorigin.com (8.13.6/8.13.6/hmo020206) with ESMTP id k6QEZEH3029795; Wed, 26 Jul 2006 16:35:14 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Wed, 26 Jul 2006 16:35:13 +0200 Message-ID: <39AFDF50473FED469B15B6DFF2262F7A01197E92@DEHHX001.deuser.de.intra> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: puc question thread-index: AcawpcPnEDltJayVT6W2QEycKYWjJAAGju+Q From: To: , Cc: Subject: RE: puc question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 14:58:57 -0000 > > 20060428: > > The puc(4) driver has been overhauled. The ebus(4) and sbus(4) > > attachments have been removed. Make sure to configure scc(4) > > on sparc64. Note also that by default puc(4) will use uart(4) > > and not sio(4) for serial ports because interrupt handling has > > been optimized for multi-port serial cards and only uart(4) > > implements the interface to support it. >=20 > Does the puc driver now obsoletes sio as it's going to use uart = instead? # dmesg -a | egrep 'uart|puc' puc0: port 0x2000-0x201f irq 10 at device = 14.0 on pci0 uart0: <16550 or compatible> on puc0 uart1: <16550 or compatible> on puc0 uart2: <16550 or compatible> port 0x3f8-0x3ff irq 4 on acpi0 uart3: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 #=20 I have "nodevice sio" in my kernel config and kldloaded puc.ko and = uart.ko. Helge