diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-01-02 04:48:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-01-02 04:48:38 +0000 |
commit | c2794d3889ffc4603a4eee8827af0baf1ff82d1e (patch) | |
tree | 8e2d2abb16d162f042561e947e5c6c97034bfd1c /sys | |
parent | 38532af0cda76ada8c8602eaf1947a6d0cb6f0f3 (diff) |
correct the comment above noct_read().
ok dlg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/noct.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/noct.c b/sys/dev/pci/noct.c index dc955a496a6..2bb89fdac1b 100644 --- a/sys/dev/pci/noct.c +++ b/sys/dev/pci/noct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: noct.c,v 1.18 2007/09/18 22:02:18 djm Exp $ */ +/* $OpenBSD: noct.c,v 1.19 2008/01/02 04:48:37 brad Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -1349,9 +1349,9 @@ noct_read_8(sc, reg) } /* - * NSP2000 is has a nifty bug, writes or reads to consecutive addresses - * can be coalesced by a PCI bridge and executed as a burst read or write - * which NSP2000's AMBA bridge doesn't grok. Avoid the hazard. + * NSP2000 has a nifty bug, writes or reads to consecutive addresses + * can be coalesced by a PCI bridge and executed as a burst read or + * write which NSP2000's AMBA bridge doesn't grok. Avoid the hazard. */ u_int32_t noct_read_4(sc, off) |