From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 17 Mar 1996 19:44:23 -0500 From: jim mckie jmk@plan9.bell-labs.com Subject: CPU server Topicbox-Message-UUID: 40a6f75a-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960318004423.njUE9VQ91Tm52cVgT02jn82nylAaqzQYKa-pFtfulV4@z> 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@colossus.cse.psu.edu> Date: Sun, 17 Mar 1996 16:37:44 -0500 From: Scott Schwartz Message-Id: <96Mar17.163759est.12690@galapagos.cse.psu.edu> Sender: cse.psu.edu!owner-9fans Precedence: bulk Reply-To: cse.psu.edu!9fans "jim mckie" 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?