From 0c064d6185b605a5e036c20f896aa91fb6275629 Mon Sep 17 00:00:00 2001 From: John Hay Date: Wed, 13 Nov 1996 18:06:52 +0000 Subject: [PATCH] Oops I forgot to add the official id for this card. --- sys/dev/sr/if_sr_pci.c | 5 +++-- sys/pci/if_sr_p.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/dev/sr/if_sr_pci.c b/sys/dev/sr/if_sr_pci.c index 27b9a4db67bd..eed3f34e02d2 100644 --- a/sys/dev/sr/if_sr_pci.c +++ b/sys/dev/sr/if_sr_pci.c @@ -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. diff --git a/sys/pci/if_sr_p.c b/sys/pci/if_sr_p.c index 27b9a4db67bd..eed3f34e02d2 100644 --- a/sys/pci/if_sr_p.c +++ b/sys/pci/if_sr_p.c @@ -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.