diff options
Diffstat (limited to 'sys/dev/esp/esp_sbus.c')
| -rw-r--r-- | sys/dev/esp/esp_sbus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index 70c6538febb7..48e4a2fad7ee 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -391,6 +391,8 @@ espattach(struct esp_softc *esc, struct ncr53c9x_glue *gluep) sc->sc_maxsync = sc->sc_minsync; sc->sc_maxoffset = 15; + sc->sc_extended_geometry = 1; + /* * Alas, we must now modify the value a bit, because it's * only valid when can switch on FASTCLK and FASTSCSI bits |
