From owner-freebsd-questions@FreeBSD.ORG Thu Jul 16 06:54:11 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9186E106566C for ; Thu, 16 Jul 2009 06:54:11 +0000 (UTC) (envelope-from rfarmer768@gmail.com) Received: from mail-gx0-f217.google.com (mail-gx0-f217.google.com [209.85.217.217]) by mx1.freebsd.org (Postfix) with ESMTP id 50B4C8FC13 for ; Thu, 16 Jul 2009 06:54:11 +0000 (UTC) (envelope-from rfarmer768@gmail.com) Received: by gxk17 with SMTP id 17so6179894gxk.19 for ; Wed, 15 Jul 2009 23:54:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=tWAfBxrnG1NR+0eBHmjYdYurlqpn9BvaFH2cEPqqAQ8=; b=sAwf316plxy933LL96uCEt0X8jcHNEqCWb0PTEZJRpLEA/8+2er2DqhPYpvqQrPY22 i0krTiiP/VAv5Zl8Bjvw9Q6aNp7X3v4+ZwvSFKfMPspwkOfQf4iUUkeqlrly7J+i9eYE sXMSpjuWyDiNHe5TEYQ17xuA5tqSRloqJ5wqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=c/eAogV28PDnStLPPSqP92tAD0as0erHU0z/5kxshMbY3uI3i4sWsLgglCVdT+2V4N UwWQd1El+aWX0uVPclfRghL5zM6OHyCfGKML8RfX+fUK+6fWme/SyI/tidBkNnoLuATv zZJEGDb7+/7vLlM879PrPz+v7ye5I8d5CePEI= MIME-Version: 1.0 Received: by 10.150.229.21 with SMTP id b21mr13960315ybh.263.1247725805835; Wed, 15 Jul 2009 23:30:05 -0700 (PDT) Date: Wed, 15 Jul 2009 23:30:05 -0700 Message-ID: From: Rob Farmer To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: device "urtw" is unknown 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: Thu, 16 Jul 2009 06:54:11 -0000 Hi, I am trying to build a custom kernel with the urtw device on 8.0 beta 1 amd64. According to the man page, I should add device urtw to my config (just Generic plus this) and it should work. But, I get: config: Error: device "urtw" is unknown What am I missing?