diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-31 02:39:30 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-31 02:39:30 +0000 |
commit | 9f91e6f6158b28f6d993f726559ee1810910aebf (patch) | |
tree | 7f010ea2c1f6fe68f52030762aef70cf1d5e8d14 | |
parent | d62ae2ad9b52c8115037d7faa4bd715ef7478b14 (diff) |
dont display the first manufacturing page
-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; |