diff options
| author | Gary Jennejohn <gj@FreeBSD.org> | 2002-05-10 12:04:04 +0000 |
|---|---|---|
| committer | Gary Jennejohn <gj@FreeBSD.org> | 2002-05-10 12:04:04 +0000 |
| commit | c0a06166a058c9a843a85d5f679107c99b40c7a0 (patch) | |
| tree | 5df40c5f09887029e3a1ef19ad7e474f00d1d2ec /sys/i4b/layer1 | |
| parent | 486730f7fde365af63bd54b88ebba2de7adaf315 (diff) | |
Notes
Diffstat (limited to 'sys/i4b/layer1')
| -rw-r--r-- | sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c index cc81070adf94..d1b79ae49028 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c @@ -953,8 +953,8 @@ avma1pp2_disable(device_t dev) bus_space_handle_t bhandle = rman_get_bushandle(sc->sc_resources.io_base[0]); bus_space_tag_t btag = rman_get_bustag(sc->sc_resources.io_base[0]); - /* could be wrong */ - bus_space_write_1(btag, bhandle, STAT0_OFFSET, 0x07); + /* could be still be wrong, but seems to prevent hangs */ + bus_space_write_1(btag, bhandle, STAT0_OFFSET, 0x00); } static void |
