diff options
author | nate <nate@FreeBSD.org> | 1993-07-29 11:49:13 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-07-29 11:49:13 +0000 |
commit | fced37b778baf5154655fa9164d6fa35394eb5c5 (patch) | |
tree | c866c3641ffe46672d9d64b1fc2088302a45cf20 /sys/scsi/ch.c | |
parent | bd756598769d4baa81e8f9812d8da44658185e17 (diff) | |
download | FreeBSD-src-fced37b778baf5154655fa9164d6fa35394eb5c5.zip FreeBSD-src-fced37b778baf5154655fa9164d6fa35394eb5c5.tar.gz |
Removed PATCHKIT headers and updated our sources to Julian's with
our patches back in. Major changes to the Bustek driver and the
Tape driver, the rest are minor.
Diffstat (limited to 'sys/scsi/ch.c')
-rw-r--r-- | sys/scsi/ch.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c index 1e7469b..57a4749 100644 --- a/sys/scsi/ch.c +++ b/sys/scsi/ch.c @@ -1,16 +1,5 @@ -/* - */ /* - * HISTORY - * - * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 1 00098 - * -------------------- ----- ---------------------- - * - * 16 Feb 93 Julian Elischer ADDED for SCSI system - * + * Written by Julian Elischer (julian@tfs.com) */ #include <sys/types.h> |