summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-09 20:31:25 +0000
committerimp <imp@FreeBSD.org>2003-08-09 20:31:25 +0000
commit5503a0baf54c056e2b2b58d512cdf9bc3eec04f4 (patch)
treee12a6c49238ef440728fdf394bca3f36d656b603 /sys/dev/pccbb
parent9e449c16ddc0c151a58c7b669ce2bc2a69dc3229 (diff)
downloadFreeBSD-src-5503a0baf54c056e2b2b58d512cdf9bc3eec04f4.zip
FreeBSD-src-5503a0baf54c056e2b2b58d512cdf9bc3eec04f4.tar.gz
Minor fixes to a couple of comments.
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 91a22d9..e7c9096 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -483,7 +483,7 @@ cbb_chipinit(struct cbb_softc *sc)
/*
* Disable zoom video. Some machines initialize this
* improperly and exerpience has shown that this helps
- * on some machines.
+ * prevent strange behavior.
*/
pci_write_config(sc->dev, CBBR_MMCTRL, 0, 4);
break;
@@ -494,7 +494,7 @@ cbb_chipinit(struct cbb_softc *sc)
* in addition to the ISA IRQ being generated, INT#
* will also be generated at the same time.
*
- * Some of our older controllers have an issue in
+ * Some of the older controllers have an issue in
* which the slot's PCI INT# will be asserted whenever
* IREQ# or STSCGH# is asserted even if ExCA registers
* 03h or 05h have an ISA IRQ selected.
OpenPOWER on IntegriCloud