Subject: Re: CVS commit: syssrc
To: None <port-pmax@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-pmax
Date: 06/09/1999 14:48:25
simonb@netbsd.org wrote

> + Call prom_scsiid() to found out what the host SCSI ID should
>   be instead of hardcoding values.
> + Print the host SCSI ID in siiattach().
>
> XXX - probably should do the same to the ASC driver??  The manuals for
> the 5000 series machines don't mention the scsiidN env variable, but it
> is present on all the models I've looked at...

My Personal DECstation does not show the env. variable, and I've never
seen the variable on other MAXINE units.  As Ultrix shares the NCR
controller code in dme_*.c, it'd be quite possible to just work ok,
though. 

> Include <pmax/pmax/machdep.h> instead of declaring our own prom_*()
> prototypes.

Someday we'd have to clarify things between locore.h, machdep.h and
promvar.h. 

Tohru Nishimura