diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-08-31 10:32:42 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-08-31 10:32:42 +0000 |
| commit | 2dd2ab9fc899295c7ad3c529e48e7b645ca69e89 (patch) | |
| tree | 50a9c1216fab062707750b7ecbb9d220f5b64b78 /sys/dev/bktr | |
| parent | 2271cf26df5cbaa7d2a86c33d20c7a92c0479f16 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bktr')
| -rw-r--r-- | sys/dev/bktr/bktr_core.c | 2 | ||||
| -rw-r--r-- | sys/dev/bktr/bktr_reg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index b0df4cc23a52..bbb18fcd680f 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -1,4 +1,4 @@ -/* $Id: brooktree848.c,v 1.85 1999/06/12 14:54:54 roger Exp $ */ +/* $FreeBSD$ */ /* BT848 Driver for Brooktree's Bt848, Bt848A, Bt849A, Bt878, Bt879 based cards. The Brooktree BT848 Driver driver is based upon Mark Tinguely and Jim Lowe's driver for the Matrox Meteor PCI card . The diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index 7449a393cce6..80b117aabc9d 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -30,7 +30,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: brktree_reg.h,v 1.29 1999/06/12 14:54:56 roger Exp $ + * $FreeBSD$ */ #ifndef PCI_LATENCY_TIMER #define PCI_LATENCY_TIMER 0x0c /* pci timer register */ |
