Oops I forgot to add the official id for this card.

This commit is contained in:
John Hay 1996-11-13 18:06:52 +00:00
parent dc3d7ece3a
commit 0c064d6185
2 changed files with 6 additions and 4 deletions

View File

@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: if_sr_p.c,v 1.1 1996/10/29 03:53:21 jhay Exp $
*/
#include "pci.h"
@ -74,9 +74,10 @@ static char *
sr_pci_probe(pcici_t tag, pcidi_t type)
{
switch(type) {
case 0x55684778:
case 0x556812aa:
return ("RISCom/N2pci");
break;
case 0x55684778:
case 0x55684877:
/*
* XXX This can probably be removed sometime.

View File

@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: if_sr_p.c,v 1.1 1996/10/29 03:53:21 jhay Exp $
*/
#include "pci.h"
@ -74,9 +74,10 @@ static char *
sr_pci_probe(pcici_t tag, pcidi_t type)
{
switch(type) {
case 0x55684778:
case 0x556812aa:
return ("RISCom/N2pci");
break;
case 0x55684778:
case 0x55684877:
/*
* XXX This can probably be removed sometime.