diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-11-18 17:06:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-11-18 17:06:46 +0000 |
| commit | 260a867f855e85e47fd1ab1788e70100938347fc (patch) | |
| tree | 60738f2d0e8a1e0b82d6013e5b52aa88ad65aefa /sys/dev/pccbb | |
| parent | 590461a4b89ba1fb044f53a5356bfb93cf18f352 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb')
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index f5f9c9ad56214..08ff42772ee34 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -1591,10 +1591,10 @@ cbb_resume(device_t self) * from D0 and back to D0 cause the bridge to lose its config space, so * all the bus mappings and such are preserved. * - * For most drivers, the PCI layer handles this saving. However, - * sicne there's much black magic and archane art hidden in these - * few lines of code that would be difficult to transition into - * the PCI layer. + * For most drivers, the PCI layer handles this saving. However, since + * there's much black magic and arcane art hidden in these few lines of + * code that would be difficult to transition into the PCI + * layer. chipinit was several years of trial and error to write. */ pci_write_config(self, CBBR_SOCKBASE, rman_get_start(sc->base_res), 4); DEVPRINTF((self, "PCI Memory allocated: %08lx\n", |
