rev 1.35:
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 23 Aug 2004 09:39:29 +0000 (09:39 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 23 Aug 2004 09:39:29 +0000 (09:39 +0000)
commit128750c9f3879ed250918e1784ff3bfb206adf4c
treee498398f3333db208fddf83101fd2548f0628e0b
parent3e2f3a012481582e3a67a08d6bde00fc8b4b2d4b
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
sys/dev/netif/lnc/if_lnc_pci.c