K 10 svn:author V 4 kato K 8 svn:date V 27 1997-01-04T10:28:01.000000Z K 7 svn:log V 396 Change types of wdp_cylinders, wdp_heads and wdp_sectors in struct wdparams from short into u_short. If wdp_cylinders is short, it overflows and cause serious sign extension bug when large IDE HDD is used. These members are only used for initialization of u_long variables in both 3.0-current and RELENG_2_2 branch. I believe this should be in 2.2. Reviewed by: Bruce Evans END