|
From: Kenn H. <ke...@us...> - 2004-08-07 00:06:56
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10265/include/asm-vax Modified Files: pci.h Log Message: Need this #define to get SCSI to compile Index: pci.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/pci.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- pci.h 2 Jun 2004 21:04:04 -0000 1.4 +++ pci.h 7 Aug 2004 00:06:47 -0000 1.5 @@ -12,4 +12,6 @@ * atp Mar 2002 */ +#define PCI_DMA_BUS_IS_PHYS (0) + #endif /* _ASM_VAX_PCI_H */ |