It turns out that not only HP425e but other HP4xx models also require

COM_HW_NOIEN for APCI com(4) ports.

Now I can login HP425t via both com[12] at frodo0.
This commit is contained in:
tsutsui 2004-04-10 07:51:15 +00:00
parent 2d5e1958a5
commit ae6d7b8002
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: com_frodo.c,v 1.1 2003/11/08 11:18:33 tsutsui Exp $ */
/* $NetBSD: com_frodo.c,v 1.2 2004/04/10 07:51:15 tsutsui Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: com_frodo.c,v 1.1 2003/11/08 11:18:33 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: com_frodo.c,v 1.2 2004/04/10 07:51:15 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -151,8 +151,7 @@ com_frodo_attach(struct device *parent, struct device *self, void *aux)
sc->sc_ioh = ioh;
sc->sc_iobase = fa->fa_base + fa->fa_offset;
sc->sc_frequency = COM_FRODO_FREQ;
if (mmuid == MMUID_425_E)
SET(sc->sc_hwflags, COM_HW_NOIEN);
SET(sc->sc_hwflags, COM_HW_NOIEN);
com_attach_subr(sc);