From owner-freebsd-questions@FreeBSD.ORG Sun May 28 10:40:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AED116B001 for ; Sun, 28 May 2006 10:38:07 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0862743D4C for ; Sun, 28 May 2006 10:38:06 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so352858nzf for ; Sun, 28 May 2006 03:38:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jBGCW+5LAK+LV6IeyDTNrKHsJkqNKEXvz5kDcct0Gxy/0PyUGai1aRu3vz4cOb9MzbeYKjEWlLF8w+Cyd0plv7z0d7Ug3Zd18HeZjq2MZgx1ebYlbG4xHShytMItJLBX9tM73pYSNW81muhVXeKZSIEC9sCSaPMLdi4l7S6eTGc= Received: by 10.36.20.8 with SMTP id 8mr1657040nzt; Sun, 28 May 2006 03:38:06 -0700 (PDT) Received: by 10.36.104.17 with HTTP; Sun, 28 May 2006 03:38:06 -0700 (PDT) Message-ID: Date: Sun, 28 May 2006 05:38:06 -0500 From: "Nikolas Britton" To: "william wallace" In-Reply-To: <87ab37ab0605272028o54e0a2c9x65cc69ffc6c0e3af@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <87ab37ab0605272028o54e0a2c9x65cc69ffc6c0e3af@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: what is the use of drm_os_freebsd.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 10:40:48 -0000 On 5/27/06, william wallace wrote: > hi ,all > I am porting something from linux to freebsd ,i found the > DataTypes hard to translate ,then i saw that many types inlinux can be > found in drm_os_freebsd.h,such as > typedef int8_t s8; > typedef int16_t s16; > typedef int32_t s32; > typedef u_int8_t u8; > typedef u_int16_t u16; > typedef u_int32_t u32; > > so ,what is the use of drm_os_freebsd.h > and any advice for me to translate DT from linux to Freebsd? > "The Direct Rendering Manager (DRM) is a device-independent kernel-level device driver that provides support for the XFree86 Direct Rendering Infrastructure (DRI)." --src/sys/dev/drm/drm.h I can't find the file your talking about so this is just a guess. --=20 BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/