diff options
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r-- | sys/dev/usb/uhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index ff4eb530fcb..df08caf2d8d 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhci.c,v 1.152 2020/04/03 20:11:47 patrick Exp $ */ +/* $OpenBSD: uhci.c,v 1.153 2021/10/26 16:29:49 deraadt Exp $ */ /* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */ @@ -55,7 +55,7 @@ /*#define UHCI_CTL_LOOP */ struct cfdriver uhci_cd = { - NULL, "uhci", DV_DULL + NULL, "uhci", DV_DULL, CD_SKIPHIBERNATE }; #ifdef UHCI_DEBUG |