Subject: Re: Tekram DC395/DC315 SCSI Adapter driver update
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Rui-Xiang Guo <rxg@ms25.url.com.tw>
List: current-users
Date: 09/26/2001 00:29:45
> One more request; there are some typedefs in trm.h like
> BYTE, WORD, DWORD and PBYTE etc., but I recommend to use
> common types on NetBSD like u_int8_t, u_int16_t, u_int32_t
> and u_int8_t * etc. defined in sys/types.h and
> ${MACHINE_ARCH}/include/int_types.h.

Hi, I already finished this, but I have a question to ask
before we do the further swap action:
The driver do the 'struct linking' by it's way.
Do we have to use the TAILQ_*() instead of it?
Or we just remain it as it works well?