diff options
-rw-r--r-- | sys/dev/ic/mpi.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c index 062eb88b70c..2b6e0095aa4 100644 --- a/sys/dev/ic/mpi.c +++ b/sys/dev/ic/mpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi.c,v 1.17 2006/05/31 02:38:36 dlg Exp $ */ +/* $OpenBSD: mpi.c,v 1.18 2006/05/31 02:39:29 dlg Exp $ */ /* * Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org> @@ -189,11 +189,6 @@ mpi_attach(struct mpi_softc *sc) goto free_replies; } - if (mpi_cfg_manufacturer0(sc) != 0) { - printf("%s: unable to read config pages\n", DEVNAME(sc)); - goto free_replies; - } - /* we should be good to go now, attach scsibus */ sc->sc_link.device = &mpi_dev; sc->sc_link.adapter = &mpi_switch; |