freebsd-dev/sys/dev/txp
Pyun YongHyeon b3d8f9c3fc MFC r196721:
Make sure rx descriptor ring align on 16 bytes. I guess the
  alignment requirement could be multiple of 4 bytes but I think
  using descriptor size would make intention clearer.
  Previously the size of rx descriptor was not power of 2 so it
  caused panic in bus_dmamem_alloc(9).

  Reported by:	Jeff Blank (jb000003 <> mr-happy dot com)
Approved by:	re (kib)
2009-09-04 16:41:17 +00:00
..
3c990img.h Update to latest 3Com firmware image. The latest fimware is 2009-02-25 01:12:56 +00:00
if_txp.c MFC r196721: 2009-09-04 16:41:17 +00:00
if_txpreg.h bus_dma(9) conversion and make txp(4) work on all architectures. 2009-03-12 01:14:47 +00:00