diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-06-12 03:23:37 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-06-12 03:23:37 +0000 |
| commit | 76ff08d072c6af53a13bf4ea3946f91240400b71 (patch) | |
| tree | c94663c31f6d093c34042c7ea1790bad133164a4 | |
| parent | 093caf33321d61bf2a77dd932566787b12afe28f (diff) | |
Notes
| -rw-r--r-- | sys/dev/esp/esp_sbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index 48e4a2fad7ee..60838e89d10b 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -391,7 +391,7 @@ espattach(struct esp_softc *esc, struct ncr53c9x_glue *gluep) sc->sc_maxsync = sc->sc_minsync; sc->sc_maxoffset = 15; - sc->sc_extended_geometry = 1; + sc->sc_extended_geom = 1; /* * Alas, we must now modify the value a bit, because it's |
