1 /* 2 Copyright 1999, Be Incorporated. All Rights Reserved. 3 This file may be used under the terms of the Be Sample Code License. 4 5 Other authors: 6 Mark Watson, 7 Rudolf Cornelissen 8/2004-5/2005 8 */ 9 10 #include "nv_std.h" 11 12 int fd; 13 shared_info *si; 14 area_id shared_info_area; 15 area_id dma_cmd_buf_area; 16 vuint32 *regs; 17 area_id regs_area; 18 display_mode *my_mode_list; 19 area_id my_mode_list_area; 20 int accelerantIsClone; 21 22 nv_get_set_pci nv_pci_access= 23 { 24 NV_PRIVATE_DATA_MAGIC, 25 0, 26 4, 27 0 28 }; 29 30 nv_in_out_isa nv_isa_access= 31 { 32 NV_PRIVATE_DATA_MAGIC, 33 0, 34 1, 35 0 36 }; 37