scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.8
<Adaptec 3950B Ultra2 SCSI adapter>
aic7896/97: Ultra2 Wide Channel B, SCSI Id=7, 32/253 SCBs
Vendor: IBM Model: DNES-309170Y Rev: SAH0
Type: Direct-Access ANSI SCSI revision: 03
(scsi0:A:0): 80.000MB/s transfers (40.000MHz, offset 30, 16bit)
....
Patch below. Calls the 845 initialization function instead of the 830MP,
and a small formatting cleanup. This is verified working.
$ diff -u kernel-source-2.4.20/drivers/char/agp/agpgart_be.c.org
kernel-source-2.4.20/drivers/char/agp/agpgart_be.c
--- kernel-source-2.4.20/drivers/char/agp/agpgart_be.c.org 2002-11-28
16:53:12.000000000 -0700
+++ kernel-source-2.4.20/drivers/char/agp/agpgart_be.c 2002-12-08
20:39:57.000000000 -0700
@@ -4551,12 +4551,12 @@
"Intel",
"i830M",
intel_830mp_setup },
- { PCI_DEVICE_ID_INTEL_845_G_0,
+ { PCI_DEVICE_ID_INTEL_845_G_0,
PCI_VENDOR_ID_INTEL,
INTEL_I845_G,
"Intel",
"i845G",
- intel_830mp_setup },
+ intel_845_setup },
{ PCI_DEVICE_ID_INTEL_840_0,
PCI_VENDOR_ID_INTEL,
INTEL_I840,
Please note... kernel version below is that of my development box (where
kernel was compiled)
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux shadow 2.4.19 #3 SMP Mon Nov 25 20:48:02 MST 2002
i686 Pentium III (Coppermine) GenuineIntel GNU/Linux
Versions of the packages kernel-source-2.4.20 depends on:
ii binutils 2.13.90.0.10-1 The GNU assembler, linker and binary
utiliti
ii bzip2 1.0.2-1 A high-quality block-sorting file
compressor
ii coreutils 4.5.2-1 The GNU core utilities
ii fileutils 4.5.2-1 GNU file management utilities
Regards,
Mike
-- Michael Milligan -- Free Agent -- milli@acmeps.com- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/