mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 :).
This commit is contained in:
parent
88505e11bc
commit
8f3c17c9ba
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue