Don't confuse tags and handles.

This commit is contained in:
Warner Losh 2003-10-19 00:03:10 +00:00
parent 1b26eb10ff
commit 38e7cb26d4

View File

@ -41,8 +41,8 @@ struct ep_softc {
struct resource *iobase;
struct resource *irq;
bus_space_handle_t bst;
bus_space_tag_t bsh;
bus_space_handle_t bsh;
bus_space_tag_t bst;
void *ep_intrhand;
u_short ep_connectors; /* Connectors on this card. */