9398df20f5
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.
19 lines
544 B
Text
19 lines
544 B
Text
$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
|