From owner-freebsd-current@FreeBSD.ORG Wed Nov 30 10:24:39 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E770E1065672 for ; Wed, 30 Nov 2011 10:24:39 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost01.isp.att.net (fmailhost01.isp.att.net [204.127.217.101]) by mx1.freebsd.org (Postfix) with ESMTP id D86818FC0A for ; Wed, 30 Nov 2011 10:24:39 +0000 (UTC) Date: Wed, 30 Nov 2011 10:24:39 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-68-210-130-165.sdf.bellsouth.net[68.210.130.165]) by isp.att.net (frfwmhc01) with SMTP id <20111130102438H0100gcvv7e>; Wed, 30 Nov 2011 10:24:39 +0000 X-Originating-IP: [68.210.130.165] From: "Thomas Mueller" To: freebsd-current@FreeBSD.org Message-Id: <20111130102439.E770E1065672@hub.freebsd.org> Cc: Subject: man ugen error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 10:24:40 -0000 According to ugen man page, ugen can be compiled into the kernel with device ugen in config file. I tried that in the kernel config when upgrading from FreeBSD 9.0-RC1 to RC2, but the kernel build stopped quickly with the message that ugen was not valid. After removing that line from kernel config, "make kernel" was successful. I didn't find "device ugen" anywhere in the conf/NOTES or conf/GENERIC files. I hope this man page error can be fixed in time for FreeBSD 9.0-RELEASE. Tom