Module Name: xsrc
Committed By: macallan
Date: Tue Nov 23 22:45:54 UTC 2010
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86str.h
Log Message:
put BUS_ISA back, we need it for the chips driver on shark
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86str.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86str.h
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86str.h:1.1.1.3 xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86str.h:1.2
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86str.h:1.1.1.3 Tue Nov 23 05:21:33 2010
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86str.h Tue Nov 23 22:45:54 2010
@@ -347,6 +347,7 @@
BUS_NONE,
BUS_PCI,
BUS_SBUS,
+ BUS_ISA,
BUS_last /* Keep last */
} BusType;