Subject: Re: CVS commit: src/sys/arch/cobalt/stand/boot
To: None <he@netbsd.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 12/14/2003 12:28:42
In article <20031213223430.B338F2DA1D@cvs.netbsd.org>
he@netbsd.org wrote:

> Modified Files:
> 	src/sys/arch/cobalt/stand/boot: wd.c
> 
> Log Message:
> Adapt to rename of WDC_CAP_LBA48 to ATA_CMD2_LBA48 in atareg.h,
> and don't use types which will be promoted when passed as ...,
> causing a warning.

Isn't it better to change types for all unit/part variables
to use u_int (not only for va_arg())?

I posted a patch to port-cobalt/23711:
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=23711
but I have not confirmed it working. (I'll try it shortly)
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp