-/* $OpenBSD: mpbios.c,v 1.31 2022/02/21 11:03:39 mpi Exp $ */
+/* $OpenBSD: mpbios.c,v 1.32 2024/06/07 23:19:18 jsg Exp $ */
/* $NetBSD: mpbios.c,v 1.7 2003/05/15 16:32:50 fvdl Exp $ */
/*-
}
#endif
-
-
-#define TAB_UNIT 4
-#define TAB_ROUND(a) _TAB_ROUND(a, TAB_UNIT)
-
-#define _TAB_ROUND(a,u) (((a) + (u - 1)) & ~(u - 1))
-#define EXTEND_TAB(a,u) (!(_TAB_ROUND(a, u) == _TAB_ROUND((a + 1), u)))
-
void
mpbios_bus(const u_int8_t *ent, struct device *self)
{
-/* $OpenBSD: mpbios.c,v 1.46 2024/05/13 01:15:50 jsg Exp $ */
+/* $OpenBSD: mpbios.c,v 1.47 2024/06/07 23:19:18 jsg Exp $ */
/* $NetBSD: mpbios.c,v 1.2 2002/10/01 12:56:57 fvdl Exp $ */
/*-
printf(" EISA irq %d", intr);
}
-
-
-#define TAB_UNIT 4
-#define TAB_ROUND(a) _TAB_ROUND(a, TAB_UNIT)
-
-#define _TAB_ROUND(a,u) (((a) + (u - 1)) & ~(u - 1))
-#define EXTEND_TAB(a,u) (!(_TAB_ROUND(a, u) == _TAB_ROUND((a + 1), u)))
-
void
mpbios_bus(const u_int8_t *ent, struct device *self)
{