From owner-p4-projects@FreeBSD.ORG Sat Oct 20 00:45:41 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3EB1816A419; Sat, 20 Oct 2007 00:45:41 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E235916A417 for ; Sat, 20 Oct 2007 00:45:40 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF05513C43E for ; Sat, 20 Oct 2007 00:45:40 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9K0jel2010543 for ; Sat, 20 Oct 2007 00:45:40 GMT (envelope-from kmacy@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9K0je6E010540 for perforce@freebsd.org; Sat, 20 Oct 2007 00:45:40 GMT (envelope-from kmacy@freebsd.org) Date: Sat, 20 Oct 2007 00:45:40 GMT Message-Id: <200710200045.l9K0je6E010540@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kmacy@freebsd.org using -f From: Kip Macy To: Perforce Change Reviews Cc: Subject: PERFORCE change 127804 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 00:45:41 -0000 http://perforce.freebsd.org/chv.cgi?CH=127804 Change 127804 by kmacy@kmacy_home:ethng on 2007/10/20 00:45:05 add linux pci compat shims move scatterlist out of generic linux compat add irqreturn_t to generic compat Affected files ... .. //depot/projects/ethng/src/sys/contrib/rdma/ib_verbs.h#4 edit .. //depot/projects/ethng/src/sys/sys/linux_compat.h#5 edit .. //depot/projects/ethng/src/sys/sys/linux_pci.h#1 add Differences ... ==== //depot/projects/ethng/src/sys/contrib/rdma/ib_verbs.h#4 (text+ko) ==== @@ -43,6 +43,7 @@ #define IB_VERBS_H #include +#include union ib_gid { u8 raw[16]; ==== //depot/projects/ethng/src/sys/sys/linux_compat.h#5 (text+ko) ==== @@ -35,15 +35,9 @@ #define page vm_page -struct scatterlist { - vm_page_t page; - unsigned int offset; - bus_addr_t dma_address; - unsigned int length; -}; - typedef uint32_t gfp_t; typedef struct mtx spinlock_t; +typedef int irqreturn_t; #define __iomem #define __init