diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-29 17:36:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-29 17:36:17 +0000 |
commit | 4ae9ae8aed4819283291ac0efa7db22b89a65dc9 (patch) | |
tree | d8586930370127abc87ae37c50bf009b6d43d845 /sys/dev/ic | |
parent | 9068227eeb49d01ae519444fca6d90041fded691 (diff) |
kill RCSID macros; discussed with millert
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/dwc_gmac.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/dwc_gmac.c b/sys/dev/ic/dwc_gmac.c index 6ee76dee6de..4a511a0cb0f 100644 --- a/sys/dev/ic/dwc_gmac.c +++ b/sys/dev/ic/dwc_gmac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dwc_gmac.c,v 1.7 2017/05/21 11:52:04 kettenis Exp $ */ +/* $OpenBSD: dwc_gmac.c,v 1.8 2017/06/29 17:36:16 deraadt Exp $ */ /* $NetBSD: dwc_gmac.c,v 1.34 2015/08/21 20:12:29 jmcneill Exp $ */ /*- @@ -40,8 +40,6 @@ * http://www.synopsys.com/dw/ipdir.php?ds=dwc_ether_mac10_100_1000_unive */ -/*__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.34 2015/08/21 20:12:29 jmcneill Exp $");*/ - /* #define DWC_GMAC_DEBUG 1 */ #include <sys/param.h> |