Re: svn commit: r279487 - head/sys/dev/pci

2015-03-02 Thread Jean-Sébastien Pédron
On 01.03.2015 20:39, Jan Beich wrote: > This breaks build for a kernel without VESA or X86BIOS. Also, x86bios > maybe loaded later as a module. Doesn't r279494 fix the problem? -- Jean-Sébastien Pédron signature.asc Description: OpenPGP digital signature

Re: svn commit: r279487 - head/sys/dev/pci

2015-03-02 Thread Jan Beich
Jean-Sebastien Pedron writes: > Modified: head/sys/dev/pci/vga_pci.c [...] > +int > +vga_pci_repost(device_t dev) > +{ > +#if defined(__amd64__) || defined(__i386__) > + x86regs_t regs; > + > + if (!vga_pci_is_boot_display(dev)) > + return (EINVAL); > + > + if (x86bios_get

Re: svn commit: r279487 - head/sys/dev/pci

2015-03-01 Thread Jean-Sébastien Pédron
On 01.03.2015 16:02, Bjoern A. Zeeb wrote: >> Author: dumbbell >> Date: Sun Mar 1 12:47:36 2015 >> New Revision: 279487 >> URL: https://svnweb.freebsd.org/changeset/base/279487 >> >> Log: >> vgapci: New vga_pci_repost() function > > I think this broke a couple of i386 and pc98 kernel configs: I

Re: svn commit: r279487 - head/sys/dev/pci

2015-03-01 Thread Bjoern A. Zeeb
> On 01 Mar 2015, at 12:47 , Jean-Sebastien Pedron wrote: > > Author: dumbbell > Date: Sun Mar 1 12:47:36 2015 > New Revision: 279487 > URL: https://svnweb.freebsd.org/changeset/base/279487 > > Log: > vgapci: New vga_pci_repost() function > > This can be used to restore the VGA mode after a