aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-05-22 04:34:59 +0000
committerBruce Evans <bde@FreeBSD.org>1999-05-22 04:34:59 +0000
commit1979249db28db52f35f29c7bd14a4310628ebd17 (patch)
tree0c0d76af5399ecf18c88dea8deb7ced9c58ab4d3
parenta5b3fd5d93fd01d8a1addc0293cc6a68a86a8b68 (diff)
Notes
-rw-r--r--sys/dev/bktr/bktr_core.c4
-rw-r--r--sys/pci/brooktree848.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c
index 87eeb1502755..5b9ba0d0434c 100644
--- a/sys/dev/bktr/bktr_core.c
+++ b/sys/dev/bktr/bktr_core.c
@@ -1,4 +1,4 @@
-/* $Id: brooktree848.c,v 1.77 1999/05/18 12:16:15 roger Exp $ */
+/* $Id: brooktree848.c,v 1.78 1999/05/19 22:04:21 roger Exp $ */
/* BT848 Driver for Brooktree's Bt848, Bt849, Bt878 and Bt 879 based cards.
The Brooktree BT848 Driver driver is based upon Mark Tinguely and
Jim Lowe's driver for the Matrox Meteor PCI card . The
@@ -4665,7 +4665,7 @@ static int oformat_meteor_to_bt( u_long format )
if (( pf1->type == pf2->type ) &&
( pf1->Bpp == pf2->Bpp ) &&
- !memcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) &&
+ !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) &&
( pf1->swap_bytes == pf2->swap_bytes ) &&
( pf1->swap_shorts == pf2->swap_shorts ))
break;
diff --git a/sys/pci/brooktree848.c b/sys/pci/brooktree848.c
index 87eeb1502755..5b9ba0d0434c 100644
--- a/sys/pci/brooktree848.c
+++ b/sys/pci/brooktree848.c
@@ -1,4 +1,4 @@
-/* $Id: brooktree848.c,v 1.77 1999/05/18 12:16:15 roger Exp $ */
+/* $Id: brooktree848.c,v 1.78 1999/05/19 22:04:21 roger Exp $ */
/* BT848 Driver for Brooktree's Bt848, Bt849, Bt878 and Bt 879 based cards.
The Brooktree BT848 Driver driver is based upon Mark Tinguely and
Jim Lowe's driver for the Matrox Meteor PCI card . The
@@ -4665,7 +4665,7 @@ static int oformat_meteor_to_bt( u_long format )
if (( pf1->type == pf2->type ) &&
( pf1->Bpp == pf2->Bpp ) &&
- !memcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) &&
+ !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) &&
( pf1->swap_bytes == pf2->swap_bytes ) &&
( pf1->swap_shorts == pf2->swap_shorts ))
break;