diff --git a/sys/dev/pci/if_ath_pci.c b/sys/dev/pci/if_ath_pci.c index 50eb1f678ad3..a369193ebfec 100644 --- a/sys/dev/pci/if_ath_pci.c +++ b/sys/dev/pci/if_ath_pci.c @@ -1,3 +1,5 @@ +/* $NetBSD: if_ath_pci.c,v 1.4 2003/10/15 23:24:36 itojun Exp $ */ + /*- * Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting * All rights reserved. @@ -39,7 +41,7 @@ __FBSDID("$FreeBSD: src/sys/dev/ath/if_ath_pci.c,v 1.3 2003/08/13 21:29:35 sam Exp $"); #endif #ifdef __NetBSD__ -__KERNEL_RCSID(0, "$NetBSD: if_ath_pci.c,v 1.3 2003/10/15 20:33:30 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ath_pci.c,v 1.4 2003/10/15 23:24:36 itojun Exp $"); #endif /*