aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1996-02-12 17:00:39 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1996-02-12 17:00:39 +0000
commitb168bd14c99de4c2e1a984dd730cf1b1563a001a (patch)
treea84ca752f54a2d4971bd8f785f3a0f7508b7b869 /sys
parent1585b19f54050c8ff510194df5f9c17229cb5750 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/bt9xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/bt9xx.c b/sys/pci/bt9xx.c
index 6955357c8dad..b5befcf19752 100644
--- a/sys/pci/bt9xx.c
+++ b/sys/pci/bt9xx.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: bt9xx.c,v 1.3 1995/12/14 14:19:19 peter Exp $
+ * $Id: bt9xx.c,v 1.4 1996/01/23 21:46:57 se Exp $
*/
#include <pci.h>
@@ -36,7 +36,7 @@
/* XXX Need more device IDs */
#define PCI_BASEADR0 PCI_MAP_REG_START
-#define PCI_DEVICE_ID_BUSLOGIC_946 0x104B1040ul
+#define PCI_DEVICE_ID_BUSLOGIC_946 0x1040104Bul
static char* bt_pci_probe __P((pcici_t tag, pcidi_t type));
static void bt_pci_attach __P((pcici_t config_id, int unit));