diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-08-25 13:09:12 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-08-25 13:09:12 +0000 |
commit | 35d8b9c3a5483dd7a1b896e75456483700d2218c (patch) | |
tree | ceeb8d862b56e4c676e81aa3756cad24a5524a6b /sys | |
parent | 8ff45407f406a91d84e3c0f44c27a88e406eca67 (diff) |
unbreak DEBUG; ok henning, deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_sandrv.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/if_sandrv.c b/sys/dev/pci/if_sandrv.c index 1f55d9a5d81..71aaa100cb8 100644 --- a/sys/dev/pci/if_sandrv.c +++ b/sys/dev/pci/if_sandrv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sandrv.c,v 1.4 2004/07/16 15:11:45 alex Exp $ */ +/* $OpenBSD: if_sandrv.c,v 1.5 2004/08/25 13:09:11 markus Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -306,10 +306,6 @@ san_attach(struct device *parent, struct device *self, void *aux) } break; - case PCI_VENDOR_ID_GSI: - log(LOG_INFO, "%s: Sangoma S518 ADSL adapter\n", - self->dv_xname); - break; case SANGOMA_PCI_VENDOR_OLD: switch (atype) { case A101_ADPTR_1TE1: |