$NetBSD$
This commit is contained in:
parent
a4a1466cb5
commit
5f3342505f
|
@ -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
|
* Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting
|
||||||
* All rights reserved.
|
* 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 $");
|
__FBSDID("$FreeBSD: src/sys/dev/ath/if_ath_pci.c,v 1.3 2003/08/13 21:29:35 sam Exp $");
|
||||||
#endif
|
#endif
|
||||||
#ifdef __NetBSD__
|
#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
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue