fix minor typo
This commit is contained in:
parent
70ae83a7e1
commit
6cd64be0b6
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_2100_a50.c,v 1.22 1998/04/18 01:12:23 thorpej Exp $ */
|
||||
/* $NetBSD: pci_2100_a50.c,v 1.23 1998/04/24 01:25:18 mjacob Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_2100_a50.c,v 1.22 1998/04/18 01:12:23 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_2100_a50.c,v 1.23 1998/04/24 01:25:18 mjacob Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -86,7 +86,7 @@ pci_2100_a50_pickintr(acp)
|
|||
pc->pc_intr_establish = dec_2100_a50_intr_establish;
|
||||
pc->pc_intr_disestablish = dec_2100_a50_intr_disestablish;
|
||||
|
||||
/* Not supoprted on 2100 A50. */
|
||||
/* Not supported on 2100 A50. */
|
||||
pc->pc_pciide_compat_intr_establish = NULL;
|
||||
|
||||
#if NSIO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_a12.c,v 1.3 1998/04/18 01:12:24 thorpej Exp $ */
|
||||
/* $NetBSD: pci_a12.c,v 1.4 1998/04/24 01:25:18 mjacob Exp $ */
|
||||
|
||||
/* [Notice revision 2.0]
|
||||
* Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
|
||||
|
@ -38,7 +38,7 @@
|
|||
#include "opt_avalon_a12.h" /* Config options headers */
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_a12.c,v 1.3 1998/04/18 01:12:24 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_a12.c,v 1.4 1998/04/24 01:25:18 mjacob Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -131,7 +131,7 @@ pci_a12_pickintr(ccp)
|
|||
pc->pc_intr_establish = avalon_a12_intr_establish;
|
||||
pc->pc_intr_disestablish = avalon_a12_intr_disestablish;
|
||||
|
||||
/* Not supoprted on A12. */
|
||||
/* Not supported on A12. */
|
||||
pc->pc_pciide_compat_intr_establish = NULL;
|
||||
|
||||
set_iointr(a12_iointr);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_axppci_33.c,v 1.19 1998/04/18 01:12:24 thorpej Exp $ */
|
||||
/* $NetBSD: pci_axppci_33.c,v 1.20 1998/04/24 01:25:19 mjacob Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_axppci_33.c,v 1.19 1998/04/18 01:12:24 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_axppci_33.c,v 1.20 1998/04/24 01:25:19 mjacob Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -87,7 +87,7 @@ pci_axppci_33_pickintr(lcp)
|
|||
pc->pc_intr_establish = dec_axppci_33_intr_establish;
|
||||
pc->pc_intr_disestablish = dec_axppci_33_intr_disestablish;
|
||||
|
||||
/* Not supoprted on AXPpci33. */
|
||||
/* Not supported on AXPpci33. */
|
||||
pc->pc_pciide_compat_intr_establish = NULL;
|
||||
|
||||
#if NSIO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_kn20aa.c,v 1.29 1998/04/18 01:12:24 thorpej Exp $ */
|
||||
/* $NetBSD: pci_kn20aa.c,v 1.30 1998/04/24 01:25:19 mjacob Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_kn20aa.c,v 1.29 1998/04/18 01:12:24 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_kn20aa.c,v 1.30 1998/04/24 01:25:19 mjacob Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -95,7 +95,7 @@ pci_kn20aa_pickintr(ccp)
|
|||
pc->pc_intr_establish = dec_kn20aa_intr_establish;
|
||||
pc->pc_intr_disestablish = dec_kn20aa_intr_disestablish;
|
||||
|
||||
/* Not supoprted on KN20AA. */
|
||||
/* Not supported on KN20AA. */
|
||||
pc->pc_pciide_compat_intr_establish = NULL;
|
||||
|
||||
kn20aa_pci_intr = alpha_shared_intr_alloc(KN20AA_MAX_IRQ);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_kn300.c,v 1.3 1998/04/18 01:12:24 thorpej Exp $ */
|
||||
/* $NetBSD: pci_kn300.c,v 1.4 1998/04/24 01:25:19 mjacob Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998 by Matthew Jacob
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_kn300.c,v 1.3 1998/04/18 01:12:24 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_kn300.c,v 1.4 1998/04/24 01:25:19 mjacob Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -130,7 +130,7 @@ pci_kn300_pickintr(ccp, first)
|
|||
pc->pc_intr_establish = dec_kn300_intr_establish;
|
||||
pc->pc_intr_disestablish = dec_kn300_intr_disestablish;
|
||||
|
||||
/* Not supoprted on KN300. */
|
||||
/* Not supported on KN300. */
|
||||
pc->pc_pciide_compat_intr_establish = NULL;
|
||||
|
||||
#if NSIO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_kn8ae.c,v 1.11 1998/04/18 01:12:24 thorpej Exp $ */
|
||||
/* $NetBSD: pci_kn8ae.c,v 1.12 1998/04/24 01:25:19 mjacob Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 by Matthew Jacob
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_kn8ae.c,v 1.11 1998/04/18 01:12:24 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pci_kn8ae.c,v 1.12 1998/04/24 01:25:19 mjacob Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -95,7 +95,7 @@ pci_kn8ae_pickintr(ccp, first)
|
|||
pc->pc_intr_establish = dec_kn8ae_intr_establish;
|
||||
pc->pc_intr_disestablish = dec_kn8ae_intr_disestablish;
|
||||
|
||||
/* Not supoprted on KN8AE. */
|
||||
/* Not supported on KN8AE. */
|
||||
pc->pc_pciide_compat_intr_establish = NULL;
|
||||
|
||||
if (!first) {
|
||||
|
|
Loading…
Reference in New Issue