summaryrefslogtreecommitdiff
path: root/sysutils/scsiinfo/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-08-20 15:45:04 +0000
committergrant <grant@pkgsrc.org>2002-08-20 15:45:04 +0000
commit9398df20f5471bbc8de2c8a7f9a4024cef5141b3 (patch)
treee3f913efb5e2c0f09b7161e15d04c428b38cb9c3 /sysutils/scsiinfo/patches
parente5c2c56a75dcda1cff6d2e2b63fdf70ef749a0cb (diff)
downloadpkgsrc-9398df20f5471bbc8de2c8a7f9a4024cef5141b3.tar.gz
Initial import of scsiinfo-4.7 into the NetBSD packages collection.
Scsiinfo displays information about SCSI devices attached to a given system, as seen by a supported SCSI device driver. For each target known to the SCSI host adapter, scsiinfo reports SCSI transfer information for the device. In particular, when a target supports synchronous transfer, the negotiated maximum transfer rate (in MB/sec) is reported. Scsiinfo can also report the type and speed of each supported host adapter attached to the system. Scsiinfo is ONLY_FOR_PLATFORM SunOS.
Diffstat (limited to 'sysutils/scsiinfo/patches')
-rw-r--r--sysutils/scsiinfo/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/scsiinfo/patches/patch-aa b/sysutils/scsiinfo/patches/patch-aa
new file mode 100644
index 00000000000..01c129b3971
--- /dev/null
+++ b/sysutils/scsiinfo/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/08/20 15:45:04 grant Exp $
+
+--- Makefile.orig Wed Aug 21 01:23:41 2002
++++ Makefile Wed Aug 21 01:24:16 2002
+@@ -1,4 +1,4 @@
+-CC = cc # you can use gcc, if you like. Don't use /usr/ucb/cc; it won't work.
++#CC = cc # you can use gcc, if you like. Don't use /usr/ucb/cc; it won't work.
+ INCLUDEDIRS = -Iinclude
+
+ #
+@@ -25,7 +25,7 @@
+ $(RM) adapters
+ ./mkadapters esp isp fas glm ptisp pln >adapters
+
+-include adapters
++.include "adapters"
+
+ #
+ # remove -DNOTCH_REPORT if you have trouble compiling notch.c