diff options
Diffstat (limited to 'sys/dev/sis')
| -rw-r--r-- | sys/dev/sis/if_sis.c | 2 | ||||
| -rw-r--r-- | sys/dev/sis/if_sisreg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sis/if_sis.c b/sys/dev/sis/if_sis.c index 02acbee266382..74ecd0fc3471c 100644 --- a/sys/dev/sis/if_sis.c +++ b/sys/dev/sis/if_sis.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sis/if_sis.c,v 1.7.2.3.2.1 2009/04/15 03:14:26 kensmith Exp $"); /* * SiS 900/SiS 7016 fast ethernet PCI NIC driver. Datasheets are diff --git a/sys/dev/sis/if_sisreg.h b/sys/dev/sis/if_sisreg.h index 927bd58f76002..bb118181aa418 100644 --- a/sys/dev/sis/if_sisreg.h +++ b/sys/dev/sis/if_sisreg.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/sis/if_sisreg.h,v 1.2.2.2.2.1 2009/04/15 03:14:26 kensmith Exp $ */ /* |
