Subject: Re: Adaptec 1542 CP
To: Juergen Marenda <marenda@JMnet.metaworks.de>
From: Charles M. Hannum <mycroft@mit.edu>
List: current-users
Date: 07/03/1996 03:10:39
Juergen Marenda <marenda@JMnet.metaworks.de> writes:

> 
> replacing my (defective) 1542CF with the CP Version 
> results in not beeing able to boot my good old NetBSD-1.1 System
> (386+387, 33 MHz, 4MByte RAM, Mator 300MB HD)

This is fixed in 1.2.  For 1.1, look in /sys/dev/isa/aha1542.c for
some code that looks like:

        if (inquire.boardid == 0x43 || inquire.boardid == 0x44 ||
            inquire.boardid == 0x45) {

and change it to:

	if (inquire.boardid >= 0x43) {

and build a new kernel.