cvs commit: src/sys/pci if_rl.c if_rlreg.h

Bill Paul wpaul at FreeBSD.ORG
Fri Sep 5 17:23:22 PDT 2003


> tmm         2003/09/04 08:39:45 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/pci              if_rl.c if_rlreg.h 
>   Log:
>   Use stream bus space accesses to program the ID (station address)
>   registers; otherwise, the byte order of the address is changed on
>   big-endian machines.
>   
>   Revision  Changes    Path
>   1.115     +4 -2      src/sys/pci/if_rl.c
>   1.34      +2 -0      src/sys/pci/if_rlreg.h
> 

Do you by any chance know if this affects the multicast filter
hash table registers as well? Also, is it possible to achieve
the same effect using htole32()?

-Bill


More information about the cvs-src mailing list