From owner-cvs-src@FreeBSD.ORG Thu Jun 21 14:36:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 982BB16A41F; Thu, 21 Jun 2007 14:36:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 72E8D13C45D; Thu, 21 Jun 2007 14:36:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5LEaN5W092934; Thu, 21 Jun 2007 14:36:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5LEaNpl092933; Thu, 21 Jun 2007 14:36:23 GMT (envelope-from imp) Message-Id: <200706211436.l5LEaNpl092933@repoman.freebsd.org> From: Warner Losh Date: Thu, 21 Jun 2007 14:36:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_port.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Jun 2007 14:36:23 -0000 imp 2007-06-21 14:36:22 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Restore approximately FreeBDS 6.x's level of compatibility macros. Older drivers that do not wish to convert to the native API (which will work with both 6.x and 7.x) can simply include . Drivers in the tree shouldn't these macros, unless they actually work on other OSes and are actively maintained. Approved by: re@ Revision Changes Path 1.96 +74 -4 src/sys/dev/usb/usb_port.h