Subject: Re: pmap panic, ed timeout, interrupts
To: None <current-users@sun-lamp.cs.berkeley.edu,>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 02/02/1994 18:19:29
   Ultrastor Ultra-12 controller. It's got 64Mb. This one is going to

That's the problem.  You're exceeding the kernel's virtual address space
most likely.  You could try setting a BUFPAGES limit manually that's a
bit lower than the default.

   ed1 works fine, though. The possible trouble here is, that com1 is
   configured at irq3, just like ed0. Although both devices are recognized,

Yes, this is going to screw you.  I have code which fixes it, but it's
not ready to be released at the moment.


Also, whether or not you change BUFPAGES, you'll probably want to increase
the NKPDE constant in /sys/i386/include/pmap.h.  Try 15, and your problem
should go away.


------------------------------------------------------------------------------