Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/16/1997 00:30:01
mjacob
Fri Aug 15 17:20:29 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv8054

Modified Files:
	ispreg.h 
Log Message:
Differences necessary to support the Qlogic 2100 (Fibre Channel PCI
Card)


mjacob
Fri Aug 15 17:22:13 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv8321

Modified Files:
	isp.c 
Log Message:
*Major* differences to support the Qlogic 2100 (Fibre Channel PCI), as well
as being able to do microdifferentiation of the ISP SCSI chip; a couple of
bug fixes, and the beginnings of some watchdog support.


mjacob
Fri Aug 15 17:25:46 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv9108

Modified Files:
	pcidevs.h pcidevs 
Log Message:
Add in PCI_PRODUCT_QLOGIC_ISP2100.


mjacob
Fri Aug 15 17:28:10 PDT 1997
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv9349

Modified Files:
	isp_pci.c 
Log Message:
Major rework to support Qlogic ISP2100 (Fibre Channel PCI card). Also now
able to read SXP registers (instead of panicing). Probably have done a bit
of setup overkill- we now alloc some scratch memory for the 2100 that I thought
I would need for the Port database, but so far I haven't needed to retrieve
the port database. Well, early days yet.