> I was looking at a post you sent to a news group regarding this driver and > downloaded the isp_dist.tgz file from your ftp site. I am trying to build > a module for this driver for a 2.0.35 kernel but dont quite understand how > to create that module. Any help would be appreciated. Here's a transcript of doing this for 2.0.36...I had botched some tar packaging (I'm an idiot). With the tgz from today, here's how this works: Script started on Sat Jan 16 17:19:21 1999 feral-gw.feral.com > mkdir /tmp/foo feral-gw.feral.com > cd /tmp/foo feral-gw.feral.com > uname -a Linux feral-gw.feral.com 2.0.36 #2 Thu Dec 10 10:39:24 PST 1998 i586 unknown feral-gw.feral.com > ls -l /usr/src/linux lrwxrwxrwx 1 root root 13 Jan 16 17:15 /usr/src/linux -> v2.0.36/linux/ feral-gw.feral.com > tar xzvf ~ftp/pub/isp/isp_dist.tz README common/asm_pci.h common/asm_sbus.h common/isp.c common/ispmbox.h common/ispreg.h common/ispvar.h freebsd/isp_freebsd.c freebsd/isp_freebsd.h freebsd/isp_freebsd_cam.h freebsd/isp_pci.c netbsd/isp_netbsd.c netbsd/isp_netbsd.h netbsd/isp_pci.c netbsd/isp_sbus.c linux/isp_linux.h linux/isp_pci.c linux/patches/isp-patch-2.1.132-mj0 linux/Makefile.i386 linux/Makefile.sparc64 linux/Makefile feral-gw.feral.com > cd linux /tmp/foo/linux feral-gw.feral.com > make cc -DISP_PCI -D__KERNEL__ -DMODULE -DMODVERSIONS -I. -I../common -I/usr/src/linux/drivers/scsi -I/usr/src/linux/include -include /usr/src/linux/include/linux/modversions.h -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -c -o isp_pci.o ./isp_pci.c feral-gw.feral.com > root cp isp_pci.o /lib/modules/2.0.36/scsi feral-gw.feral.com > root depmod -a feral-gw.feral.com > : ready for modprobe isp_pci feral-gw.feral.com > exit exit Script done on Sat Jan 16 17:25:13 1999 - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED]
