9fans archive / 1996 / 03 / 61 / prev next
From: jim mckie jmk@pla...
Subject: CPU server
Date: Sun, 17 Mar 1996 19:44:23 -0500
There are no busmastering ethernet devices in the distribution;
the soundblaster and floppy use the generic DMA routines which
do the check and provide a buffer if necessary.
However, it's unlikely - Plan 9 does not do DMA to user
memory, only to kernel buffers. The space allocated by the
kernel at boot time for dynamic allocation is probably
within the first 16Mb.
------ forwarded message follows ------
>From cse.psu.edu!9fans-outgoing-owner Sun Mar 17 16:47:00 EST 1996
Received: from colossus.cse.psu.edu by plan9; Sun Mar 17 16:47:00 EST 1996
Received: by colossus.cse.psu.edu id <78848>; Sun, 17 Mar 1996 16:39:24 -0500
Received: from galapagos.cse.psu.edu ([130.203.2.12]) by colossus.cse.psu.edu with SMTP id <78847>; Sun, 17 Mar 1996 16:39:08 -0500
Received: from localhost by galapagos.cse.psu.edu with SMTP id <12690>; Sun, 17 Mar 1996 16:37:59 -0500
To: cse.psu.edu!9fans
Subject: Re: CPU server
In-reply-to: Your message of "Sun, 17 Mar 1996 15:03:05 EST."
<96Mar17.150802est.78842@col...>
Date: Sun, 17 Mar 1996 16:37:44 -0500
From: Scott Schwartz <galapagos.cse.psu.edu!schwartz>
Message-Id: <96Mar17.163759est.12690@gal...>
Sender: cse.psu.edu!owner-9fans
Precedence: bulk
Reply-To: cse.psu.edu!9fans
"jim mckie" <jmk@pla...> writes:
| The PC fileserver code has always been aware of this, the cpuserver/terminal
| code needs some fixes which went out recently.
What about devices other than disks? If I get more ram for my
terminal, will ethernet, soundblaster, etc, break?