Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/01/1998 15:50:01
thorpej
Wed Jul  1 15:46:29 PDT 1998
Update of /cvsroot/src/sys/arch/hp300/dev
In directory nb00:/tmp/cvs-serv14997

Modified Files:
	dio.c 
Log Message:
If sysflags tells us we have an internal HP-IB interface, don't bother
reading the DIO device ID at select code 7, but rather hard-wire the ID
to the IHPIB ID.  This prevents us reading what might look like a valid
ID to another device when IHPIB is present.  (IHPIB doesn't always return
a correct device ID, grumble.)


thorpej
Wed Jul  1 15:47:12 PDT 1998
Update of /cvsroot/src/sys/arch/hp300/dev
In directory nb00:/tmp/cvs-serv15017

Modified Files:
	nhpib.c 
Log Message:
Dont' check sysflags here... just look for NHPIB or IHPIB device IDs.