From owner-freebsd-hardware Wed May 21 01:21:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA27378 for hardware-outgoing; Wed, 21 May 1997 01:21:54 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA27373 for ; Wed, 21 May 1997 01:21:51 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA13146; Wed, 21 May 1997 18:17:15 +1000 Date: Wed, 21 May 1997 18:17:15 +1000 From: Bruce Evans Message-Id: <199705210817.SAA13146@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@dk.tfs.com Subject: Re: isa bus and boca multiport boards Cc: brett@lariat.org, HARDWARE@FreeBSD.ORG, rberndt@nething.com, WELCHDW@wofford.edu Sender: owner-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Would anything be gained from having a #ifdef that makes the driver >understand 16550A only ? A little. Most of the gains can be obtained by just attaching a UART- specific interrupt handler. My version has the configuration of the interrupt handler moved out of the config file so that the driver can configure it better. I only use this to avoid going through siointr() to siointr1() in the non-COM_MULTIPORT case so far. Bruce