Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-6] src/sys/dev/pci
Module Name: src
Committed By: tron
Date: Sun Oct 5 11:51:16 UTC 2003
Modified Files:
src/sys/dev/pci [netbsd-1-6]: if_bce.c if_bcereg.h
Log Message:
Pull up revision 1.2 (requested by mrg in ticket #1486):
from Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>:
- if_bcereg.h should only have register definitions, so declarations
of softc structure etc. should be in if_bce.c.
- The types of DMA descriptors should be u_int32_t, not unsigned long.
- netinet headers are not required here.
- Values passed via bce_tx_ring should also be byte-swapped.
- byte-swapping is not needed for bus_space access.
from me:
- KNF
- mark all magic numbers with /* MAGIC */ so they can be identified at
some point. there are 33 in total though many appear to be the same
value, or related (eg, the 6 emac points.)
leaves these issues:
- RX pre-packet headers need to be byte-swapped or not?
- PAGE_SIZE bytes are allocated for both TX and RX DMA ring descriptors,
but they should be 1024 (== sizeof(struct bce_dma_slot) * N[TR]XDESC).
- the mcast filter.
To generate a diff of this commit:
cvs rdiff -r1.3.2.1 -r1.3.2.2 src/sys/dev/pci/if_bce.c \
src/sys/dev/pci/if_bcereg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index