Advertisement
uaa

OpenBSD-5.7 pciide.c remedy for 86duino EduCake

uaa
Oct 5th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Index: pciide.c
  2. ===================================================================
  3. RCS file: /cvs/src/sys/dev/pci/pciide.c,v
  4. retrieving revision 1.354
  5. diff -u -p -r1.354 pciide.c
  6. --- pciide.c 10 Sep 2015 18:10:34 -0000 1.354
  7. +++ pciide.c 5 Oct 2015 20:39:51 -0000
  8. @@ -9188,6 +9188,7 @@ rdc_chip_map(struct pciide_softc *sc, st
  9. if ((patr & RDCIDE_PATR_EN(channel)) == 0) {
  10. printf("%s: %s ignored (disabled)\n",
  11. sc->sc_wdcdev.sc_dev.dv_xname, cp->name);
  12. + cp->hw_ok = 0;
  13. continue;
  14. }
  15. pciide_map_compat_intr(pa, cp, channel, interface);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement