head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.2.0.30 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.28 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.26 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.24 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.22 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.18 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.14 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.12 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.10 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.8 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.6 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.1.0.22 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.20 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.18 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.16 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.14 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.12 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.10 pkgsrc-2008Q1:1.1.0.8 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.6 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.4 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2013.05.16.06.28.50; author richard; state dead; branches; next 1.2; commitid k0SdZOSBquPRXOPw; 1.2 date 2009.07.21.20.12.07; author abs; state Exp; branches; next 1.1; 1.1 date 2007.04.09.14.28.01; author xtraeme; state Exp; branches; next ; desc @@ 1.3 log @update to xf86-video-tdfx-1.4.5 for modular-xorg-server-1.12.4 @ text @$NetBSD: patch-aa,v 1.2 2009/07/21 20:12:07 abs Exp $ --- src/tdfxdefs.h.orig 2008-08-15 18:55:32.000000000 +0100 +++ src/tdfxdefs.h @@@@ -405,4 +405,28 @@@@ #define SST_POWERDOWN_DAC BIT(8) +/* VIDSERIALPARALELPORT */ +#define VSP_TVOUT_RESET 0x80000000 /* 0 forces TVout reset */ +#define VSP_GPIO2_IN 0x40000000 +#define VSP_GPIO1_OUT 0x20000000 +#define VSP_VMI_RESET_N 0x10000000 /* 0 forces a VMI reset */ +#define VSP_SDA1_IN 0x08000000 /* i2c bus on the feature connector */ +#define VSP_SCL1_IN 0x04000000 +#define VSP_SDA1_OUT 0x02000000 +#define VSP_SCL1_OUT 0x01000000 +#define VSP_ENABLE_IIC1 0x00800000 /* 1 enables I2C bus 1 */ +#define VSP_SDA0_IN 0x00400000 /* i2c bus on the monitor connector */ +#define VSP_SCL0_IN 0x00200000 +#define VSP_SDA0_OUT 0x00100000 +#define VSP_SCL0_OUT 0x00080000 +#define VSP_ENABLE_IIC0 0x00040000 /* 1 enables I2C bus 0 */ +#define VSP_VMI_ADDRESS 0x0003c000 /* mask */ +#define VSP_VMI_DATA 0x00003fc0 /* mask */ +#define VSP_VMI_DISABLE 0x00000020 /* 0 enables VMI output */ +#define VSP_VMI_RDY_N 0x00000010 +#define VSP_RW_N 0x00000008 +#define VSP_DS_N 0x00000004 +#define VSP_CS_N 0x00000002 +#define VSP_HOST_ENABLE 0x00000001 /* 1 enables VMI host control*/ + #endif @ 1.2 log @Updated x11/xf86-video-tdfx to 1.4.2 upstream changes: - No changelog available pkgsrc changes: - Add patch to include so gettimeofday() actually works - Regen patches for changed line numbers @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2007/04/09 14:28:01 xtraeme Exp $ @ 1.1 log @Add xf86-video-tdfx-1.3.0 for modular-xorg, packaged by jmcneill@@. This is the 3Dfx video driver for the modular Xorg server. Supported video cards: Voodoo Banshee, Voodoo3, Voodoo4 and Voodoo5. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- src/tdfxdefs.h.orig 2007-03-27 07:50:42.000000000 -0400 +++ src/tdfxdefs.h 2007-03-27 08:14:29.000000000 -0400 @@@@ -384,4 +384,28 @@@@ @