Re: Mesa 11.0.8 update

2015-12-22 Thread Nigel Taylor
On 12/22/15 08:29, Jonathan Gray wrote: > On Mon, Dec 21, 2015 at 10:48:31PM +0000, Nigel Taylor wrote: >> On 12/21/15 18:15, Matthieu Herrb wrote: >>> On Mon, Dec 21, 2015 at 11:10:28PM +1100, Jonathan Gray wrote: >>>> Here is a patch to update the version of Mesa i

Re: Mesa 11.0.8 update

2015-12-21 Thread Nigel Taylor
On 12/21/15 18:15, Matthieu Herrb wrote: > On Mon, Dec 21, 2015 at 11:10:28PM +1100, Jonathan Gray wrote: >> Here is a patch to update the version of Mesa in xenocara from 11.0.6 >> to a newer version of the 11.0 stable branch 11.0.8 >> >> 11.0.7 notes http://www.mesa3d.org/relnotes/11.0.7.html >>

Re: Building flavors with dpb

2015-12-03 Thread Nigel Taylor
On 12/03/15 09:04, Tati Chevron wrote: > I'm trying to build the no_ada flavour of gcc 4.9 using dpb on a > machine running 5.8-release, and it fails: > > # export FLAVOR=no_ada > # dpb -D BUILD_USER=ports -D CDROM_ONLY -D FTP_ONLY -F 0 -L > /portswork/logs -l /portswork/locks lang/gcc/4.9 > > Fa

Re: fuck you pkg.conf

2014-11-29 Thread Nigel Taylor
On 11/29/14 11:07, Antoine Jacoutot wrote: > Hi. > > So. Each time pkg_add runs, it tries to connect to either PKG_PATH or > to installpath from pkg.conf to fetch quirks (I assume). When you > have no network anymore (moving around with your laptop or whatever), > and you want to install a local p

Re: Undefined symbol in ld.so

2014-06-24 Thread Nigel Taylor
On 06/24/14 09:30, William Orr wrote: > ld.so in -current isn't building right now, due to an undefined reference to > _dl_realloc caused by the recent addition of _dl_reallocarray. The following > diff implements _dl_realloc, largely copied from the implementation in > lib/libc/stdlib/malloc.c. >

Re: Problems compiling libsqlite3

2012-12-02 Thread Nigel Taylor
On 12/02/12 17:33, James Turner wrote: > On Sun, Dec 02, 2012 at 05:07:47PM +, Miod Vallat wrote: >>> I'm trying to build the latest libsqlite3 in tree and am running into a >>> number of problems. First I want to make sure I'm following the correct >>> build procedure. >>> >>> In lib/libsqlite

Re: unsigned >= 0 comparisons

2012-06-25 Thread Nigel Taylor
On 06/25/12 18:54, Arto Jonsson wrote: > Hi, > > a couple of >= 0 comparisons on unsigned integers. These refer to Bitrig > commits 171e1f9d and 72337965 respectively. > > Index: sys/arch/amd64/amd64/machdep.c > === > RCS file: /cvs/

Re: Radeon HD5450

2012-04-09 Thread Nigel Taylor
On 04/09/12 10:58, Abel Abraham Camarillo Ojeda wrote: > On Sun, Apr 24, 2011 at 6:13 AM, Owain Ainsworth > wrote: >> On Sat, Apr 23, 2011 at 11:07:16PM -0400, Mark Peoples wrote: >>> On Sun, Apr 03, 2011 at 08:37:08AM -0400, Mark Peoples wrote: The following along with an update to xf86-vide

Re: Radeon HD4250 : radeon vs vesa driver.

2011-07-25 Thread Nigel Taylor
possible to use the later ati 6.14.2 drivers, get the code from here: http://ftp.x.org/pub/individual/driver/xf86-video-ati-6.14.2.tar.gz extract the archive and follow the instructions in the previous e-mail link to build/install. I use this for a HD4250 and a Mobile HD5450 in my laptop. Regards Nigel Taylor

Re: Radeon HD5450

2011-04-03 Thread Nigel Taylor
with 790GX motherboard / HD 3300 on board. PC with 770G motherboard / HD 3200 on board. For all 3 PC's zaphod dual head worked. PC's I tried with v6.14.0, I haven't retried with yet with v6.14.1. If required I can supply more details. Regards Nigel Taylor On 04/03/11 15:08, Matthi

Re: add Radeon HD 4250 to sys/dev/pci/pcidevs

2011-01-13 Thread Nigel Taylor
On 01/09/11 19:42, Nigel Taylor wrote: > On 01/09/11 01:14, Brynet wrote: >> Nigel wrote: >>> Hi, >>> >>> You might be interested in other patches for the 880 chip set. See OpenBSD >>> X11 >>> mail lists. >>> >>> A

Re: new radeon driver ids

2011-01-13 Thread Nigel Taylor
On 01/09/11 20:11, Brad wrote: > On Sunday 09 January 2011 14:47:57 Nigel Taylor wrote: >> Hi, >> >> The "0x9715","RS880_9715","RS880",,1,,,1,"ATI Radeon HD 4290", that should >> be "ATI Radeon HD 4250". It's wro

Re: new radeon driver ids

2011-01-09 Thread Nigel Taylor
+ { PCI_CHIP_RV740_94B5, PCI_CHIP_RV740_94B5, RES_SHARED_VGA }, > + { PCI_CHIP_RV740_94B9, PCI_CHIP_RV740_94B9, RES_SHARED_VGA }, > { PCI_CHIP_RV610_94C0, PCI_CHIP_RV610_94C0, RES_SHARED_VGA }, > { PCI_CHIP_RV610_94C1, PCI_CHIP_RV610_94C1, RES_SHARED_VGA }, > { PCI_CHIP_RV610_94C3, PCI_CHIP_RV610_94C3, RES_SHARED_VGA }, > @@ -312,6 +326,7 @@ > { PCI_CHIP_RV710_9552, PCI_CHIP_RV710_9552, RES_SHARED_VGA }, > { PCI_CHIP_RV710_9553, PCI_CHIP_RV710_9553, RES_SHARED_VGA }, > { PCI_CHIP_RV710_9555, PCI_CHIP_RV710_9555, RES_SHARED_VGA }, > + { PCI_CHIP_RV710_9557, PCI_CHIP_RV710_9557, RES_SHARED_VGA }, > { PCI_CHIP_RV630_9580, PCI_CHIP_RV630_9580, RES_SHARED_VGA }, > { PCI_CHIP_RV630_9581, PCI_CHIP_RV630_9581, RES_SHARED_VGA }, > { PCI_CHIP_RV630_9583, PCI_CHIP_RV630_9583, RES_SHARED_VGA }, > @@ -358,5 +373,6 @@ > { PCI_CHIP_RS880_9712, PCI_CHIP_RS880_9712, RES_SHARED_VGA }, > { PCI_CHIP_RS880_9713, PCI_CHIP_RS880_9713, RES_SHARED_VGA }, > { PCI_CHIP_RS880_9714, PCI_CHIP_RS880_9714, RES_SHARED_VGA }, > + { PCI_CHIP_RS880_9715, PCI_CHIP_RS880_9715, RES_SHARED_VGA }, > { -1, -1, RES_UNDEFINED } > }; > diff -ru xf86-video-ati-orig/src/radeon_pci_device_match_gen.h > xf86-video-ati/src/radeon_pci_device_match_gen.h > --- xf86-video-ati-orig/src/radeon_pci_device_match_gen.h Sun Jan 9 > 11:43:11 2011 > +++ xf86-video-ati/src/radeon_pci_device_match_gen.h Sun Jan 9 11:43:36 2011 > @@ -40,6 +40,8 @@ > ATI_DEVICE_MATCH( PCI_CHIP_R420_JN, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_R420_4A4F, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_R420_JP, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_R420_JT, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_R481_4B48, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_R481_4B49, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_R481_4B4A, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_R481_4B4B, 0 ), > @@ -254,6 +256,7 @@ > ATI_DEVICE_MATCH( PCI_CHIP_RV770_9440, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV770_9441, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV770_9442, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV770_9443, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV770_9444, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV770_9446, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV770_944A, 0 ), > @@ -271,15 +274,26 @@ > ATI_DEVICE_MATCH( PCI_CHIP_RV770_946B, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV770_947A, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV770_947B, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV730_9480, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_9487, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV730_9488, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_9489, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_948F, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_9490, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_9491, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV730_9495, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_9498, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_949C, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_949E, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV730_949F, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94A0, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94A1, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94A3, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94B1, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94B3, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94B4, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94B5, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV740_94B9, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C0, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C1, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV610_94C3, 0 ), > @@ -312,6 +326,7 @@ > ATI_DEVICE_MATCH( PCI_CHIP_RV710_9552, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV710_9553, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV710_9555, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RV710_9557, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV630_9580, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV630_9581, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RV630_9583, 0 ), > @@ -358,5 +373,6 @@ > ATI_DEVICE_MATCH( PCI_CHIP_RS880_9712, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RS880_9713, 0 ), > ATI_DEVICE_MATCH( PCI_CHIP_RS880_9714, 0 ), > + ATI_DEVICE_MATCH( PCI_CHIP_RS880_9715, 0 ), > { 0, 0, 0 } > }; > diff -ru xf86-video-ati-orig/src/radeon_tv.c xf86-video-ati/src/radeon_tv.c > --- xf86-video-ati-orig/src/radeon_tv.c Sun Jan 9 11:43:11 2011 > +++ xf86-video-ati/src/radeon_tv.cSun Jan 9 11:43:36 2011 > @@ -186,6 +186,21 @@ > 8, /* crtcPLL_postDiv */ > 1022, /* pixToTV */ > }, > +{ /* PAL timing for 14 Mhz ref clk */ > + 800,/* horResolution */ > + 600,/* verResolution */ > + TV_STD_PAL, /* standard */ > + 1131, /* horTotal */ > + 742,/* verTotal */ > + 813,/* horStart */ > + 840,/* horSyncStart */ > + 633,/* verSyncStart */ > + 708369, /* defRestart */ > + 211,/* crtcPLL_N */ > + 9, /* crtcPLL_M */ > + 8, /* crtcPLL_postDiv */ > + 759,/* pixToTV */ > +}, > }; > > #define N_AVAILABLE_MODES (sizeof(availableModes) / sizeof(availableModes[ 0 > ])) > diff -ru xf86-video-ati-orig/src/radeon_tv.h xf86-video-ati/src/radeon_tv.h > --- xf86-video-ati-orig/src/radeon_tv.h Sun Jan 9 11:43:11 2011 > +++ xf86-video-ati/src/radeon_tv.hSun Jan 9 11:43:36 2011 > @@ -53,6 +53,10 @@ > #define NTSC_TV_PLL_N_14 693 > #define NTSC_TV_PLL_P_14 7 > > +#define PAL_TV_PLL_M_14 19 > +#define PAL_TV_PLL_N_14 353 > +#define PAL_TV_PLL_P_14 5 > + > #define VERT_LEAD_IN_LINES 2 > #define FRAC_BITS 0xe > #define FRAC_MASK 0x3fff > diff -ru xf86-video-ati-orig/src/radeon_version.h > xf86-video-ati/src/radeon_version.h > @@ -38,6 +38,7 @@ > #define RADEON_DRIVER_NAME "radeon" > #define R200_DRIVER_NAME "r200" > #define R300_DRIVER_NAME "r300" > +#define R600_DRIVER_NAME "r600" > > #define RADEON_VERSION_MAJOR PACKAGE_VERSION_MAJOR > #define RADEON_VERSION_MINOR PACKAGE_VERSION_MINOR > > Hi, The "0x9715","RS880_9715","RS880",,1,,,1,"ATI Radeon HD 4290", that should be "ATI Radeon HD 4250". It's wrong in the xf86-video-ati driver. Needs reporting upstream. Regards Nigel Taylor

Re: add Radeon HD 4250 to sys/dev/pci/pcidevs

2011-01-09 Thread Nigel Taylor
mp;m=128975076103964&w=2 >> >> >> I am considering attempting updating to xf86-video-ati v6.13.2 driver, as I >> have >> another missing device HD 545v in my laptop, works with basic vesa driver but >> would like the correct resolution. >> >> Regards

Re: add Radeon HD 4250 to sys/dev/pci/pcidevs

2011-01-08 Thread Nigel Taylor
quot;ATI OHCI root hub" rev 1.00/1.00 addr 1 > mtrr: Pentium Pro MTRR support > uhidev0 at uhub3 port 1 configuration 1 interface 0 "Sun Microsystems Type 6 > Keyboard" rev 1.00/1.02 addr 2 > uhidev0: iclass 3/1 > ukbd0 at uhidev0: 8 modifier keys, 6 key codes, country code 33 > wskbd1 at ukbd0 mux 1 > wskbd1: connecting to wsdisplay0 > uhidev1 at uhub3 port 2 configuration 1 interface 0 "Dell Dell USB Mouse" rev > 2.00/1.10 addr 3 > uhidev1: iclass 3/1 > ums0 at uhidev1: 3 buttons, Z dir > wsmouse0 at ums0 mux 0 > softraid0 at root > root on sd0a swap on sd0b dump on sd0b > > Hi, You might be interested in other patches for the 880 chip set. See OpenBSD X11 mail lists. ATI/AMD driver for 880G chipset http://marc.info/?l=openbsd-x11&m=128975076103964&w=2 I am considering attempting updating to xf86-video-ati v6.13.2 driver, as I have another missing device HD 545v in my laptop, works with basic vesa driver but would like the correct resolution. Regards Nigel Taylor