From owner-cvs-all@FreeBSD.ORG Tue Sep 16 01:08:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1CBD16A4B3; Tue, 16 Sep 2003 01:08:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3659E43FAF; Tue, 16 Sep 2003 01:08:09 -0700 (PDT) (envelope-from bde@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 h8G8890U061053; Tue, 16 Sep 2003 01:08:09 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8G888AW061052; Tue, 16 Sep 2003 01:08:08 -0700 (PDT) Message-Id: <200309160808.h8G888AW061052@repoman.freebsd.org> From: Bruce Evans Date: Tue, 16 Sep 2003 01:08:08 -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/ic ns16550.h src/sys/dev/sio sioreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 08:08:09 -0000 bde 2003/09/16 01:08:08 PDT FreeBSD src repository Modified files: sys/dev/ic ns16550.h sys/dev/sio sioreg.h Log: Moved the definitions of the bits in the ns*50 registers from sioreg.h to ns16550.h. The organization of these files was sort of backwards. The bits in the registers have no driver or bus dependencies but they but the offsets of the registers in bus space are very bus-dependent. However, it does no harm to keep the definitions of the register offsets in ns16550.h provided they are thought of as internal ns*50 offsets. Revision Changes Path 1.10 +85 -0 src/sys/dev/ic/ns16550.h 1.23 +0 -85 src/sys/dev/sio/sioreg.h