Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2004 18:58:13 -0400
From:      Brian Fundakowski Feldman <green@FreeBSD.org>
To:        Maxime Henrion <mux@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/lnc if_lnc_pci.c
Message-ID:  <20040825225812.GL77326@green.homeunix.org>
In-Reply-To: <200408251730.i7PHUaPH077061@repoman.freebsd.org>
References:  <200408251730.i7PHUaPH077061@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 25, 2004 at 05:30:36PM +0000, Maxime Henrion wrote:
> mux         2004-08-25 17:30:36 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:        (Branch: RELENG_5)
>     sys/dev/lnc          if_lnc_pci.c 
>   Log:
>   MFC revision 1.35:
>     Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only
>     deal with 24-bit addresses.  While the two other attachments, namely
>     isa and cbus, do it properly, the PCI attachment was passing
>     BUS_SPACE_MAXADDR instead of BUS_SPACE_MAXADDR_24BIT.  This bug
>     became apparent with the new contigmalloc() code.
>   
>     This fixes the problem reported with lnc(4) interfaces inside VMWare,
>     and should theoritically also fix any user of a PCI lnc(4) card.  It
>     is a RELENG_5 MFC candidate.
>   
>   Approved by:    re@

I'm still awaiting re@ approval to commit the fix for the other
known-broken driver...

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green@FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040825225812.GL77326>