diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2012-06-21 03:10:48 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2012-06-21 03:10:48 +0000 |
| commit | f83255a5991ba91731c298622f03966073575fc0 (patch) | |
| tree | 494f8b01325f6eec67bf15c4024fa132304ca8d8 /sys/dev/puc/puc_cfg.h | |
| parent | 6c49347e3edeb2e6d22c95953e715a72674de11d (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/puc_cfg.h')
| -rw-r--r-- | sys/dev/puc/puc_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/puc_cfg.h b/sys/dev/puc/puc_cfg.h index 4c2c65ee3bbd2..f4969f641d13b 100644 --- a/sys/dev/puc/puc_cfg.h +++ b/sys/dev/puc/puc_cfg.h @@ -79,7 +79,7 @@ struct puc_cfg { int8_t ports; int8_t rid; /* Rid of first port */ int8_t d_rid; /* Delta rid of next ports */ - int8_t d_ofs; /* Delta offset of next ports */ + int16_t d_ofs; /* Delta offset of next ports */ puc_config_f *config_function; }; |
