CVS commit: src/sys/arch/i386/stand/boot

2010-05-23 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Sun May 23 13:59:12 UTC 2010

Modified Files:
src/sys/arch/i386/stand/boot: Makefile.boot

Log Message:
Add ${PROG}.syms to CLEANFILES


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/i386/stand/boot/Makefile.boot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/intel-public/acpica/bin/iasl

2010-05-23 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Sun May 23 14:08:05 UTC 2010

Modified Files:
src/external/intel-public/acpica/bin/iasl: Makefile

Log Message:
It seems something changed with the 'newer' yacc.
Rename y.output in CLEANFILES to aslcompilerparse.output


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/intel-public/acpica/bin/iasl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2010-05-23 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Sun May 23 21:23:59 UTC 2010

Modified Files:
src/share/mk: bsd.x11.mk

Log Message:
Remove a / between a ${DESTDIR}${X11USRLIBDIR} which would result in a
double /


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/share/mk/bsd.x11.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/bin/sessreg

2010-05-23 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Sun May 23 21:31:58 UTC 2010

Modified Files:
src/external/mit/xorg/bin/sessreg: Makefile

Log Message:
Use ${XDMPIDDIR} and ${XDMLOGDIR} from ../xdm/Makefile.xdm instead of
hard coding the path here.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/sessreg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/bin/xdm/config

2010-05-23 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Sun May 23 21:35:36 UTC 2010

Modified Files:
src/external/mit/xorg/bin/xdm/config: Makefile

Log Message:
Replace UTMP_FILE and WTMP_FILE for Xstartup here and not in the cpp file
to make a xdm update easier.
xdm was updated but the local change in Xstartup.cpp was lost.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/bin/xdm/config/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/bin/xfs

2010-05-23 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Mon May 24 05:30:40 UTC 2010

Modified Files:
src/external/mit/xorg/bin/xfs: Makefile

Log Message:
Replace __appmansuffix__ in fsconfig.cpp


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common

2010-06-03 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Thu Jun  3 09:40:10 UTC 2010

Modified Files:
xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common: xmlconfig.c

Log Message:
It is __NetBSD_Version__ and not __NetBSD_Version
Fixed a hidden issue with __progname

The i910 and i965 dri modules still have a problem with the __progname usage
in MesaLib/dist/src/mesa/drivers/dri/intel/intel_context.c


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/xmlconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/libpciaccess

2010-06-03 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Thu Jun  3 09:42:40 UTC 2010

Modified Files:
src/external/mit/xorg/lib/libpciaccess: Makefile

Log Message:
Link against libz to fix a hidden dependency


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libpciaccess/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/libchromeXvMC

2010-06-03 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Thu Jun  3 09:44:19 UTC 2010

Modified Files:
src/external/mit/xorg/lib/libchromeXvMC: Makefile

Log Message:
Link against libXext, libX11, libXv, libXvMC and libdrm to fix a hidden
dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libchromeXvMC/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib

2010-06-03 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Thu Jun  3 09:43:16 UTC 2010

Modified Files:
src/external/mit/xorg/lib/libdrm_intel: Makefile
src/external/mit/xorg/lib/libdrm_radeon: Makefile

Log Message:
Link against libdrm to fix a hidden dependency


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libdrm_intel/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libdrm_radeon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib

2010-06-03 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Thu Jun  3 09:49:45 UTC 2010

Modified Files:
src/external/mit/xorg/lib: Makefile

Log Message:
* Add missing .WAIT before libdrm_intel since it now depends on libdrm
* Move libchromeXvMC further down since it depends on some other libraries


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/mit/xorg/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/cdb

2010-06-03 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Thu Jun  3 12:40:52 UTC 2010

Modified Files:
src/lib/libc/cdb: cdbr.c

Log Message:
Use MAP_FILE|MAP_SHARED instead of MAP_FILE for the flags parameter of mmap(2).
Patch is from martin.

Solves my own PR kern/43346


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/cdb/cdbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-08-24 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Wed Aug 24 19:39:05 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add the u3g id for the Huawei 1750 stick


To generate a diff of this commit:
cvs rdiff -u -r1.591 -r1.592 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-08-24 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Wed Aug 24 19:40:23 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
Regen for the Huawei 1750 id


To generate a diff of this commit:
cvs rdiff -u -r1.584 -r1.585 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.585 -r1.586 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-08-24 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Wed Aug 24 19:42:52 UTC 2011

Modified Files:
src/sys/dev/usb: u3g.c

Log Message:
Add the Huawei 1750 id so it change to the 3G modem mode


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/u3g.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amd64/conf

2012-01-17 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Tue Jan 17 18:11:28 UTC 2012

Modified Files:
src/sys/arch/amd64/conf: GENERIC

Log Message:
Back out all changes for rev 1.346 which are not related to PR/45850
Should fix the reported build problem from Paul Goyette


To generate a diff of this commit:
cvs rdiff -u -r1.346 -r1.347 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-21 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Sat Apr 21 08:28:00 UTC 2012

Modified Files:
src: Makefile

Log Message:
Add usr.bin to the exclude list for make includes.
This is no longer needed after flex was moved to the external framework.


To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 src/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-video-ati/dist

2012-09-23 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Sep 23 19:49:47 UTC 2012

Update of /cvsroot/xsrc/external/mit/xf86-video-ati/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29978

Log Message:
initial import of xf86-video-ati-6.14.6.

NetBSD note: The libdrm requirement seems to be KMS related which we do
 not have.

* 6.15.6
  This version requires the latest libdrm 2.4.36 release, and fixes a few
  other bugs seen since 6.14.5.
* 6.14.5
  - add solid picture accel
  - tiling fixes
  - new pci ids
  - 6xx-9xx Xv improvements
  - support for upcoming xserver API changes
  - bug fixes

Status:

Vendor Tag: xorg
Release Tags:   xf86-video-ati-6-14-6

U xsrc/external/mit/xf86-video-ati/dist/depcomp
U xsrc/external/mit/xf86-video-ati/dist/configure.ac
U xsrc/external/mit/xf86-video-ati/dist/Makefile.in
U xsrc/external/mit/xf86-video-ati/dist/COPYING
U xsrc/external/mit/xf86-video-ati/dist/INSTALL
U xsrc/external/mit/xf86-video-ati/dist/config.h.in
U xsrc/external/mit/xf86-video-ati/dist/aclocal.m4
U xsrc/external/mit/xf86-video-ati/dist/config.guess
U xsrc/external/mit/xf86-video-ati/dist/config.sub
U xsrc/external/mit/xf86-video-ati/dist/compile
U xsrc/external/mit/xf86-video-ati/dist/ChangeLog
U xsrc/external/mit/xf86-video-ati/dist/ltmain.sh
U xsrc/external/mit/xf86-video-ati/dist/missing
U xsrc/external/mit/xf86-video-ati/dist/configure
U xsrc/external/mit/xf86-video-ati/dist/Makefile.am
U xsrc/external/mit/xf86-video-ati/dist/install-sh
U xsrc/external/mit/xf86-video-ati/dist/README
U xsrc/external/mit/xf86-video-ati/dist/man/Makefile.in
U xsrc/external/mit/xf86-video-ati/dist/man/radeon.man
U xsrc/external/mit/xf86-video-ati/dist/man/Makefile.am
U xsrc/external/mit/xf86-video-ati/dist/man/ati.man
U xsrc/external/mit/xf86-video-ati/dist/src/evergreen_shader.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_xvmc.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri2.c
C xsrc/external/mit/xf86-video-ati/dist/src/radeon_accelfuncs.c
U xsrc/external/mit/xf86-video-ati/dist/src/r600_reg_r7xx.h
U xsrc/external/mit/xf86-video-ati/dist/src/evergreen_exa.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.h
U xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c
U xsrc/external/mit/xf86-video-ati/dist/src/cayman_reg_auto.h
C xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.c
U xsrc/external/mit/xf86-video-ati/dist/src/theatre200_module.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_vip.c
U xsrc/external/mit/xf86-video-ati/dist/src/r600_state.h
U xsrc/external/mit/xf86-video-ati/dist/src/atombios_crtc.c
U xsrc/external/mit/xf86-video-ati/dist/src/Makefile.in
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_vbo.h
U xsrc/external/mit/xf86-video-ati/dist/src/theatre.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_reg.h
N xsrc/external/mit/xf86-video-ati/dist/src/compat-api.h
C xsrc/external/mit/xf86-video-ati/dist/src/radeon_cursor.c
U xsrc/external/mit/xf86-video-ati/dist/src/theatre200.c
U xsrc/external/mit/xf86-video-ati/dist/src/r600_reg_r6xx.h
U xsrc/external/mit/xf86-video-ati/dist/src/r600_reg.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_atomwrapper.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.c
U xsrc/external/mit/xf86-video-ati/dist/src/cayman_shader.c
C xsrc/external/mit/xf86-video-ati/dist/src/legacy_crtc.c
U xsrc/external/mit/xf86-video-ati/dist/src/generic_bus.h
U xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.c
U xsrc/external/mit/xf86-video-ati/dist/src/theatre_detect.c
U xsrc/external/mit/xf86-video-ati/dist/src/cayman_accel.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_device_match_gen.h
U xsrc/external/mit/xf86-video-ati/dist/src/simple_list.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.h
C xsrc/external/mit/xf86-video-ati/dist/src/radeon_driver.c
U xsrc/external/mit/xf86-video-ati/dist/src/evergreen_textured_videofuncs.c
U xsrc/external/mit/xf86-video-ati/dist/src/ati.h
U xsrc/external/mit/xf86-video-ati/dist/src/r600_textured_videofuncs.c
U xsrc/external/mit/xf86-video-ati/dist/src/theatre_detect.h
U xsrc/external/mit/xf86-video-ati/dist/src/theatre200.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_drm.h
U xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.h
U xsrc/external/mit/xf86-video-ati/dist/src/atipciids.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_bios.c
U xsrc/external/mit/xf86-video-ati/dist/src/evergreen_accel.c
U xsrc/external/mit/xf86-video-ati/dist/src/theatre_module.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.h
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_kms.c
U xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.c
U xsrc/external/mit/xf86-video-ati/dist/src/Makefile.am
C xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_vi

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2012-09-23 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Sep 23 20:06:03 UTC 2012

Modified Files:
xsrc/external/mit/xf86-video-ati/dist/src: legacy_crtc.c r600_exa.c
radeon_accelfuncs.c radeon_cursor.c radeon_dri.c radeon_driver.c
radeon_exa_funcs.c radeon_textured_video.c

Log Message:
merge xf86-video-ati 6.14.6


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/xf86-video-ati/dist/src/legacy_crtc.c \
xsrc/external/mit/xf86-video-ati/dist/src/r600_exa.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accelfuncs.c
cvs rdiff -u -r1.6 -r1.7 \
xsrc/external/mit/xf86-video-ati/dist/src/radeon_cursor.c
cvs rdiff -u -r1.8 -r1.9 \
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.c \
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_funcs.c
cvs rdiff -u -r1.11 -r1.12 \
xsrc/external/mit/xf86-video-ati/dist/src/radeon_driver.c
cvs rdiff -u -r1.3 -r1.4 \
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_video.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-video-ati/include

2012-09-23 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Sep 23 20:06:51 UTC 2012

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
update for xf86-video-ati 6.14.6


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2012-09-23 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Sep 23 20:10:25 UTC 2012

Modified Files:
xsrc/external/mit/xf86-video-ati/dist/src: atombios_crtc.c
atombios_output.c radeon_crtc.c

Log Message:
Disable a lot of debug output which would show up if you change from the
xserver to another console and back


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.2 \
xsrc/external/mit/xf86-video-ati/dist/src/atombios_crtc.c
cvs rdiff -u -r1.1.1.10 -r1.2 \
xsrc/external/mit/xf86-video-ati/dist/src/atombios_output.c
cvs rdiff -u -r1.1.1.9 -r1.2 \
xsrc/external/mit/xf86-video-ati/dist/src/radeon_crtc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-12-31 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Wed Dec 31 21:20:23 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add two Intel 9 Series devices


To generate a diff of this commit:
cvs rdiff -u -r1.1209 -r1.1210 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2014-12-31 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Wed Dec 31 21:21:41 UTC 2014

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
Regen


To generate a diff of this commit:
cvs rdiff -u -r1.1203 -r1.1204 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1202 -r1.1203 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.