summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-08-20 03:18:09 +0000
committergibbs <gibbs@FreeBSD.org>1995-08-20 03:18:09 +0000
commitb00d5a184a47d19685edb9ea866ff7a21d014e44 (patch)
tree1f4820c3f900549cb8d390bec4f1a1f1ce95f68a
parentdb8dc4f2a39244292357c285ac1a79c8ab5ca346 (diff)
downloadFreeBSD-src-b00d5a184a47d19685edb9ea866ff7a21d014e44.zip
FreeBSD-src-b00d5a184a47d19685edb9ea866ff7a21d014e44.tar.gz
Correct the PCI ID for the Adaptec 7850 chips.
-rw-r--r--sys/pci/aic7870.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index 1e67740..224e008 100644
--- a/sys/pci/aic7870.c
+++ b/sys/pci/aic7870.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: aic7870.c,v 1.11 1995/06/11 19:31:48 rgrimes Exp $
+ * $Id: aic7870.c,v 1.12 1995/07/04 21:21:33 gibbs Exp $
*/
#include <pci.h>
@@ -38,7 +38,7 @@
#define PCI_DEVICE_ID_ADAPTEC_3940 0x72789004ul
#define PCI_DEVICE_ID_ADAPTEC_2940 0x71789004ul
#define PCI_DEVICE_ID_ADAPTEC_AIC7870 0x70789004ul
-#define PCI_DEVICE_ID_ADAPTEC_AIC7850 0x70759004ul
+#define PCI_DEVICE_ID_ADAPTEC_AIC7850 0x50789004ul
static char* aic7870_probe __P((pcici_t tag, pcidi_t type));
void aic7870_attach __P((pcici_t config_id, int unit));
OpenPOWER on IntegriCloud