Added comment

This commit is contained in:
Nick Hibma 1998-12-14 09:15:19 +00:00
parent def348d45a
commit 680a2f48d9

View File

@ -542,6 +542,9 @@ ohci_intr(p)
u_int32_t intrs, eintrs;
ohci_physaddr_t done;
/* if attach is failed we get a NULL pointer here
* XXX should be removed when pci_unmap_int is implemented
*/
if ((sc == NULL) || (sc->sc_hcca == NULL))
return (0);