From owner-cvs-src@FreeBSD.ORG Sat Apr 26 15:19:03 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 7962337B404; Sat, 26 Apr 2003 15:19:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E220843F93; Sat, 26 Apr 2003 15:19:02 -0700 (PDT) (envelope-from imp@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 h3QMJ20U059818; Sat, 26 Apr 2003 15:19:02 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QMJ2jQ059816; Sat, 26 Apr 2003 15:19:02 -0700 (PDT) Message-Id: <200304262219.h3QMJ2jQ059816@repoman.freebsd.org> From: Warner Losh Date: Sat, 26 Apr 2003 15:19:02 -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/ata ata-card.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: Sat, 26 Apr 2003 22:19:04 -0000 imp 2003/04/26 15:19:02 PDT FreeBSD src repository Modified files: sys/dev/ata ata-card.c Log: MF-p4: "Ian gave me this patch" I assume this is iadowse@. Also, pull in a few devices NetBSD's table. More are there, but I need to properly move them to pccarddev before including them here. Revision Changes Path 1.11 +19 -1 src/sys/dev/ata/ata-card.c