From owner-freebsd-hackers Tue Feb 27 20:24:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11709 for hackers-outgoing; Tue, 27 Feb 1996 20:24:42 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA11704 for ; Tue, 27 Feb 1996 20:24:39 -0800 (PST) Received: from covina.lightside.com (covina.lightside.com [198.81.209.1]) by who.cdrom.com (8.6.12/8.6.11) with SMTP id UAA21465 for ; Tue, 27 Feb 1996 20:24:34 -0800 Received: by covina.lightside.com (Smail3.1.28.1 #6) id m0trdQ0-0009Z7C; Tue, 27 Feb 96 20:23 PST Date: Tue, 27 Feb 1996 20:23:11 -0800 (PST) From: Jake Hamby To: Terry Lambert cc: "Jordan K. Hubbard" , narvi@haldjas.folklore.ee, phk@critter.tfs.com, hackers@freebsd.org Subject: Re: Go SCSI! Big improvement... In-Reply-To: <199602272051.NAA05760@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org Precedence: bulk On Tue, 27 Feb 1996, Terry Lambert wrote: > > > Well, what they should've done is fix the Zorro bus in the Amiga, and > > > then things would've been perfect. They had AutoConfig since 1986, > > > man... ;-) > > > > I gave my A2500 away last year to someone who actually had the time > > to use it.. :-) > > Hope they are porting FreeBSD. Amiga has NetBSD.. Works pretty good, too, and is binary-compatible with the Mac version. > BTW, Multibus and QBus had autoconfig way before 1986, FWIW. AutoConfig was a trademark of Commodore. The Zorro I and II buses were basically a local bus (straight off the 68000 chip), but Zorro III was an asynchronous bus that could adaptively negotiate clock speed and feature set with individual cards (backwards compatible with Zorro II, but Zorro I was very shortlived). But come to think of it, since all of the cards were memory-mapped, and the 680x0 has shared IRQ and DMA channels, there was only the memory range to allocate to AutoConfig it. Interestingly, the OS was smart enough to boot off of hard drive controller boards by loading in the driver from a ROM, and could also AutoConfig RAM expansion boards and add the RAM to the free memory pool... ---Jake