From owner-cvs-all@FreeBSD.ORG Tue Jan 6 10:59:38 2004 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 2032516A4CE; Tue, 6 Jan 2004 10:59:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C0143D4C; Tue, 6 Jan 2004 10:59:37 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i06Ixb0B071236; Tue, 6 Jan 2004 10:59:37 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i06Ixbqd071235; Tue, 6 Jan 2004 10:59:37 -0800 (PST) (envelope-from jhb) Message-Id: <200401061859.i06Ixbqd071235@repoman.freebsd.org> From: John Baldwin Date: Tue, 6 Jan 2004 10:59:37 -0800 (PST) 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 i8259.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, 06 Jan 2004 18:59:38 -0000 jhb 2004/01/06 10:59:37 PST FreeBSD src repository Added files: sys/dev/ic i8259.h Log: Add a header for the i8259A register definitions. This is based on additions to sys/amd64/isa/icu.h from PIIX4 and other datasheets. I tweaked a few comments based on the NetBSD header of the same name when I merged the constants to sys/i386/isa/icu.h, but the vast majority of this file was created independently by Peter and not taken from any existing files. Submitted by: peter Revision Changes Path 1.1 +86 -0 src/sys/dev/ic/i8259.h (new)