PR/3388 from Tatoku Ogaito: Add product id for another soundblaster PnP card.

This commit is contained in:
christos 1997-03-25 15:16:49 +00:00
parent a28b2ef8b3
commit 93b36b663d

View File

@ -1,4 +1,4 @@
/* $NetBSD: sb_isapnp.c,v 1.4 1997/03/21 00:49:38 mycroft Exp $ */
/* $NetBSD: sb_isapnp.c,v 1.5 1997/03/25 15:16:49 christos Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -82,6 +82,7 @@ sb_isapnp_match(parent, match, aux)
if (strcmp(ipa->ipa_devlogic, "CTL0001") &&
strcmp(ipa->ipa_devlogic, "CTL0031") &&
strcmp(ipa->ipa_devlogic, "CTL0041") &&
strcmp(ipa->ipa_devlogic, "ESS1868"))
return (0);