gibbs 7117d2e0cf Properly calculate the amount of the devconf to output in SYSCTL_OUT.
The code outputs the dc then calls the device specific externalize
routines to fill in the dc_data area.  The old code assumed that dc_data
started one byte from the end of the dc, but with the compiler optimizing
alignment and padding, this isn't always the case.  Do an explicit
&(dc.dc_data) - &dc.  This fixes lsdev -c which must have been broken
for some time.
1996-01-31 18:05:19 +00:00
..
1996-01-23 21:17:59 +00:00
1996-01-31 18:02:19 +00:00
1996-01-31 18:02:19 +00:00
1995-12-03 17:14:38 +00:00
1996-01-24 20:51:26 +00:00
1996-01-31 13:14:21 +00:00