This part of the struct isn't needed on FreeBSD:

---snip---
FYI this bit isn't needed for FreeBSD - I think it came from either
OpenBSD or NetBSD where arc4random() wasn't available during cold
boot.
---snip---

Explained by:	iedowse
This commit is contained in:
Alexander Leidinger 2005-09-24 14:49:36 +00:00
parent 7c4847b792
commit 16f309f0e2

View File

@ -125,7 +125,9 @@ typedef struct ehci_softc {
usb_dma_t sc_fldma;
ehci_link_t *sc_flist;
u_int sc_flsize;
#ifndef __FreeBSD__
u_int sc_rand; /* XXX need proper intr scheduling */
#endif
struct ehci_soft_islot sc_islots[EHCI_INTRQHS];