CVS Update: xc (branch: trunk)

2004-12-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/12/30 18:39:25

Log message:
  Another fix for man page pre-processing.

Modified files:
  xc/config/cf/:
Imake.rules 
  xc/config/imake/:
imake.man 
  xc/doc/man/X11/:
XCreFSet.man 
  xc/doc/man/Xt/:
XtResPath.man 
  xc/doc/man/general/:
X.man 
  xc/lib/Xaw/:
Xaw.man 
  xc/programs/xclipboard/:
xclipboard.man 
  xc/programs/xdm/:
xdm.man 
  xc/programs/xedit/:
xedit.man 
  xc/programs/xmh/:
xmh.man 
  xc/programs/xterm/:
xterm.man 
  
  Revision  ChangesPath
  3.141 +3 -3  xc/config/cf/Imake.rules
  1.10  +2 -2  xc/config/imake/imake.man
  1.4   +7 -7  xc/doc/man/X11/XCreFSet.man
  1.6   +3 -3  xc/doc/man/Xt/XtResPath.man
  1.9   +13 -13xc/doc/man/general/X.man
  1.9   +6 -6  xc/lib/Xaw/Xaw.man
  1.10  +4 -4  xc/programs/xclipboard/xclipboard.man
  3.32  +20 -20xc/programs/xdm/xdm.man
  1.20  +2 -2  xc/programs/xedit/xedit.man
  1.5   +21 -21xc/programs/xmh/xmh.man
  3.111 +65 -65xc/programs/xterm/xterm.man

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2004-12-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/12/30 18:56:03

Log message:
  Warning fixes (gcc 3.4.3)

Modified files:
  xc/extras/freetype2/src/sfnt/:
ttload.c ttsbit.c 
  xc/lib/FS/:
FSGetCats.c FSListExt.c FSOpenServ.c 
  xc/lib/SM/:
SMlibint.h sm_client.c 
  xc/lib/font/FreeType/module/:
ftstdlib.h 
  xc/programs/Xserver/cfb/:
cfbteblt8.c 
  xc/programs/Xserver/os/:
access.c 
  xc/programs/xfwp/:
pm.c xfwp.h 
  
  Revision  ChangesPath
  1.5   +5 -5  xc/extras/freetype2/src/sfnt/ttload.c
  1.4   +3 -3  xc/extras/freetype2/src/sfnt/ttsbit.c
  1.8   +4 -2  xc/lib/FS/FSGetCats.c
  1.8   +4 -2  xc/lib/FS/FSListExt.c
  1.10  +2 -2  xc/lib/FS/FSOpenServ.c
  1.5   +11 -9 xc/lib/SM/SMlibint.h
  1.4   +2 -1  xc/lib/SM/sm_client.c
  1.3   +28 -23xc/lib/font/FreeType/module/ftstdlib.h
  1.7   +2 -2  xc/programs/Xserver/cfb/cfbteblt8.c
  3.58  +1 -4  xc/programs/Xserver/os/access.c
  1.10  +5 -7  xc/programs/xfwp/pm.c
  1.11  +14 -12xc/programs/xfwp/xfwp.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2004-12-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/12/30 19:30:44

Log message:
   251. Fix minor bug in Linux/Alpha's xf86GetPciSizeFromOS() (Marc La France).
   250. Cause the Linux port to warn when MAX_PCI_BUSES and/or MAX_PCI_DEVICES
need to be increased (Marc La France).
   249. Deal with Linux 2.6's PCI bus naming (Marc La France).
   248. Resync with Martin Mares's 2004.11.29 pci.ids snapshot and add to it an
entry for Sun's Schizo+ (Marc La France).
   247. Re-instate DGA support in atimisc driver on UltraSPARC's (Marc La 
France).
   246. Add support for the more recent UltraSPARC implementations to the Linux
port (Marc La France).
   245. Fix DGA for multi-domain architectures (except perhaps for Linux/Alpha,
see comment inserted into axpPci.c).  PCI only for now
(Marc La France)
  
   Note these changes require `make World`.

Modified files:
  xc/lib/Xxf86dga/:
XF86DGA2.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG Domain.note 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Bus.c xf86DGA.c xf86PciInfo.h xf86Priv.h 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
Imakefile aticonsole.c atidga.c atidga.h atimach64accel.c 
atiscreen.c atistruct.h ativersion.h 
  xc/programs/Xserver/hw/xfree86/etc/:
pci.ids 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c axpPci.c linuxPci.c sparcPci.c xf86Pci.h zx1PCI.c 
  xc/programs/Xserver/hw/xfree86/os-support/linux/:
Imakefile lnx_pci.c 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  1.28  +17 -1 xc/lib/Xxf86dga/XF86DGA2.c
  3.3371+13 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.4   +4 -16 xc/programs/Xserver/hw/xfree86/Domain.note
  1.86  +29 -1 xc/programs/Xserver/hw/xfree86/common/xf86Bus.c
  1.49  +11 -3 xc/programs/Xserver/hw/xfree86/common/xf86DGA.c
  1.161 +3 -1  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  3.87  +8 -1  xc/programs/Xserver/hw/xfree86/common/xf86Priv.h
  1.56  +12 -35xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.24  +1 -17 
xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c
  1.13  +1 -5  xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.c
  1.9   +1 -5  xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.h
  1.3   +1 -10 
xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64accel.c
  1.33  +1 -5  
xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.c
  1.44  +1 -5  
xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
  1.71  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h
  1.9   +2429 -396 xc/programs/Xserver/hw/xfree86/etc/pci.ids
  1.87  +16 -3 xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.16  +103 -73   
xc/programs/Xserver/hw/xfree86/os-support/bus/axpPci.c
  1.12  +501 -95   
xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c
  1.18  +43 -1 
xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c
  1.42  +6 -1  
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h
  1.10  +3 -1  
xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c
  3.52  +5 -5  
xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile
  3.10  +3 -11 
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_pci.c
  1.18  +52737 
-31197xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2004-12-30 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   04/12/30 20:47:58

Log message:
  Don't need the extra nvidia entries now that pci.ids has them.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/:
extrapci.ids 
  
  Revision  ChangesPath
  1.13  +1 -21 xc/programs/Xserver/hw/xfree86/etc/extrapci.ids

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


I tried Calling

2004-12-30 Thread Instant Pleasures Corp.
Neighbourhood ID:  90463

Cheating-Wives in Your Neighbourhood

1. Christina Kiser
   -  Age:29
   -  Height: 5' 8
   -  Weight: 115 LBS
   -  Hair:   Blonde
   -  Palce to Meet:  Her House

Available From Dec 29th to Jan 4th


2. Rachel Perez
   - Age:32
   - Height: 5'6
   - Weight: 110 LBS
   - Hair:   Burnette
   - Place to Meet:  Hotel/Your House
   
Available From Dec 30th to Jan 6th

TO Book Appointments or View Pics and Videos:
http://datelaugh.com/tmember/2142313.php
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Tracer TRK 21 MTS mm kbd - patches

2004-12-30 Thread Radoslaw Warowny
Hello again !

After some development I made few patches for xfree86 source code to
allow succesfull use of the Tracer TRK 21 MTS multimedia keyboard.
My environment is Athlon x86 PC, linux Debian sarge - xfree86 4.3.0.
The first two patches modify keyboard handling of XFree86 server.
This makes the additional 0xe2 codes sent by the keyboard to be ignored.

trk21mts_patch1.diff:
* cut here *
--- xc/programs/Xserver/hw/xfree86/common/atKeynames.h.orig
2004-12-30 10:00:05.0 +0100
+++ xc/programs/Xserver/hw/xfree86/common/atKeynames.h  2004-12-30
10:00:34.0 +0100
@@ -160,6 +160,7 @@
 
 #define KEY_Prefix0  /* special   0x60  */   96
 #define KEY_Prefix1  /* specail   0x61  */   97
+#define KEY_Prefix2  /* specail   0x62  */   98
 
 /*
  * The 'scancodes' below are generated by the server, because the
MF101/102
* cut here *

trk21mts_patch2.diff:
* cut here *
--- xc/programs/Xserver/hw/xfree86/common/xf86Events.c.orig
2004-12-30 10:00:18.0 +0100
+++ xc/programs/Xserver/hw/xfree86/common/xf86Events.c  2004-12-30
10:00:34.0 +0100
@@ -460,6 +460,12 @@
   }
   break;
 #endif
+   /* 
+   * Ignore Key_Prefix2 which is also a suffix to support Tracer TRK
21 MTS
+   * keyboard multimedia keys.
+   */
+case KEY_Prefix2:
+   return;
 }
   }
 
* cut here *


The other four patches modifies keyboard configuration files to add
keysyms and rules definitions.

trk21mts_xkbcomp_patch1.diff:
* cut here *
--- xc/programs/xkbcomp/symbols/inet.orig   2003-02-26
20:08:43.0 +0100
+++ xc/programs/xkbcomp/symbols/inet2004-12-30 13:38:34.0 +0100
@@ -1673,6 +1673,36 @@
 key I14  {   [ XF86Support   ]   };
 };
 
+
+// Tracer
+
+partial alphanumeric_keys
+xkb_symbols tracer21mts {
+name[Group1]= Tracer TRK 21 MTS;
+
+key I6A  {   [ XF86Back  ]   };
+key I69  {   [ XF86Forward   ]   };
+key I68  {   [ XF86Stop  ]   };
+key I67  {   [ XF86Refresh   ]   };
+key I65  {   [ XF86Search]   };
+key I66  {   [ XF86Favorites ]   };
+key I32  {   [ XF86HomePage  ]   };
+key I6C  {   [ XF86Mail  ]   };
+key I6D  {   [ XF86AudioMedia]   };
+key I20  {   [ XF86AudioMute ]   };
+key I10  {   [ XF86AudioPrev ]   };
+key I22  {   [ XF86AudioPlay ]   };
+key I24  {   [ XF86AudioStop ]   };
+key I19  {   [ XF86AudioNext ]   };
+key I2E  {   [ XF86AudioLowerVolume  ]   };
+key I30  {   [ XF86AudioRaiseVolume  ]   };
+key I6B  {   [ XF86MyComputer]   };
+key I21  {   [ XF86Calculator]   };
+key I5E  {   [ XF86PowerDown ]   };
+key I5F  {   [ XF86Sleep ]   };
+key I63  {   [ XF86WakeUp]   };
+};
+
 // Toshiba
 
 partial alphanumeric_keys
* cut here *

trk21mts_xkbcomp_patch2.diff:
* cut here *
--- xc/programs/xkbcomp/rules/xfree86.orig  2003-02-20
05:36:09.0 +0100
+++ xc/programs/xkbcomp/rules/xfree86   2004-12-30 13:45:45.0
+0100
@@ -114,7 +114,7 @@
   qtronix \
   samsung4500 samsung4510 \
   sk1300 sk2500 sk6200 sk7100 \
-  sven symplon toshiba_s3000 trust trustda yahoo
+  sven symplon tracer21mts toshiba_s3000 trust trustda
yahoo
 
 ! model =   symbols
   $inetkbds =   +inet(%m)
* cut here *

trk21mts_xkbcomp_patch3.diff:
* cut here *
--- xc/programs/xkbcomp/rules/xfree86.lst.orig  2003-02-27
06:07:39.0 +0100
+++ xc/programs/xkbcomp/rules/xfree86.lst   2004-12-30
13:47:34.0 +0100
@@ -93,6 +93,7 @@
   sk7100   SK-7100
   sven SVEN Ergonomic 2500
   symplon  Symplon PaceBook (tablet PC)
+  tracer21mts  Tracer TRK 21 MTS
   toshiba_s3000Toshiba Satellite S3000
   trustTrust Wireless Keyboard Classic
   trustda  Trust Direct Access Keyboard
* cut here *

trk21mts_xkbcomp_patch4.diff:
* cut here *
--- xc/programs/xkbcomp/rules/xfree86.xml.orig  2003-02-27
06:07:39.0 +0100
+++ xc/programs/xkbcomp/rules/xfree86.xml   2004-12-30
13:48:50.0 +0100
@@ -537,6 +537,12 @@
 /model
 model
   configItem
+nametracer21mts/name
+descriptionTracer TRK 21 MTS /description
+  /configItem
+/model
+model
+  configItem
 nametoshiba_s3000/name
 descriptionToshiba Satellite S3000/description
   /configItem
* cut here *

I generated these diff files and tested it with xfree86 4.3.0 but I
was also able to apply it succesfully to xfree86 4.4.0. I didn't
test it with 

[XFree86] please help me

2004-12-30 Thread 靳志峰
Dear all:
 I install FreeBSD4.5 and FreeBSD5.1 from cdcom. The commputer can 
boot from cdrom.After booting up,and setting ,I select install from 
cdrom,the computer can't go on install from cdrom,and says can't 
identify the media.I don't know how to do,then I selectinstall from 
FTP.After Installtion ,I still can't mount my cdrom. who can tell me 
why and how can I use my cdrom. 
 Thank you ahead!
Zhf Jin  

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] please help me

2004-12-30 Thread Joe Talerico
So you put the cd in the cdrom and boot from it. Then you do all the
configuration.. The beginner/novice mode and mount/create/choose boot
system. Right? Then you choose to install from CD or FTP/HTTP etc..

In the setup you can choose, /mnt/cdrom try re-downloading the iso and
burning it again, could just be a bad image.


On Thu, 30 Dec 2004 22:11:40 +0800,  [EMAIL PROTECTED] wrote:
 Dear all:
 I install FreeBSD4.5 and FreeBSD5.1 from cdcom. The commputer canhe
 boot from cdrom.After booting up,and setting ,I select install from
 cdrom,the computer can't go on install from cdrom,and says can't
 identify the media.I don't know how to do,then I selectinstall from
 FTP.After Installtion ,I still can't mount my cdrom. who can tell me
 why and how can I use my cdrom.
 Thank you ahead!
 Zhf Jin
 
 ___
 XFree86 mailing list
 XFree86@XFree86.Org
 http://XFree86.Org/mailman/listinfo/xfree86
 


-- 
Joe Talerico
C226 Central Drive
Room Number: 828-227-6954
Cell: 919-414-9452

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] New year resolution.

2004-12-30 Thread Emory Rivas

Paying too much for your
  prescriptions?
We even have all the special
  products for men and women.
Follow us to the lowest
  prices and most reliable service on the internet.
 Stop
  this message from this vendor here.  



[XFree86] Xserver won't start

2004-12-30 Thread Larry Watkins
I have a new installation of Debian 3.0 r3 on a Gateway Pentiun II 233 
with an
AccelGraphics Permedia II graphics card. The XFree86 version is 4.1.0.1. 
I believe I
have the correct driver (glint) but the Xserver will not start. (The 
rest of the installation works
fine.) I am attaching the log and config files.
Thanks for any ideas,
Larry Watkins

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type man XF86Config-4 at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the ### BEGIN DEBCONF SECTION line above, and/or after the
# ### END DEBCONF SECTION line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file? in /usr/share/doc/xfree86-common/FAQ.gz.

Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/lib/X11/fonts/75dpi
EndSection

Section Module
LoadGLcore
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadpex5
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
Loadxie
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/ttyS0
Option  Protocol  Auto
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section Device
Identifier  AccelGraphics Permedia II
Driver  glint
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  Vivitron
HorizSync   31.5-70
VertRefresh 50-120
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  AccelGraphics Permedia II
Monitor Vivitron
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Generic Mouse
EndSection

Section DRI
Mode0666
EndSection

### END DEBCONF SECTION

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository

[XFree86] nvidia GeForce FX 5200

2004-12-30 Thread sanewalt

I am trying to load linux on my machine and I can not get the X server to run. I am assuming it is a problem with this driver? Do you have a step by step solution for me?


[XFree86] New year resolution.

2004-12-30 Thread Erika Goss

Paying too much for your
  prescriptions?
We even have all the special
  products for men and women.
Follow us to the lowest
  prices and most reliable service on the internet.
 Stop
  this message from this vendor here.  



[XFree86] (no subject)

2004-12-30 Thread K Vanitha
Dear Sir/Madam,
please find attachment. This is the error displayed while trying to StartX 
in Linux 7.2. Send me the possible solutions to sort out the problem.

Regards, 
Vanitha.
XFree86 Version 4.1.0 (Red Hat Linux release: 4.1.0-3) / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.7-0.13.1smp i686 [ELF] 
Build Host: stripples.devel.redhat.com
 
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Tue Dec 28 00:37:05 2004
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Samsung Samtron 55v
(**) |   |--Device Unsupported VGA compatible
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to unix/:7100
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8090, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1458,2560 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1458,2562 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1458,24c2 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1458,24c2 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1458,24c2 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1458,5006 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1458,24c2 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1458,24c2 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1458,a002 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:05:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0xc000 - 0xc0ff (0x100) IX[B]
[1] -1  0xc400 - 0xc4ff (0x100) IX[B]
[2] -1  0xc800 - 0xc8ff (0x100) IX[B]
[3] -1  0xcc00 - 0xccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0xe800 - 0xe80f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Intel unknown chipset (0x2562) rev 3, Mem @ 0xe000/27, 
0xe810/19
(II) Addressable bus resource ranges are
[0] -1  0x - 0x (0x0) MX[B]
[1] -1  0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0xffe0 -