Date: Wed, 19 Feb 2003 10:33:29 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Message-ID: <200302191833.h1JIXT2d013173@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/02/19 10:33:29 PST Modified files: sys/pci if_xl.c Log: Fix panic on sparc64 introduced in my last commit. I really wish the busdma APIs were more consistent accross architectures. We should probably move all the other DMA map creations in xl_attach() where we can really handle them failing, since xl_init() is void and shouldn't fail. Pointy hat to: mux Tested by: Anders Andersson <anders@hack.org> Revision Changes Path 1.129 +6 -5 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302191833.h1JIXT2d013173>