From owner-cvs-sys Thu Mar 23 01:00:32 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA04903 for cvs-sys-outgoing; Thu, 23 Mar 1995 01:00:32 -0800 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA04876; Thu, 23 Mar 1995 01:00:22 -0800 Date: Thu, 23 Mar 1995 01:00:22 -0800 From: "Rodney W. Grimes" Message-Id: <199503230900.BAA04876@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa aha1742.c ultra14f.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk rgrimes 95/03/23 01:00:21 Modified: sys/i386/isa aha1742.c ultra14f.c Log: Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this to ultra14f.c and eliminate constants. Correct EISA slot scan loops to look at slots 1 to 15 inclusive (off by 1 errors all over the place). Other drivers need this, I will get to it after a little more work. Correct the ultrastore EISA probe so that it starts after the last EISA slot probed instead of starting over from slot 0. We need an eisa.h to move a lot of common constants into. I will write it if someone tells me where it should go (sys/eisa?).