Fix typo in comment; from Sergey Svishchev.
This commit is contained in:
parent
aeb89569aa
commit
8989ce5fa0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ec.c,v 1.20 2003/01/15 22:20:07 bouyer Exp $ */
|
||||
/* $NetBSD: if_ec.c,v 1.21 2004/05/11 22:45:09 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -55,7 +55,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.20 2003/01/15 22:20:07 bouyer Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.21 2004/05/11 22:45:09 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -489,7 +489,7 @@ ec_attach(parent, self, aux)
|
|||
/*
|
||||
* Intialize "Vector Pointer" registers. These gawd-awful things
|
||||
* are compared to 20 bits of the address on the ISA, and if they
|
||||
* match, the shared memory is disabled. We se them to 0xffff0...
|
||||
* match, the shared memory is disabled. We set them to 0xffff0...
|
||||
* allegedly the reset vector.
|
||||
*/
|
||||
bus_space_write_1(asict, asich, ELINK2_VPTR2, 0xff);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: vga_pci.c,v 1.24 2004/04/23 21:13:07 itojun Exp $ */
|
||||
/* $NetBSD: vga_pci.c,v 1.25 2004/05/11 22:45:30 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.24 2004/04/23 21:13:07 itojun Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.25 2004/05/11 22:45:30 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -130,7 +130,7 @@ vga_pci_match(struct device *parent, struct cfdata *match, void *aux)
|
|||
|
||||
/*
|
||||
* If it's prehistoric/vga or display/vga, we might match.
|
||||
* For the console device, this is jut a sanity check.
|
||||
* For the console device, this is just a sanity check.
|
||||
*/
|
||||
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_PREHISTORIC &&
|
||||
PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_PREHISTORIC_VGA)
|
||||
|
|
Loading…
Reference in New Issue