diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 17:13:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 17:13:41 +0000 |
commit | 020b6f36bf6c741789f9973d6ac14e7c709bc7d8 (patch) | |
tree | bf83209973ea89abc583552ff58c4b0b06241da4 /sys/dev/pci/if_txvar.h | |
parent | becf53af501e48aebfd808637d20a76470ba8945 (diff) |
sync with freebsd:
comment out some debugging code, rcsid changes
Diffstat (limited to 'sys/dev/pci/if_txvar.h')
-rw-r--r-- | sys/dev/pci/if_txvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txvar.h b/sys/dev/pci/if_txvar.h index ae99779e269..dabd650b76b 100644 --- a/sys/dev/pci/if_txvar.h +++ b/sys/dev/pci/if_txvar.h @@ -1,5 +1,5 @@ -/* $OpenBSD: if_txvar.h,v 1.5 1999/03/16 04:26:39 jason Exp $ */ -/* $FreeBSD: if_txvar.h,v 1.2 1999/03/14 08:30:23 semenu Exp $ */ +/* $OpenBSD: if_txvar.h,v 1.6 1999/06/29 17:13:40 jason Exp $ */ +/* $FreeBSD: if_txvar.h,v 1.3 1999/05/22 06:10:14 semenu Exp $ */ /*- * Copyright (c) 1997 Semen Ustimenko |