diff options
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 5238a271e84d..0bd841f870b4 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.101.2.1.2.1 2009/10/25 01:10:29 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 3ccfb8035a12..9c7184d79120 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.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/sf/starfire_rx.h b/sys/dev/sf/starfire_rx.h index bc4153c1ab4b..d28b627d80f9 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.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* * MODULE: GFP_RX.H * diff --git a/sys/dev/sf/starfire_tx.h b/sys/dev/sf/starfire_tx.h index 2a4449b19316..67089f4f593f 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.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* * MODULE: GFP_TX.H * |