diff options
author | 2003-02-28 20:31:34 +0000 | |
---|---|---|
committer | 2003-02-28 20:31:34 +0000 | |
commit | bf499df4187e04a326dffaf10e2bbe25e1ab1c34 (patch) | |
tree | da60e33b7bbb2079ff13360cc8d0f4a7e7cb0edf | |
parent | sync (diff) | |
download | wireguard-openbsd-bf499df4187e04a326dffaf10e2bbe25e1ab1c34.tar.xz wireguard-openbsd-bf499df4187e04a326dffaf10e2bbe25e1ab1c34.zip |
Revert previous change. This driver is shared with 4 other platforms.
Baloney gratuitous changes to comments w/o even a headsup to the author
will be reverted.
-rw-r--r-- | sys/dev/ic/isp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index 94dd3d5f523..2f6390e8774 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp.c,v 1.29 2003/02/11 19:20:27 mickey Exp $ */ +/* $OpenBSD: isp.c,v 1.30 2003/02/28 20:31:34 mjacob Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -397,7 +397,7 @@ isp_reset(struct ispsoftc *isp) isp_prt(isp, ISP_LOGCONFIG, "Ultra Mode Capable"); sdp->isp_ultramode = 1; /* - * If we're in Ultra Mode, we have to be 60MHz clock- + * If we're in Ultra Mode, we have to be 60Mhz clock- * even for the SBus version. */ isp->isp_clock = 60; |