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

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Mon Aug 23 02:40:32 PDT 2004


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





More information about the Commits mailing list