On Wed, Oct 26, 2005 at 08:51:55PM -0700, Sepherosa Ziehau wrote: > sephe 2005/10/26 20:51:55 PDT > > DragonFly src repository > > Modified files: > sys/dev/netif/bfe if_bfe.c > Log: > bug fixing: > BUS_SPACE_MAXADDR_32BIT should be the low address, while high address should > be BUS_SPACE_MAXADDR
Are you sure about this? It would make more sense that the high adddress is either BUS_SPACE_MAXADDR or BUS_SPACE_MAXADDR_32BIT and the low address just 0. Joerg
