Date: Fri, 17 Feb 2017 15:38:44 -0700 From: Sean Bruno <sbruno@freebsd.org> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-arch@freebsd.org, Warner Losh <imp@bsdimp.com> Subject: Re: Thinning out GENERIC Message-ID: <ff7504ff-94c8-2834-049d-8f98052731e1@freebsd.org> In-Reply-To: <6526794.FlmyzlfvMp@ralph.baldwin.cx> References: <34e4e9bd-c7a8-e3e2-4cef-98a691ea7944@freebsd.org> <1907688.dXvDEfTesD@ralph.baldwin.cx> <ff6d9a9d-36f2-459f-78c5-a7269c2caae9@freebsd.org> <6526794.FlmyzlfvMp@ralph.baldwin.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --hTnf0vgD38OwTRTqB0uOaf7d7W0AsJfTB Content-Type: multipart/mixed; boundary="k1t32LmF7mBN85C6NdXdAA8wqXsuGb0m0"; protected-headers="v1" From: Sean Bruno <sbruno@freebsd.org> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-arch@freebsd.org, Warner Losh <imp@bsdimp.com> Message-ID: <ff7504ff-94c8-2834-049d-8f98052731e1@freebsd.org> Subject: Re: Thinning out GENERIC References: <34e4e9bd-c7a8-e3e2-4cef-98a691ea7944@freebsd.org> <1907688.dXvDEfTesD@ralph.baldwin.cx> <ff6d9a9d-36f2-459f-78c5-a7269c2caae9@freebsd.org> <6526794.FlmyzlfvMp@ralph.baldwin.cx> In-Reply-To: <6526794.FlmyzlfvMp@ralph.baldwin.cx> --k1t32LmF7mBN85C6NdXdAA8wqXsuGb0m0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable >> I don't want to remove it from GENERIC. I want to add the capability = to >> remove it. Sorry if that wasn't clear from my subject line, because i= t >> doesn't look clear now that I re-read it. >=20 > Why not make this conditional on 'vga'? GENERIC already contains 'devi= ce vga' > that the VGA-specific bits of 'vt', etc. are dependent on. >=20 A quick hack that seems to do what I want it to do, maybe I should just fire this off? 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 313900) +++ sys/conf/files (working copy) @@ -2401,7 +2401,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 vga dev/pcn/if_pcn.c optional pcn pci dev/pdq/if_fpa.c optional fpa pci dev/pdq/pdq.c optional nowerror fpa pci --k1t32LmF7mBN85C6NdXdAA8wqXsuGb0m0-- --hTnf0vgD38OwTRTqB0uOaf7d7W0AsJfTB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEEuq1GMucSHejSCZfdEgHvyh5yfmQFAline3RfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJB QUQ0NjMyRTcxMjFERThEMjA5OTdERDEyMDFFRkNBMUU3MjdFNjQACgkQEgHvyh5y fmThpwf9G24np0ztXiontSqe6nqmmkeaIRo9mQJQMvSBmRK9EIr39lSXJQhC2I2j rJo441pBsSChj/9Sl3DOFm2ohACtncewWKV+w6PbalzTVdI3rQQeSvwhJRQCo4Q8 bZACE5o733C2CCPGkM1sLbadX6Bts9ew5PGxGJVtnCxu1Cj7DlW6DxiDyhKF+E5v DCOWCUhBgE8cRYbtAEHFko4CjnEh1mpLT/y5eWFYy3VqNnUED65qBt3BLAvZTa2M TeC5ga5qPXE3W1p6Qhi4eADxgtk+FocruI/x8Wu6OpcxUaQgJu+Ao/TgYMEOCw+E hRpxaUaXcgM2mrrgOqy/cZZbmIOFzQ== =Yf/s -----END PGP SIGNATURE----- --hTnf0vgD38OwTRTqB0uOaf7d7W0AsJfTB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ff7504ff-94c8-2834-049d-8f98052731e1>