From owner-freebsd-x11@freebsd.org Sun Apr 23 09:12:31 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 8D373D4CF83 for ; Sun, 23 Apr 2017 09:12:31 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.228]) (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 6C6F220D for ; Sun, 23 Apr 2017 09:12:30 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:28230] helo=localhost) by dnvrco-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id D8/AB-09002-8FF6CF85; Sun, 23 Apr 2017 09:12:24 +0000 Date: Sun, 23 Apr 2017 09:12:02 +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> <638244e8-80d0-164c-1120-bc3278384af8@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: Sun, 23 Apr 2017 09:12:31 -0000 > On 04/22/17 10:45, Thomas Mueller wrote: > >> 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? > Yes, this is correct. > > Or is drm-next a port, in the ports tree? > No, not yet. > > 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. > OK. >-HPS Now with freebsd-base-graphics source tree, would I use the regular ports tree, or would I need freebsd-ports-graphics tree instead? With pkgbase on the way, one thought that enters my mind is if drm-next will be installable as a package, and can the resulting FreeBSD installation be booted either with or without drm-next? Or is that too much to think about at this time? Tom