From owner-p4-projects@FreeBSD.ORG Wed Aug 20 18:26:34 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B6EA716A4C1; Wed, 20 Aug 2003 18:26:33 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C0A216A4BF for ; Wed, 20 Aug 2003 18:26:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B9443FDF for ; Wed, 20 Aug 2003 18:26:33 -0700 (PDT) (envelope-from marcel@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 h7L1QW0U016509 for ; Wed, 20 Aug 2003 18:26:32 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7L1QWZt016506 for perforce@freebsd.org; Wed, 20 Aug 2003 18:26:32 -0700 (PDT) Date: Wed, 20 Aug 2003 18:26:32 -0700 (PDT) Message-Id: <200308210126.h7L1QWZt016506@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 36544 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 01:26:34 -0000 http://perforce.freebsd.org/chv.cgi?CH=36544 Change 36544 by marcel@marcel_nfs on 2003/08/20 18:26:04 Merge support for the HP diva management board from the ia64 branch. Define the serial ports as type UART, not COM due to the fact that the ports are mapped in memory. Affected files ... .. //depot/projects/uart/dev/puc/pucdata.c#5 edit Differences ... ==== //depot/projects/uart/dev/puc/pucdata.c#5 (text+ko) ==== @@ -51,6 +51,17 @@ const struct puc_device_description puc_devices[] = { + { "Diva Serial [GSP] Multiport UART", + NULL, + { 0x103c, 0x1048, 0x103c, 0x1282 }, + { 0xffff, 0xffff, 0xffff, 0xffff }, + { + { PUC_PORT_TYPE_UART, 0x10, 0x00, 0, PUC_FLAGS_MEMORY }, + { PUC_PORT_TYPE_UART, 0x10, 0x10, 0, PUC_FLAGS_MEMORY }, + { PUC_PORT_TYPE_UART, 0x10, 0x38, 0, PUC_FLAGS_MEMORY }, + }, + }, + { "Comtrol RocketPort 550/4 RJ45", NULL, { 0x11fe, 0x8014, 0, 0 },