Date: Sat, 21 Feb 2004 11:08:24 -0800 (PST) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hfa fore_buffer.c fore_command.c fore_init.c fore_output.c fore_receive.c fore_stats.c fore_transmit.c fore_var.h Message-ID: <200402211908.i1LJ8OmB071396@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2004/02/21 11:08:24 PST FreeBSD src repository Modified files: sys/dev/hfa fore_buffer.c fore_command.c fore_init.c fore_output.c fore_receive.c fore_stats.c fore_transmit.c fore_var.h Log: Use the more appropriate vm_paddr_t in places where a physical address for DMA is handled instead of pointers. Submitted by: Joerg Sonneberger <joerg@britannica.bec.de> Revision Changes Path 1.15 +29 -19 src/sys/dev/hfa/fore_buffer.c 1.17 +6 -5 src/sys/dev/hfa/fore_command.c 1.16 +2 -2 src/sys/dev/hfa/fore_init.c 1.17 +2 -2 src/sys/dev/hfa/fore_output.c 1.22 +13 -12 src/sys/dev/hfa/fore_receive.c 1.12 +2 -2 src/sys/dev/hfa/fore_stats.c 1.12 +7 -6 src/sys/dev/hfa/fore_transmit.c 1.10 +13 -13 src/sys/dev/hfa/fore_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402211908.i1LJ8OmB071396>