patch-2.3.41 linux/drivers/pnp/isapnp.c
Next file: linux/drivers/sbus/audio/amd7930.c
Previous file: linux/drivers/pnp/Makefile
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Thu Jan 27 08:58:15 2000
-  Orig file: 
v2.3.40/linux/drivers/pnp/isapnp.c
-  Orig date: 
Fri Jan 21 18:19:16 2000
diff -u --recursive --new-file v2.3.40/linux/drivers/pnp/isapnp.c linux/drivers/pnp/isapnp.c
@@ -436,6 +436,7 @@
 	dev = isapnp_alloc(sizeof(struct pci_dev));
 	if (!dev)
 		return NULL;
+	dev->dma_mask = 0x00ffffff;
 	dev->devfn = number;
 	dev->vendor = (tmp[1] << 8) | tmp[0];
 	dev->device = (tmp[3] << 8) | tmp[2];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)