From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 17 05:12:42 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32A1BBE5 for ; Mon, 17 Dec 2012 05:12:42 +0000 (UTC) (envelope-from jim.harris@gmail.com) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id B37DD8FC0A for ; Mon, 17 Dec 2012 05:12:41 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id dr1so1448583wgb.1 for ; Sun, 16 Dec 2012 21:12:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=aXtghQC4NZUY+bXOxqZWZmJuDUYuOUmjvivHXCSwZfk=; b=aWxTu4f/TuFQoznEZFotFV+TX8+KZpCn4pflromlTper0bhMrPSfxHFWYwXbyvJzib M4CKVbNWsAyrLXoipU3HONMlDI64yXr8v9zFvO30iAU9hskQsiF10xHX/c2J2dRBZMPc FQUmz5zz9Zd8GYA67gZJEpUW9b6ByGmx0VYkJ8DzTatNIwa1C6M8PXG7Bcx0Hq00TrJK s5MQjmnelanbholZOgSIsA/YqPD2x5DaHHuZmNJ4lhR03rS4ocaCLD8RSS3FWGb9k1N1 4zqyJkkizEibuebff5V575Gy6nDiHD7kxOLw41OS20pfs4DicIFvBI/E0OumYpIoGAB/ Ed2A== MIME-Version: 1.0 Received: by 10.194.238.5 with SMTP id vg5mr14633675wjc.40.1355721160370; Sun, 16 Dec 2012 21:12:40 -0800 (PST) Sender: jim.harris@gmail.com Received: by 10.217.57.4 with HTTP; Sun, 16 Dec 2012 21:12:40 -0800 (PST) In-Reply-To: References: <50CE5CB3.7010906@gmail.com> Date: Sun, 16 Dec 2012 22:12:40 -0700 X-Google-Sender-Auth: mRlsmsoRvBxfxMLyWDFpXf8LUSA Message-ID: Subject: Re: Kernel Compile Fail From: Jim Harris To: Peter Wemm Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "amd64 @ FreeBSD" X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 05:12:42 -0000 On Sun, Dec 16, 2012 at 9:18 PM, Peter Wemm wrote: > On Sun, Dec 16, 2012 at 3:43 PM, Joseph A. Nagy, Jr > wrote: > > I started my kernel compile with my custom settings[0] but it's failing > at > > one point[1] and while I think I know why, I'd like a second opinion. > > > > [0]: http://codepad.org/EZTCVMZC > > [1]: http://codepad.org/58GFHGnE > > You are missing the following entries: > device scbus # SCSI bus (required for ATA/SCSI) > device da # Direct Access (disks) > device cd # CD > device pass # Passthrough device (direct ATA/SCSI > access) > > ATA is now a cam/scbus/etc consumer and you took those out. > Looks like you might need to add "device drm" as well. -Jim