diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-11 19:20:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-11 19:20:29 +0000 |
commit | 9f03a5af0492cb853685880bbbd9cbc622fa942f (patch) | |
tree | 96c6440dfb40fb88110394ed46c228cde9f0922d /sys/arch | |
parent | ba0bc613711d8eafa59eaaaad0a136d1566e7e36 (diff) |
be consistant on Hz vs hz
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/tc/scc.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/clock.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/clockreg.h | 6 | ||||
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 4 | ||||
-rw-r--r-- | sys/arch/hp300/include/hp300spu.h | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/dev/esp.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/sbic.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/sbicreg.h | 12 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/ssh.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/sshdma.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/sshreg.h | 10 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/ssh.c | 6 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/sshreg.h | 10 | ||||
-rw-r--r-- | sys/arch/mvmeppc/dev/cpu.c | 6 | ||||
-rw-r--r-- | sys/arch/sparc/dev/esp.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/magma.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/magmareg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/spif.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/spifreg.h | 6 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/psycho.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vsa/asc_vsbus.c | 4 |
21 files changed, 56 insertions, 56 deletions
diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index 9ec4912a9c7..706e681a18b 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scc.c,v 1.16 2002/05/27 20:07:06 deraadt Exp $ */ +/* $OpenBSD: scc.c,v 1.17 2003/02/11 19:20:25 mickey Exp $ */ /* $NetBSD: scc.c,v 1.58 2002/03/17 19:40:27 atatat Exp $ */ /* @@ -138,7 +138,7 @@ struct scc_softc { * BRGconstant = --------------------------- - 2 * 2 * BaudRate * ClockDivider * - * Speed selections with Pclk=7.3728Mhz, clock x16 + * Speed selections with Pclk=7.3728MHz, clock x16 */ struct speedtab sccspeedtab[] = { { 0, 0, }, diff --git a/sys/arch/hp300/hp300/clock.c b/sys/arch/hp300/hp300/clock.c index 17d6239dc71..a203b504ea0 100644 --- a/sys/arch/hp300/hp300/clock.c +++ b/sys/arch/hp300/hp300/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.7 2002/03/14 01:26:30 millert Exp $ */ +/* $OpenBSD: clock.c,v 1.8 2003/02/11 19:20:25 mickey Exp $ */ /* $NetBSD: clock.c,v 1.20 1997/04/27 20:43:38 thorpej Exp $ */ /* @@ -45,7 +45,7 @@ /* * HPs use the MC6840 PTM with the following arrangement: - * Timers 1 and 3 are externally driver from a 25Mhz source. + * Timers 1 and 3 are externally driver from a 25MHz source. * Output from timer 3 is tied to the input of timer 2. * The latter makes it possible to use timers 3 and 2 together to get * a 32-bit countdown timer. diff --git a/sys/arch/hp300/hp300/clockreg.h b/sys/arch/hp300/hp300/clockreg.h index fa76e6122dc..0d12987e580 100644 --- a/sys/arch/hp300/hp300/clockreg.h +++ b/sys/arch/hp300/hp300/clockreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clockreg.h,v 1.2 1997/01/12 15:13:13 downsj Exp $ */ +/* $OpenBSD: clockreg.h,v 1.3 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: clockreg.h,v 1.5 1994/10/26 07:25:26 cgd Exp $ */ /* @@ -91,10 +91,10 @@ struct clkreg { #define CLK_INT3 0x04 /* interrupt flag for timer 3 (SR only) */ #define CLK_INTR 0x80 /* composite interrupt flag (SR only) */ -#define CLK_RESOLUTION 4 /* 4 usec resolution (250Khz) */ +#define CLK_RESOLUTION 4 /* 4 usec resolution (250KHz) */ #define CLK_INTERVAL 2500 /* 10msec interval at 250KHz */ #ifdef NOTDEF -#define CLK_INTERVAL 5000 /* 20msec interval at 250Khz */ +#define CLK_INTERVAL 5000 /* 20msec interval at 250KHz */ #endif /* diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index 9c664b5cf7c..66b7a8d1b12 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.20 2002/06/07 21:33:43 nordin Exp $ */ +/* $OpenBSD: cpu.h,v 1.21 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -117,7 +117,7 @@ extern int astpending; /* need to trap before returning to user mode */ * CTL_MACHDEP definitions. */ #define CPU_CONSDEV 1 /* dev_t: console terminal device */ -#define CPU_CPUSPEED 2 /* CPU speed in Mhz */ +#define CPU_CPUSPEED 2 /* CPU speed in MHz */ #define CPU_MACHINEID 3 /* machine id (HP_XXX) */ #define CPU_MMUID 4 /* mmu id (MMUID_*) */ #define CPU_MAXID 5 /* number of valid machdep ids */ diff --git a/sys/arch/hp300/include/hp300spu.h b/sys/arch/hp300/include/hp300spu.h index 1663f1cd27c..a7ec1e364d5 100644 --- a/sys/arch/hp300/include/hp300spu.h +++ b/sys/arch/hp300/include/hp300spu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hp300spu.h,v 1.5 2001/11/04 02:58:03 miod Exp $ */ +/* $OpenBSD: hp300spu.h,v 1.6 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: hp300spu.h,v 1.2 1997/05/01 05:26:48 thorpej Exp $ */ /*- @@ -68,7 +68,7 @@ #define MMUID_425_S 7 /* 425s - 25MHz Strider */ #define MMUID_433_T 4 /* 433t - 33MHz Trailways */ #define MMUID_433_S 6 /* 433s - 33MHz Strider */ -#define MMUID_425_E 9 /* 425e - 25Mhz Woody */ +#define MMUID_425_E 9 /* 425e - 25MHz Woody */ #define MMUID_SHIFT 8 /* left shift by this... */ #define MMUID_MASK 0xff /* ...and mask with this to get mmuid */ diff --git a/sys/arch/mac68k/dev/esp.c b/sys/arch/mac68k/dev/esp.c index 0cce56422aa..19f7021e19a 100644 --- a/sys/arch/mac68k/dev/esp.c +++ b/sys/arch/mac68k/dev/esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp.c,v 1.15 2002/03/14 01:26:35 millert Exp $ */ +/* $OpenBSD: esp.c,v 1.16 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: esp.c,v 1.59 1996/10/13 02:59:48 christos Exp $ */ /* @@ -212,7 +212,7 @@ espattach(parent, self, aux) sc->sc_id = 7; - /* gimme Mhz */ + /* gimme MHz */ sc->sc_freq /= 1000000; /* diff --git a/sys/arch/mvme68k/dev/sbic.c b/sys/arch/mvme68k/dev/sbic.c index 5a30ca3e007..6df0819013b 100644 --- a/sys/arch/mvme68k/dev/sbic.c +++ b/sys/arch/mvme68k/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.11 2002/04/27 23:21:05 miod Exp $ */ +/* $OpenBSD: sbic.c,v 1.12 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: sbic.c,v 1.2 1996/04/23 16:32:54 chuck Exp $ */ /* @@ -2621,7 +2621,7 @@ sbictoscsiperiod(dev, a) /* * cycle = DIV / (2 * CLK) * DIV = FS + 2 - * best we can do is 200ns at 20Mhz, 2 cycles + * best we can do is 200ns at 20MHz, 2 cycles */ GET_SBIC_myid(dev->sc_sbicp, fs); diff --git a/sys/arch/mvme68k/dev/sbicreg.h b/sys/arch/mvme68k/dev/sbicreg.h index 8b8f359648c..b7e76e632b3 100644 --- a/sys/arch/mvme68k/dev/sbicreg.h +++ b/sys/arch/mvme68k/dev/sbicreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicreg.h,v 1.4 2002/07/10 20:30:14 jsyn Exp $ */ +/* $OpenBSD: sbicreg.h,v 1.5 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -105,10 +105,10 @@ * My ID register, and/or CDB Size */ -#define SBIC_ID_FS_8_10 0x00 /* Input clock is 8-10 Mhz */ - /* 11 Mhz is invalid */ -#define SBIC_ID_FS_12_15 0x40 /* Input clock is 12-15 Mhz */ -#define SBIC_ID_FS_16_20 0x80 /* Input clock is 16-20 Mhz */ +#define SBIC_ID_FS_8_10 0x00 /* Input clock is 8-10 MHz */ + /* 11 MHz is invalid */ +#define SBIC_ID_FS_12_15 0x40 /* Input clock is 12-15 MHz */ +#define SBIC_ID_FS_16_20 0x80 /* Input clock is 16-20 MHz */ #define SBIC_ID_EHP 0x10 /* Enable host parity */ #define SBIC_ID_EAF 0x08 /* Enable Advanced Features */ #define SBIC_ID_MASK 0x07 @@ -130,7 +130,7 @@ /* * Timeout period register - * [val in msecs, input clk in 0.1 Mhz] + * [val in msecs, input clk in 0.1 MHz] */ #define SBIC_TIMEOUT(val,clk) ((((val) * (clk)) / 800) + 1) diff --git a/sys/arch/mvme68k/dev/ssh.c b/sys/arch/mvme68k/dev/ssh.c index 1b835d3e5b7..76da2ca9579 100644 --- a/sys/arch/mvme68k/dev/ssh.c +++ b/sys/arch/mvme68k/dev/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.3 2002/04/27 23:21:05 miod Exp $ */ +/* $OpenBSD: ssh.c,v 1.4 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1994 Michael L. Hitch @@ -1418,7 +1418,7 @@ sshintr(sc) } /* - * This is based on the Progressive Peripherals 33Mhz Zeus driver and will + * This is based on the Progressive Peripherals 33MHz Zeus driver and will * not be correct for other 53c710 boards. * */ diff --git a/sys/arch/mvme68k/dev/sshdma.c b/sys/arch/mvme68k/dev/sshdma.c index cf075cd58f5..32e2d098d2b 100644 --- a/sys/arch/mvme68k/dev/sshdma.c +++ b/sys/arch/mvme68k/dev/sshdma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshdma.c,v 1.5 2002/09/17 21:54:56 miod Exp $ */ +/* $OpenBSD: sshdma.c,v 1.6 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -116,7 +116,7 @@ void *auxp; */ sc->sc_clock_freq = cpuspeed * 2; #ifdef MVME177 - /* MVME177 ssh clock documented as fixed 50Mhz in VME177A/HX */ + /* MVME177 ssh clock documented as fixed 50MHz in VME177A/HX */ if (cputyp == CPU_177) sc->sc_clock_freq = 50; #endif diff --git a/sys/arch/mvme68k/dev/sshreg.h b/sys/arch/mvme68k/dev/sshreg.h index 9c4527f3ba3..cd64f7d0eb1 100644 --- a/sys/arch/mvme68k/dev/sshreg.h +++ b/sys/arch/mvme68k/dev/sshreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshreg.h,v 1.2 2002/04/21 23:44:29 miod Exp $ */ +/* $OpenBSD: sshreg.h,v 1.3 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -324,10 +324,10 @@ typedef volatile ssh_regmap_t *ssh_regmap_p; /* DMA control register (dcntl) */ #define SSH_DCNTL_CF_MASK 0xc0 /* Clock frequency dividers: - 0 --> 37.51..50.00 Mhz, div=2 - 1 --> 25.01..37.50 Mhz, div=1.5 - 2 --> 16.67..25.00 Mhz, div=1 - 3 --> 50.01..66.67 Mhz, div=3 + 0 --> 37.51..50.00 MHz, div=2 + 1 --> 25.01..37.50 MHz, div=1.5 + 2 --> 16.67..25.00 MHz, div=1 + 3 --> 50.01..66.67 MHz, div=3 */ #define SSH_DCNTL_EA 0x20 /* Enable ack */ #define SSH_DCNTL_SSM 0x10 /* Single step mode */ diff --git a/sys/arch/mvme88k/dev/ssh.c b/sys/arch/mvme88k/dev/ssh.c index 545c8dbc6a1..415b6855040 100644 --- a/sys/arch/mvme88k/dev/ssh.c +++ b/sys/arch/mvme88k/dev/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.12 2002/03/14 01:26:39 millert Exp $ */ +/* $OpenBSD: ssh.c,v 1.13 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1994 Michael L. Hitch @@ -108,7 +108,7 @@ int ssh_init_wait = SCSI_INIT_WAIT; #ifdef DEBUG_SYNC /* - * sync period transfer lookup - only valid for 66Mhz clock + * sync period transfer lookup - only valid for 66MHz clock */ static struct { unsigned char p; /* period from sync request message */ @@ -1786,7 +1786,7 @@ sshintr (sc) } /* - * This is based on the Progressive Peripherals 33Mhz Zeus driver and will + * This is based on the Progressive Peripherals 33MHz Zeus driver and will * not be correct for other 53c710 boards. * XXX fix this - nivas */ diff --git a/sys/arch/mvme88k/dev/sshreg.h b/sys/arch/mvme88k/dev/sshreg.h index eee64f1b4aa..232f555a979 100644 --- a/sys/arch/mvme88k/dev/sshreg.h +++ b/sys/arch/mvme88k/dev/sshreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshreg.h,v 1.2 2001/03/07 23:57:47 miod Exp $ */ +/* $OpenBSD: sshreg.h,v 1.3 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -323,10 +323,10 @@ typedef volatile ssh_regmap_t *ssh_regmap_p; /* DMA control register (dcntl) */ #define SSH_DCNTL_CF_MASK 0xc0 /* Clock frequency dividers: - 0 --> 37.51..50.00 Mhz, div=2 - 1 --> 25.01..37.50 Mhz, div=1.5 - 2 --> 16.67..25.00 Mhz, div=1 - 3 --> 50.01..66.67 Mhz, div=3 + 0 --> 37.51..50.00 MHz, div=2 + 1 --> 25.01..37.50 MHz, div=1.5 + 2 --> 16.67..25.00 MHz, div=1 + 3 --> 50.01..66.67 MHz, div=3 */ #define SSH_DCNTL_EA 0x20 /* Enable ack */ #define SSH_DCNTL_SSM 0x10 /* Single step mode */ diff --git a/sys/arch/mvmeppc/dev/cpu.c b/sys/arch/mvmeppc/dev/cpu.c index 18e2d3b7430..468c7c84a19 100644 --- a/sys/arch/mvmeppc/dev/cpu.c +++ b/sys/arch/mvmeppc/dev/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.4 2002/06/08 15:49:52 miod Exp $ */ +/* $OpenBSD: cpu.c,v 1.5 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -145,9 +145,9 @@ cpuattach(parent, dev, aux) } if (clock_freq != 0) { - /* Openfirmware stores clock in HZ, not Mhz */ + /* Openfirmware stores clock in HZ, not MHz */ clock_freq /= 1000000; - printf(": %d Mhz", clock_freq); + printf(": %d MHz", clock_freq); } #endif diff --git a/sys/arch/sparc/dev/esp.c b/sys/arch/sparc/dev/esp.c index bc97c794a1a..85e23344de6 100644 --- a/sys/arch/sparc/dev/esp.c +++ b/sys/arch/sparc/dev/esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp.c,v 1.19 2002/04/30 01:12:29 art Exp $ */ +/* $OpenBSD: esp.c,v 1.20 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: esp.c,v 1.69 1997/08/27 11:24:18 bouyer Exp $ */ /* @@ -254,7 +254,7 @@ espattach(parent, self, aux) sc->sc_freq = ((struct sbus_softc *) sc->sc_dev.dv_parent)->sc_clockfreq; - /* gimme Mhz */ + /* gimme MHz */ sc->sc_freq /= 1000000; if (dmachild) { diff --git a/sys/arch/sparc/dev/magma.c b/sys/arch/sparc/dev/magma.c index 931711846ad..e5f91cf9f06 100644 --- a/sys/arch/sparc/dev/magma.c +++ b/sys/arch/sparc/dev/magma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: magma.c,v 1.13 2002/04/30 01:12:29 art Exp $ */ +/* $OpenBSD: magma.c,v 1.14 2003/02/11 19:20:26 mickey Exp $ */ /* * magma.c * @@ -422,7 +422,7 @@ void *base; /* seemingly the Magma drivers just ignore the propstring */ cd->cd_chiprev = cd1400_read_reg(cd, CD1400_GFRCR); - dprintf(("%s attach CD1400 %d addr 0x%x rev %x clock %dMhz\n", sc->ms_dev.dv_xname, chip, cd->cd_reg, cd->cd_chiprev, cd->cd_clock)); + dprintf(("%s attach CD1400 %d addr 0x%x rev %x clock %dMHz\n", sc->ms_dev.dv_xname, chip, cd->cd_reg, cd->cd_chiprev, cd->cd_clock)); /* clear GFRCR */ cd1400_write_reg(cd, CD1400_GFRCR, 0x00); diff --git a/sys/arch/sparc/dev/magmareg.h b/sys/arch/sparc/dev/magmareg.h index 213f9f16551..35d3b9cfdbe 100644 --- a/sys/arch/sparc/dev/magmareg.h +++ b/sys/arch/sparc/dev/magmareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: magmareg.h,v 1.7 2002/03/14 01:26:43 millert Exp $ */ +/* $OpenBSD: magmareg.h,v 1.8 2003/02/11 19:20:26 mickey Exp $ */ /* magmareg.h * @@ -90,7 +90,7 @@ struct magma_board_info { struct cd1400 { __volatile u_char *cd_reg; /* chip registers */ int cd_chiprev; /* chip revision */ - int cd_clock; /* clock speed in Mhz */ + int cd_clock; /* clock speed in MHz */ int cd_parmode; /* parallel mode operation */ }; diff --git a/sys/arch/sparc/dev/spif.c b/sys/arch/sparc/dev/spif.c index 5bde86c4c4a..1d28652c70b 100644 --- a/sys/arch/sparc/dev/spif.c +++ b/sys/arch/sparc/dev/spif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spif.c,v 1.12 2002/04/30 01:12:29 art Exp $ */ +/* $OpenBSD: spif.c,v 1.13 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -203,7 +203,7 @@ spifattach(parent, self, aux) sc->sc_regs->stc.gscr1 = 0; sc->sc_regs->stc.gscr2 = 0; sc->sc_regs->stc.gscr3 = 0; - printf(": rev %x chiprev %x osc %sMhz stcpri %d ppcpri %d softpri %d\n", + printf(": rev %x chiprev %x osc %sMHz stcpri %d ppcpri %d softpri %d\n", sc->sc_rev, sc->sc_rev2, clockfreq(sc->sc_osc), stcpri, ppcpri, IPL_TTY); diff --git a/sys/arch/sparc/dev/spifreg.h b/sys/arch/sparc/dev/spifreg.h index 8a7481f37e7..b95e20fc8a9 100644 --- a/sys/arch/sparc/dev/spifreg.h +++ b/sys/arch/sparc/dev/spifreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: spifreg.h,v 1.8 2002/06/14 21:34:59 todd Exp $ */ +/* $OpenBSD: spifreg.h,v 1.9 2003/02/11 19:20:26 mickey Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -387,8 +387,8 @@ struct spifregs { /* * "verosc" node tells which oscillator we have. */ -#define SPIF_OSC9 1 /* 9.8304 Mhz */ -#define SPIF_OSC10 2 /* 10Mhz */ +#define SPIF_OSC9 1 /* 9.8304 MHz */ +#define SPIF_OSC10 2 /* 10MHz */ /* * There are two interrupts, serial gets interrupt[0], and parallel diff --git a/sys/arch/sparc64/dev/psycho.c b/sys/arch/sparc64/dev/psycho.c index 09b9ddd72c6..951fa5ae12c 100644 --- a/sys/arch/sparc64/dev/psycho.c +++ b/sys/arch/sparc64/dev/psycho.c @@ -1,4 +1,4 @@ -/* $OpenBSD: psycho.c,v 1.25 2003/01/13 16:04:38 jason Exp $ */ +/* $OpenBSD: psycho.c,v 1.26 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: psycho.c,v 1.39 2001/10/07 20:30:41 eeh Exp $ */ /* @@ -142,7 +142,7 @@ struct cfdriver psycho_cd = { * * "psycho" and "psycho+" is a dual UPA to PCI bridge. It sits on the UPA bus * and manages two PCI buses. "psycho" has two 64-bit 33MHz buses, while - * "psycho+" controls both a 64-bit 33Mhz and a 64-bit 66Mhz PCI bus. You + * "psycho+" controls both a 64-bit 33MHz and a 64-bit 66MHz PCI bus. You * will usually find a "psycho+" since I don't think the original "psycho" * ever shipped, and if it did it would be in the U30. * diff --git a/sys/arch/vax/vsa/asc_vsbus.c b/sys/arch/vax/vsa/asc_vsbus.c index 7af06497102..4b934afa8cd 100644 --- a/sys/arch/vax/vsa/asc_vsbus.c +++ b/sys/arch/vax/vsa/asc_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc_vsbus.c,v 1.5 2002/09/18 09:49:23 hugh Exp $ */ +/* $OpenBSD: asc_vsbus.c,v 1.6 2003/02/11 19:20:26 mickey Exp $ */ /* $NetBSD: asc_vsbus.c,v 1.22 2001/02/04 20:36:32 ragge Exp $ */ /*- @@ -280,7 +280,7 @@ asc_vsbus_attach(struct device *parent, struct device *self, void *aux) sc->sc_freq = ASC_FREQUENCY; - /* gimme Mhz */ + /* gimme MHz */ sc->sc_freq /= 1000000; scb_vecalloc(va->va_cvec, (void (*)(void *)) ncr53c9x_intr, |