summaryrefslogtreecommitdiff
path: root/sys/dev/ic/siopreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/siopreg.h')
-rw-r--r--sys/dev/ic/siopreg.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/sys/dev/ic/siopreg.h b/sys/dev/ic/siopreg.h
index cc22b87231b..632982be484 100644
--- a/sys/dev/ic/siopreg.h
+++ b/sys/dev/ic/siopreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: siopreg.h,v 1.5 2002/09/16 00:53:12 krw Exp $ */
+/* $OpenBSD: siopreg.h,v 1.6 2003/02/11 19:20:27 mickey Exp $ */
/* $NetBSD: siopreg.h,v 1.13 2002/08/29 16:43:23 bouyer Exp $ */
/*
@@ -82,27 +82,27 @@ struct scf_period {
};
static const struct scf_period scf_period[] __attribute__((__unused__)) = {
- {250, 25, 1}, /* 10.0 Mhz */
- {250, 37, 2}, /* 6.67 Mhz */
- {250, 50, 3}, /* 5.00 Mhz */
- {250, 75, 4}, /* 3.33 Mhz */
- {125, 12, 1}, /* 20.0 Mhz */
- {125, 18, 2}, /* 13.3 Mhz */
- {125, 25, 3}, /* 10.0 Mhz */
- {125, 37, 4}, /* 6.67 Mhz */
- {125, 50, 5}, /* 5.0 Mhz */
- { 62, 10, 1}, /* 40.0 Mhz */
- { 62, 12, 3}, /* 20.0 Mhz */
- { 62, 18, 4}, /* 13.3 Mhz */
- { 62, 25, 5}, /* 10.0 Mhz */
+ {250, 25, 1}, /* 10.0 MHz */
+ {250, 37, 2}, /* 6.67 MHz */
+ {250, 50, 3}, /* 5.00 MHz */
+ {250, 75, 4}, /* 3.33 MHz */
+ {125, 12, 1}, /* 20.0 MHz */
+ {125, 18, 2}, /* 13.3 MHz */
+ {125, 25, 3}, /* 10.0 MHz */
+ {125, 37, 4}, /* 6.67 MHz */
+ {125, 50, 5}, /* 5.0 MHz */
+ { 62, 10, 1}, /* 40.0 MHz */
+ { 62, 12, 3}, /* 20.0 MHz */
+ { 62, 18, 4}, /* 13.3 MHz */
+ { 62, 25, 5}, /* 10.0 MHz */
};
static const struct scf_period dt_scf_period[] __attribute__((__unused__)) = {
- { 62, 9, 1}, /* 80.0 Mhz */
- { 62, 10, 3}, /* 40.0 Mhz */
- { 62, 12, 5}, /* 20.0 Mhz */
- { 62, 18, 6}, /* 13.3 Mhz */
- { 62, 25, 7}, /* 10.0 Mhz */
+ { 62, 9, 1}, /* 80.0 MHz */
+ { 62, 10, 3}, /* 40.0 MHz */
+ { 62, 12, 5}, /* 20.0 MHz */
+ { 62, 18, 6}, /* 13.3 MHz */
+ { 62, 25, 7}, /* 10.0 MHz */
};
#define SIOP_SCID 0x04 /* SCSI chip ID R/W */