version 1.8, 2016/11/28 06:11:23
|
version 1.9, 2016/11/28 06:12:12
|
Line 59 static const struct dkdriver xxxdkdriver
|
Line 59 static const struct dkdriver xxxdkdriver
|
.d_diskstart = xxx_diskstart, |
.d_diskstart = xxx_diskstart, |
.d_dumpblocks = xxx_dumpblocks, |
.d_dumpblocks = xxx_dumpblocks, |
.d_lastclose = xxx_lastclose, |
.d_lastclose = xxx_lastclose, |
.d_discard = xxx_discard |
.d_discard = xxx_discard, |
|
.d_firstopen = xxx_firstopen |
}; |
}; |
|
|
static int xxx_match(device_t, cfdata_t, void *); |
static int xxx_match(device_t, cfdata_t, void *); |