mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
o Have mga xvidix driver autodetect memory, reported by Andre Albsmeier o Remove PKGSUFFIX stuff, instead port name is always "mplayer" o Use win32 real player codecs if the user prohibits linux-realplayer interaction PR: ports/101224 Submitted by: Thomas E. Zander (maintainer)
21 lines
499 B
C
21 lines
499 B
C
--- vidix/drivers/mga_vid.c.orig Sun Jun 11 20:35:43 2006
|
|
+++ vidix/drivers/mga_vid.c Mon Jul 31 22:48:55 2006
|
|
@@ -43,7 +43,7 @@
|
|
|
|
#define MGA_VSYNC_POS 2
|
|
|
|
-#undef MGA_PCICONFIG_MEMDETECT
|
|
+#define MGA_PCICONFIG_MEMDETECT
|
|
|
|
#define MGA_DEFAULT_FRAMES 4
|
|
|
|
@@ -1218,8 +1218,7 @@
|
|
{
|
|
if ((lst[i].command & PCI_COMMAND_IO) == 0)
|
|
{
|
|
- printf("[mga] Device is disabled, ignoring\n");
|
|
- continue;
|
|
+ printf("[mga] Device is disabled, trying anyways.\n");
|
|
}
|
|
switch(lst[i].device)
|
|
{
|