Changes between Version 7 and Version 8 of DsxvmMappingInfoStructure
- Timestamp:
- Sep 5, 2012, 10:38:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxvmMappingInfoStructure
v7 v8 83 83 This element contains the following attributes: 84 84 * `type`: type of the peripheral. It can be one of : 85 * ` PERIPH_TYPE_IOC` : block device peripheral86 * ` PPERIPH_TYPE_TTY`: tty device peripheral87 * ` PPERIPH_TYPE_TIM`: timer device peripheral88 * ` PPERIPH_TYPE_DMA`: dma device peripheral89 * ` PPERIPH_TYPE_FBF`: frame buffer peripheral90 * ` PPERIPH_TYPE_NIC`: nic buffer peripheral91 * ` PPERIPH_TYPE_IOB`: io bridge peripheral85 * `IOC` : block device peripheral 86 * `TTY`: tty device peripheral 87 * `TIM`: timer device peripheral 88 * `DMA`: dma device peripheral 89 * `FBF`: frame buffer peripheral 90 * `NIC`: nic buffer peripheral 91 * `IOB`: io bridge peripheral 92 92 * `psegname`: name of the physical segment of the peripheral. This name must be one of the pseg elements name, and whose type is `PERI`. This is used to make the association between the physical segment declared in the architecture and the peripheral (pourquoi nom du pseg et pas nom du vseg ?) 93 93 * `channels`: the number of channels in the peripheral (one channel usually corresponds to one processor)