Date: Thu, 12 Aug 2004 20:37:02 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h Message-ID: <200408122037.i7CKb2NU041014@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2004-08-12 20:37:02 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h Log: - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1] - Properly use the error variable and return it on failure in the attach- routines. Reviewed by: tmm Inspired by: NetBSD [1] Revision Changes Path 1.30 +2 -2 src/sys/dev/hme/if_hme.c 1.14 +16 -11 src/sys/dev/hme/if_hme_pci.c 1.14 +12 -10 src/sys/dev/hme/if_hme_sbus.c 1.6 +0 -5 src/sys/dev/hme/if_hmevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408122037.i7CKb2NU041014>