Correct the PCI ID for the Buslogic 946.

This commit is contained in:
gibbs 1996-02-12 17:00:39 +00:00
parent e3b25bbe26
commit c0a1ab5ae7

View File

@ -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));