DragonFly BSD
DragonFly commits List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/lnc


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Aug 2004 02:39:29 -0700 (PDT)

joerg       2004/08/23 02:39:29 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/lnc    if_lnc_pci.c 
  Log:
  rev 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.
  
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.3       +1 -1      src/sys/dev/netif/lnc/if_lnc_pci.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/lnc/if_lnc_pci.c.diff?r1=1.2&r2=1.3&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]