Remove obsolete drsw diagnostic

This commit is contained in:
scottr 1997-04-22 20:21:59 +00:00
parent e733e600d3
commit 2111f73a90
2 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ae_nubus.c,v 1.12 1997/04/10 03:19:46 briggs Exp $ */
/* $NetBSD: if_ae_nubus.c,v 1.13 1997/04/22 20:21:59 scottr Exp $ */
/*
* Copyright (C) 1997 Scott Reynolds
@ -393,9 +393,6 @@ ae_nb_card_vendor(na)
}
break;
default:
#ifdef AE_DEBUG
printf("Unknown ethernet drsw: %x\n", na->drsw);
#endif
vendor = AE_VENDOR_UNKNOWN;
}
return vendor;

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ae_nubus.c,v 1.12 1997/04/10 03:19:46 briggs Exp $ */
/* $NetBSD: if_ae_nubus.c,v 1.13 1997/04/22 20:21:59 scottr Exp $ */
/*
* Copyright (C) 1997 Scott Reynolds
@ -393,9 +393,6 @@ ae_nb_card_vendor(na)
}
break;
default:
#ifdef AE_DEBUG
printf("Unknown ethernet drsw: %x\n", na->drsw);
#endif
vendor = AE_VENDOR_UNKNOWN;
}
return vendor;