Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/cobalt/stand/boot
In article <20031213223430.B338F2DA1D%cvs.netbsd.org@localhost>
he%netbsd.org@localhost 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@localhost
Home |
Main Index |
Thread Index |
Old Index