diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2005-07-09 09:45:22 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2005-07-09 09:45:22 +0000 |
commit | 8564b944daca156b454a2a5842c536dcd0ed22e9 (patch) | |
tree | 0e6ac54f79af832003579151a210478bbf3d5fa9 | |
parent | abc4fcef354f76e3787f85bee6e91f030f784a93 (diff) |
Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok.
-rw-r--r-- | sys/dev/pci/pciide.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index ba8157dad34..b58b716e8cd 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.196 2005/06/15 04:45:48 fgsch Exp $ */ +/* $OpenBSD: pciide.c,v 1.197 2005/07/09 09:45:21 ho Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -6135,6 +6135,7 @@ pdc203xx_setup_channel(struct channel_softc *chp) splx(s); } } + pciide_print_modes(cp); } int |