From owner-cvs-src@FreeBSD.ORG Thu Feb 12 01:17:16 2004 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 E597A16A4CE; Thu, 12 Feb 2004 01:17:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABA843D2F; Thu, 12 Feb 2004 01:17:16 -0800 (PST) (envelope-from grehan@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 i1C9HGGe016532; Thu, 12 Feb 2004 01:17:16 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1C9HG8s016531; Thu, 12 Feb 2004 01:17:16 -0800 (PST) (envelope-from grehan) Message-Id: <200402120917.i1C9HG8s016531@repoman.freebsd.org> From: Peter Grehan Date: Thu, 12 Feb 2004 01:17:16 -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/conf files.powerpc src/sys/powerpc/powermac ata_kauai.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, 12 Feb 2004 09:17:17 -0000 grehan 2004/02/12 01:17:16 PST FreeBSD src repository Modified files: sys/conf files.powerpc Added files: sys/powerpc/powermac ata_kauai.c Log: Work-in-progress for the 'Kauai' ATA device in Mac notebooks. The device seems to be the macio ATA cell with a PCI front-end, and has no relation to PIIX-style ATA/PCI devices. Revision Changes Path 1.36 +1 -0 src/sys/conf/files.powerpc 1.1 +190 -0 src/sys/powerpc/powermac/ata_kauai.c (new)