diff options
| author | simonb <simonb@NetBSD.org> | 2002-04-15 04:13:25 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2002-04-15 04:13:25 +0000 |
| commit | f938ee8df67f3df7bb98c7028e8053ebdfbb51fa (patch) | |
| tree | 838933636d913c8f687fb4362313731cdd2bfd12 /sys/dev | |
| parent | 1e77807ee4ed579fabcd78d5c0e5e69356f3a049 (diff) | |
Fix a couple of tyops.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/neo.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/neo.c b/sys/dev/pci/neo.c index d946a36114e..a9f584830e0 100644 --- a/sys/dev/pci/neo.c +++ b/sys/dev/pci/neo.c @@ -1,4 +1,4 @@ -/* $NetBSD: neo.c,v 1.11 2001/11/13 07:48:46 lukem Exp $ */ +/* $NetBSD: neo.c,v 1.12 2002/04/15 04:13:25 simonb Exp $ */ /* * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.11 2001/11/13 07:48:46 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.12 2002/04/15 04:13:25 simonb Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -74,7 +74,7 @@ __KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.11 2001/11/13 07:48:46 lukem Exp $"); * Most Neomagic audio chips use the AC-97 codec interface. However, there * seem to be a select few chips 256AV chips that do not support AC-97. * This driver does not support them but there are rumors that it - * mgiht work with wss isa drivers. This might require some playing around + * might work with wss isa drivers. This might require some playing around * with your BIOS. * * The Neomagic 256 AV/ZX have 2 PCI I/O region descriptors. Both of @@ -95,7 +95,7 @@ __KERNEL_RCSID(0, "$NetBSD: neo.c,v 1.11 2001/11/13 07:48:46 lukem Exp $"); * Also, writes to the AC-97 register space may take order 40us to * complete. * - * Unlike many sound engines, the Neomagic does not support (as fas as + * Unlike many sound engines, the Neomagic does not support (as far as * we know :) the notion of interrupting every n bytes transferred, * unlike many DMA engines. Instead, it allows you to specify one * location in each ring buffer (called the watermark). When the chip |
