diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-02-24 20:54:16 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-02-24 20:54:16 +0000 |
commit | c6a8d85d827ce7280d4207fd92b2c61cd407107e (patch) | |
tree | 84815564b7e2fa59184f94d0ceeb4cc019e20de6 /sys/dev/pci/pciide.c | |
parent | 4352d47584a4b694bad48c50d820f720d04ac288 (diff) |
Detypoing; henric@ and me
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r-- | sys/dev/pci/pciide.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index a593f57cc34..942d4e0005f 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.115 2003/02/24 01:34:41 grange Exp $ */ +/* $OpenBSD: pciide.c,v 1.116 2003/02/24 20:54:15 grange Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -1391,7 +1391,7 @@ pciide_map_compat_intr(pa, cp, compatchan, interface) } /* - * generic code to map the compat intr if hw_ok=1 and it is a compat channel. + * generic code to unmap the compat intr if hw_ok=1 and it is a compat channel. * Set hw_ok=0 on failure */ void @@ -2825,7 +2825,7 @@ cmd0643_9_setup_channel(chp) #ifdef __sparc64__ /* * The Ultra 5 has a tendency to hang during reboot. This is due - * to the PCI0646U asserting a PCI interrtupt line when the chip + * to the PCI0646U asserting a PCI interrupt line when the chip * registers claim that it is not. Performing a reset at this * point appears to eliminate the symptoms. It is likely the * real cause is still lurking somewhere in the code. |