From owner-freebsd-x11@freebsd.org Sat Apr 22 08:46:20 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2893D4A025 for ; Sat, 22 Apr 2017 08:46:20 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C2B36944 for ; Sat, 22 Apr 2017 08:46:19 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:34032] helo=localhost) by dnvrco-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id AB/97-09002-4581BF85; Sat, 22 Apr 2017 08:46:13 +0000 Date: Sat, 22 Apr 2017 08:45:54 +0000 Message-ID: From: "Thomas Mueller" To: freebsd-x11@freebsd.org CC: Hans Petter Selasky Subject: Re: Switching branches of freebsd-base-graphics with git References: <8d4600d1-8676-1284-3350-ebcba954efb6@selasky.org> X-RR-Connecting-IP: 107.14.64.6:25 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2017 08:46:21 -0000 > Hi Eric, > drm-next is close to becoming a port for -current. > You still need to build drm-next for it to work. >-HPS Does this mean using drm-next branch of freebsd-base-graphics src tree instead of regular src tree? Or is drm-next a port, in the ports tree? In that case, which version of ports tree should be used, regular or freebsd-ports-graphics? I notice the GENERIC kernel config files have no line showing the date, making it difficult to keep up my custom kernel config and GENERIB. GENERIB differs from GENERIC by removing drivers for outdated hardware unlikely to be found, such as SCSI cards and ISA Ethernet, but with added support for some wireless, expecially rsu, not present in GENERIC. Tom