diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/sf | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'sys/dev/sf')
-rw-r--r-- | sys/dev/sf/if_sf.c | 2 | ||||
-rw-r--r-- | sys/dev/sf/if_sfreg.h | 2 | ||||
-rw-r--r-- | sys/dev/sf/starfire_rx.h | 2 | ||||
-rw-r--r-- | sys/dev/sf/starfire_tx.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 2abd80cc53456..054d5ade4a072 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sf/if_sf.c,v 1.99.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); /* * Adaptec AIC-6915 "Starfire" PCI fast ethernet driver for FreeBSD. diff --git a/sys/dev/sf/if_sfreg.h b/sys/dev/sf/if_sfreg.h index 3ccfb8035a120..40327682c3fdb 100644 --- a/sys/dev/sf/if_sfreg.h +++ b/sys/dev/sf/if_sfreg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sf/if_sfreg.h,v 1.21.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ /* diff --git a/sys/dev/sf/starfire_rx.h b/sys/dev/sf/starfire_rx.h index bc4153c1ab4ba..41abeca3d79b3 100644 --- a/sys/dev/sf/starfire_rx.h +++ b/sys/dev/sf/starfire_rx.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sf/starfire_rx.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ /* * MODULE: GFP_RX.H * diff --git a/sys/dev/sf/starfire_tx.h b/sys/dev/sf/starfire_tx.h index 2a4449b193161..ed56250f2be0d 100644 --- a/sys/dev/sf/starfire_tx.h +++ b/sys/dev/sf/starfire_tx.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sf/starfire_tx.h,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ /* * MODULE: GFP_TX.H * |