diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2017-09-13 17:43:18 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2017-09-13 17:43:18 +0000 |
| commit | e5dc78af1126ce3f31f6289d4b3a4a84082384a9 (patch) | |
| tree | 914e3affaf21f9b2f2bbed981e995e1a34c7ab15 /sys/dev/intpm | |
| parent | dbfcf648a3934dae9074feb279e29cf433a19c23 (diff) | |
Notes
Diffstat (limited to 'sys/dev/intpm')
| -rw-r--r-- | sys/dev/intpm/intpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/intpm/intpm.c b/sys/dev/intpm/intpm.c index 1521d82eebeb..913283a97691 100644 --- a/sys/dev/intpm/intpm.c +++ b/sys/dev/intpm/intpm.c @@ -128,7 +128,7 @@ amd_pmio_read(struct resource *res, uint8_t reg) static int sb8xx_attach(device_t dev) { - static const int AMDSB_SMBIO_WIDTH = 0x14; + static const int AMDSB_SMBIO_WIDTH = 0x10; struct intsmb_softc *sc; struct resource *res; uint32_t devid; |
