NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-cobalt/44292: -current kernels do not work on (my) cobalt qube 2 since one (1!) year



On Wednesday 19 January 2011 14:34:11 Izumi Tsutsui wrote:
[...]
> Index: com.c
> ===================================================================
> RCS file: /cvsroot/src/sys/dev/ic/com.c,v
> retrieving revision 1.298
> retrieving revision 1.297
> diff -u -p -r1.298 -r1.297
> --- com.c     20 Jul 2010 06:17:20 -0000      1.298
> +++ com.c     19 Apr 2010 18:24:26 -0000      1.297
> @@ -465,8 +465,6 @@ com_attach_subr(struct com_softc *sc)
>                                       sc->sc_fifolen = 0;
>                               } else {
>                                       SET(sc->sc_hwflags, COM_HW_FLOW);
> -                                     SET(sc->sc_mcr, MCR_PRESCALE);
> -                                     sc->sc_frequency /= 4;
>                                       sc->sc_fifolen = 32;
>                               }
>                       } else
> 

My Cobalt RaQ 2 boots 5.99.44 with this patch.

Nick


Home | Main Index | Thread Index | Old Index