[PATCH] PCI: fix ICH6 quirks
[linux-2.6-block.git] / drivers / ieee1394 / hosts.h
index 9ddc6628e71024381162f7db6135eb7a0a9e48c0..9ad4b2463077656ff166a752b6fd89e462b59163 100644 (file)
@@ -73,6 +73,8 @@ struct hpsb_host {
        unsigned int config_roms;
 
        struct list_head addr_space;
+       u64 low_addr_space;     /* upper bound of physical DMA area */
+       u64 middle_addr_space;  /* upper bound of posted write area */
 };