diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 |
| commit | 039ea811636f62633b18bcadb9f5332b215f7900 (patch) | |
| tree | 2b6265c3f691194eb9ff68f608c028eb43e14708 /sys/dev/sf | |
| parent | 0724db41d65f0854fe1349e284feceb8c5c047ed (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 f1b77d4d0be2..154388600403 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.5.2.1 2012/03/03 06:15:13 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..6670493942b9 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/sf/starfire_rx.h b/sys/dev/sf/starfire_rx.h index bc4153c1ab4b..6826238b6f03 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * MODULE: GFP_RX.H * diff --git a/sys/dev/sf/starfire_tx.h b/sys/dev/sf/starfire_tx.h index 2a4449b19316..cb99d27d8c49 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* * MODULE: GFP_TX.H * |
