From 8f3c17c9ba59a2c7e238c56948fa17f3682ca4c3 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Sun, 7 Apr 2002 15:01:01 +0000 Subject: [PATCH] MFNetBSD: revision 1.27 date: 2001/02/21 10:19:30; author: minoura; state: Exp; lines: +2 -3 There is no reason to exclude FreeBSD :). --- sys/dev/usb/ohcivar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 31108f00422..b57d8cc0478 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ohcivar.h,v 1.26 2001/02/20 15:20:33 minoura Exp $ */ +/* $NetBSD: ohcivar.h,v 1.29 2001/11/21 02:41:18 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -129,10 +129,9 @@ typedef struct ohci_softc { #if defined(__NetBSD__) || defined(__OpenBSD__) void *sc_powerhook; /* cookie from power hook */ void *sc_shutdownhook; /* cookie from shutdown hook */ - +#endif u_int32_t sc_control; /* Preserved during suspend/standby */ u_int32_t sc_intre; -#endif u_int sc_overrun_cnt; struct timeval sc_overrun_ntc;