summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym/README.sym
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-28 00:45:27 +0000
committerobrien <obrien@FreeBSD.org>1999-11-28 00:45:27 +0000
commit7faf68aa584ea7097c7779fef67871ef0b30226e (patch)
treec4effea257ba5475ae6831e7ceb8dba67911f2bc /sys/dev/sym/README.sym
parent1285bb85d3804ba4642a152018fb7a7a8f920d75 (diff)
downloadFreeBSD-src-7faf68aa584ea7097c7779fef67871ef0b30226e.zip
FreeBSD-src-7faf68aa584ea7097c7779fef67871ef0b30226e.tar.gz
Adjust `sym' include file path to match where `sym' landed in our tree.
Done as vendor import as I hope the author will accept this patch, and I'm not ready to take this thing off the vendor branch yet.
Diffstat (limited to 'sys/dev/sym/README.sym')
-rw-r--r--sys/dev/sym/README.sym13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/dev/sym/README.sym b/sys/dev/sym/README.sym
index 97647f5..9479485 100644
--- a/sys/dev/sym/README.sym
+++ b/sys/dev/sym/README.sym
@@ -120,8 +120,9 @@ be attached by the sym_hipd.c driver.
Installation:
1) Untar SYM-0.9.0-19991024.tar.gz
+ 2) Create the /usr/src/sys/dev/sym directory
2) Copy README.sym, sym_conf.h, sym_defs.h and sym_hipd.c to
- /usr/src/sys/pci/
+ /usr/src/sys/dev/sym/
3) Change to /usr/src/sys/ directory
4) If FreeBSD-4, apply the unified patch sym_sys.patch
(patch -p0 <sym_sys.patch)
@@ -129,7 +130,7 @@ Installation:
If FreeBSD-3, apply the unified patch sym_sys_3.patch
(patch -p0 <sym_sys_3.patch)
Otherwise, leave here. ;)
- 5) Change to /usr/src/sys/pci directory
+ 5) Change to /usr/src/sys/dev/sym directory
6) Update to SYM-0.11.0-19991120
gzip -d <PATCH-SYM-0.10.0-19991111.gz | patch -p0
gzip -d <PATCH-SYM-0.11.0-19991120.gz | patch -p0
@@ -141,10 +142,10 @@ installation should proceed as follow (modulo mistakes from me:)):
cd /tmp
tar zxvf SYM-0.9.0-19991024.tar.gz
-cp SYM-0.9.0-19991024/* /usr/src/sys/pci
+cp SYM-0.9.0-19991024/* /usr/src/sys/dev/sym
cd /usr/src/sys
-patch -p0 <pci/sym_sys.patch # use sym_sys_3.patch if FreeBSD-3.X
-cd pci
+patch -p0 <dev/sym/sym_sys.patch # use sym_sys_3.patch if FreeBSD-3.X
+cd dev/sym
gzip -d </tmp/PATCH-SYM-0.10.0-19991111.gz | patch -p0
gzip -d </tmp/PATCH-SYM-0.11.0-19991120.gz | patch -p0
@@ -159,7 +160,7 @@ Versionning:
quick fixes.
- Incremental diff files are of the following pattern:
PATCH-SYM-X.Y.Z-YYYYMMDD
- They must be applied from directory: /usr/src/sys/pci/
+ They must be applied from directory: /usr/src/sys/dev/sym/
- Version 1.0.0 will happen when the driver will be tested enough but this
driver version will probably not officially support the C1010 (Ultra-3)
since the testing hasn't started yet. Some 1.X.0 version will support the
OpenPOWER on IntegriCloud