Subject: CVS commit: src/sys/arch/mips/alchemy/dev
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/23/2003 04:58:32
Module Name:	src
Committed By:	simonb
Date:		Thu Oct 23 04:58:32 UTC 2003

Modified Files:
	src/sys/arch/mips/alchemy/dev: ohci_aubus.c

Log Message:
Remove "struct aubus_ohci_softc".  As well as ohci_softc_t, it only had
a copy of the interrupt cookie which isn't used outside the attach.  We
has also bogusly only told the autoconfiguration machinery that our softc
was as big as a ohci_softc_t, not a struct aubus_ohci_softc.
Also, disestablish the interrupt if OHCI initialisation fails.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/mips/alchemy/dev/ohci_aubus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.