From owner-cvs-sys Fri Jan 10 01:04:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA01132 for cvs-sys-outgoing; Fri, 10 Jan 1997 01:04:08 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA01123; Fri, 10 Jan 1997 01:04:05 -0800 (PST) Date: Fri, 10 Jan 1997 01:04:05 -0800 (PST) From: KATO Takenori Message-Id: <199701100904.BAA01123@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/10 01:04:03 Branch: sys/pc98/pc98 RELENG_2_2 Modified: sys/pc98/pc98 wd.c Log: Very dirty fix for the overflow of the number of cylinders problem. This fix use casts to the wdp_cylinder ralated variables, because wdreg.h has not yet been merged. I will remove those casts, when wdreg.h, revision 1.15, is merged from current. Reviewed by: H. Nokubi Akinobu Tanaka Revision Changes Path 1.9.2.4 +8 -19 src/sys/pc98/pc98/wd.c