[Mplayer-cvslog] CVS: main/libdha/sysdep pci_alpha.c,1.1,1.2
Nick Kurshev
nick at mplayerhq.hu
Fri Apr 19 18:34:06 CEST 2002
Update of /cvsroot/mplayer/main/libdha/sysdep
In directory mail:/var/tmp.root/cvs-serv841/sysdep
Modified Files:
pci_alpha.c
Log Message:
sync with mplayerxp
Index: pci_alpha.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/sysdep/pci_alpha.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pci_alpha.c 15 Jan 2002 08:31:53 -0000 1.1
+++ pci_alpha.c 19 Apr 2002 16:34:04 -0000 1.2
@@ -11,7 +11,7 @@
unsigned char dev,
int func)
{
- int retval;
+ unsigned long retval;
pciconfig_read(bus, dev<<3, PCI_ID_REG, 4, &retval);
return retval;
}
@@ -22,7 +22,7 @@
int func,
unsigned cmd)
{
- long retval;
+ unsigned long retval;
pciconfig_read(bus, dev<<3, cmd, 4, &retval);
return retval;
}
More information about the MPlayer-cvslog
mailing list