From owner-cvs-src@FreeBSD.ORG Thu Aug 14 07:15:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9BBE37B41A; Thu, 14 Aug 2003 07:15:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B3743F75; Thu, 14 Aug 2003 07:15:17 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7EEFH0U043756; Thu, 14 Aug 2003 07:15:17 -0700 (PDT) (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7EEFGZU043755; Thu, 14 Aug 2003 07:15:16 -0700 (PDT) Message-Id: <200308141415.h7EEFGZU043755@repoman.freebsd.org> From: Pierre Beyssac Date: Thu, 14 Aug 2003 07:15:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 14:15:18 -0000 pb 2003/08/14 07:15:16 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Add support for the newer Moxa PCI 8-port, 16550-compatible based CP-168U board. It initializes and attaches in the same way as the older (but higher performance) C168H. The only difference is the board ID, which is 0x1681. PR: kern/53548 Submitted by: regnauld@catpipe.net MFC after: 1 week Revision Changes Path 1.23 +17 -0 src/sys/dev/puc/pucdata.c