From owner-freebsd-arch@freebsd.org Sun Feb 12 14:59:35 2017 Return-Path: Delivered-To: freebsd-arch@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 A4A98CDC8F1 for ; Sun, 12 Feb 2017 14:59:35 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89F78139B for ; Sun, 12 Feb 2017 14:59:34 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (67-0-223-161.albq.qwest.net [67.0.223.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id DA1601928BA for ; Sun, 12 Feb 2017 14:59:25 +0000 (UTC) To: freebsd-arch From: Sean Bruno Subject: Thinning out GENERIC Message-ID: <34e4e9bd-c7a8-e3e2-4cef-98a691ea7944@freebsd.org> Date: Sun, 12 Feb 2017 07:59:21 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wOU8TFEWB5Vp5pwSDFa0v5h12Aw27h02V" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 14:59:35 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wOU8TFEWB5Vp5pwSDFa0v5h12Aw27h02V Content-Type: multipart/mixed; boundary="DawjOxKTVW2EA64aEaBbEei0FWf2mKqHu"; protected-headers="v1" From: Sean Bruno To: freebsd-arch Message-ID: <34e4e9bd-c7a8-e3e2-4cef-98a691ea7944@freebsd.org> Subject: Thinning out GENERIC --DawjOxKTVW2EA64aEaBbEei0FWf2mKqHu Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Index: sys/conf/files =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/conf/files (revision 313683) +++ sys/conf/files (working copy) @@ -2419,7 +2419,7 @@ dev/pci/pci_user.c optional pci dev/pci/pcib_if.m standard dev/pci/pcib_support.c standard -dev/pci/vga_pci.c optional pci +#dev/pci/vga_pci.c optional pci dev/pcn/if_pcn.c optional pcn pci dev/pdq/if_fea.c optional fea eisa dev/pdq/if_fpa.c optional fpa pci I'm playing around with small x86 builds and wanted to come up with a knob that disables the vga_pci driver. Obviously I still want pci(4) to be enabled, but I definitely do not need the vga interfaces for anything. Any suggestions? sean --DawjOxKTVW2EA64aEaBbEei0FWf2mKqHu-- --wOU8TFEWB5Vp5pwSDFa0v5h12Aw27h02V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEEuq1GMucSHejSCZfdEgHvyh5yfmQFAligeElfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJB QUQ0NjMyRTcxMjFERThEMjA5OTdERDEyMDFFRkNBMUU3MjdFNjQACgkQEgHvyh5y fmToOQgAzo36LysXuKY9yykCrfeUULw3ZHxvazZ1MrwSlLltQ/YLaH80PrtBa4C2 tOGgPNwP4jH3Yok87KgViPoe3aZtU+UxWy4Q3JX/a/qUgn86uqpw8VsxnQFIpS6A MzkixW2TFnyAUFve5A4V5BeKMiXV9wMtAADILAqVWDCQ/KN6G+tZJrWaTRYa4sK0 9svNHh6P7uqCVdAA/+KzhWAHwm/mgXF/EfUCZUeL0ywGGbS3xJfHRRAuRcRSgBGe IWmrNTQSuhf0E2XcleUhleQQif3ve9F4nRsKsVUUCG/SMCoodUIAFQUEGh2uBrpD 32n+U+tTgUBKtJj2r1TJ9vkRr3+fjg== =ipJS -----END PGP SIGNATURE----- --wOU8TFEWB5Vp5pwSDFa0v5h12Aw27h02V--