home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!das-news.harvard.edu!spdcc!iecc!mailgateway
- From: johnl@iecc.cambridge.ma.us (John R. Levine)
- Newsgroups: comp.unix.pc-clone.32bit
- Subject: Re: Shared Memory or DMA ethercards for UNIX on a PC
- Message-ID: <9301071643.AA19543@iecc.cambridge.ma.us>
- Date: 7 Jan 93 21:43:05 GMT
- Article-I.D.: iecc.9301071643.AA19543
- References: <1993Jan7.142902.2235@cm.cf.ac.uk>
- Sender: Postmaster@iecc.cambridge.ma.us
- Organization: I.E.C.C.
- Lines: 28
-
- >I'm not a hardware expert but from what I've heard go for the shared
- >memory. There are various problems with DMA on ISA buses in
- >performance and it's 16Mb limit.
- >
- >However as I said I'm not a hardware expert and I'd be interested in
- >some definite information.
-
- An ISA bus only has 24 address lines, so no device on the bus can address
- more than 16 meg. High performance 386 and 486 systems always put the RAM
- on a faster local bus with more address lines, so a programmed I/O device
- like an ESDI disk controller has no address limitations because the CPU
- fills and empties it with REP INS and REP OUTS instructions.
-
- The motherboard DMA has the added problem that it uses a tired old controller
- chip from the late 1970s which takes about a month to grab and release the
- bus. It's OK for devices like floppies or parallel printers which are a
- little too fast for comfortable character at a time I/O, but hopeless for
- disks, tapes, and anything fast.
-
- "Bus master" controllers generate their own bus control signals so they
- avoid the performance problems of motherboard DMA. But they're still
- limited to 16MB because they only have the 24 address lines, and to 16 bit
- transfers because there are only 16 data lines on the bus. To get full 32
- bit data and addresses you need EISA or microchannel or (if they're available)
- bus master controllers on the local bus.
-
- Regards,
- John Levine, johnl@iecc.cambridge.ma.us, {spdcc|ima|world}!iecc!johnl
-