aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/aic7870.c
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1995-08-20 03:18:09 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1995-08-20 03:18:09 +0000
commit54aec2bee6bed4cea0edb0f9a94a1cb3ee02a266 (patch)
tree1f4820c3f900549cb8d390bec4f1a1f1ce95f68a /sys/pci/aic7870.c
parent6609c8a20d5c31dc28c0314a2d72b907bab72b25 (diff)
downloadsrc-54aec2bee6bed4cea0edb0f9a94a1cb3ee02a266.tar.gz
src-54aec2bee6bed4cea0edb0f9a94a1cb3ee02a266.zip
Correct the PCI ID for the Adaptec 7850 chips.
Notes
Notes: svn path=/head/; revision=10125
Diffstat (limited to 'sys/pci/aic7870.c')
-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 1e67740accf2..224e008a5d03 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));