Changes between Version 3 and Version 4 of NewDriver
- Timestamp:
- Oct 7, 2009, 11:04:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewDriver
v3 v4 137 137 }}} 138 138 139 When a device is created, the calling code must fill the device structure `icudev` and `irq` fields. 139 When a device is created, the calling code must fill the device structure `addr[]`, `icudev` and `irq` fields. 140 141 The `addr[]` field may be used anytime, we'll use it later. 142 140 143 The driver is responsible for registering to the ICU. 141 144