]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix panic on sparc64 introduced in my last commit. I really
authormux <mux@FreeBSD.org>
Wed, 19 Feb 2003 18:33:29 +0000 (18:33 +0000)
committermux <mux@FreeBSD.org>
Wed, 19 Feb 2003 18:33:29 +0000 (18:33 +0000)
commit1fe37e43e300d53b7f91e99c64116556ef9187cd
treebf30c9acf5698aaa1cf0a8995447c165a59f686d
parente06f00b3e7d6ef123428256bf21dfacc205d4077
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>
sys/pci/if_xl.c