Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: aac(4) and multiple ld(4)s
On Mon, Sep 29, 2008 at 02:04:40PM +0100, Stephen Borrill wrote:
> ftp://ftp.netbsd.org/pub/NetBSD/misc/sborrill/aac64bit.diff
+ aprint_normal_dev(&sc->sc_dv, "Enable 64-bit array
support\n");
Don't see why the user cares once it is working.
+ size = htole16(sizeof(fib->Header) + size);
+ fib->Header.Size = htole16(size);
One too many calls to htole16(), otherwise it looks good to me. Note that
the ld driver needs changing to handle 64-bit dump offsets.
Andrew
Home |
Main Index |
Thread Index |
Old Index