Date: Mon, 9 Dec 1996 01:59:28 -0800 (PST) From: Paul Traina <pst@Shockwave.COM> To: nate@freebsd.org Cc: hackers@freebsd.org Subject: followup on pccardd problems... Message-ID: <199612090959.BAA00393@precipice.shockwave.com>
next in thread | raw e-mail | index | archive | help
It's a memory allocation problem, but this stuff is driving me bonkers. /etc/sysconfig has pccard memory set to default (d0000). /etc/pccardd has pccard blocks at default (d4000 96k). the ed0 driver has had iomem set to d4000 (was d8000). We're failing inside assign_io, specificly in allocate_memory. We're asking for 1024 / MEMUNIT memory, which means the count being passed in to alloc_mem() is 0. Is this sane? Paul
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612090959.BAA00393>