Subject: board at ztwobus0: rom 0xe90000 man/pro 2017/9 not configured
To: None <amiga-dev@NetBSD.ORG>
From: Hubert Feyrer <Hubert.Feyrer@rz.uni-regensburg.de>
List: amiga-dev
Date: 10/22/1995 17:42:05
someone on IRC just mentioned that he gets the following message when booting
NetBSD V1.0:
board at ztwobus0: rom 0xe90000 man/pro 2017/9 not configured
He says this is the GVP-SCSI-card *without* RAM-option... so, could some kind
soul (Chris? :) please add the appropriate test to gvpbus.c?
/*
* Check manufacturer and product id.
*/
#if 0
if (zap->manid == 2017 && (zap->prodid == 11 || zap->prodid == 2))
#else
if (zap->manid == 2017 && (zap->prodid == 11 || zap->prodid == 9))
/*HF*
/
#endif
Thanks a lot,
Hubert
--
=============== Hubert Feyrer ============================================
Weekdays: Rennerstr. 19, D-93053 Regensburg, Tel. 0941/943-2455
Weekends: Bachstr. 40, D-84066 Mallersdorf, Tel. 08772/6084
Internet: hubert.feyrer@rz.uni-regensburg.de, IRC: hubertf
==========================================================================