Remove part of the bigendian patch that was not supposed to be commited.

This commit is contained in:
augustss 1998-12-29 03:01:44 +00:00
parent a20ab6118b
commit 4c9147cd38
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ohci.c,v 1.17 1998/12/28 20:13:59 augustss Exp $ */
/* $NetBSD: ohci.c,v 1.18 1998/12/29 03:01:44 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -340,13 +340,6 @@ ohci_init(sc)
int i;
u_int32_t s, ctl, ival, hcr, fm, per;
#ifdef macppc
/* XXX without reset, keyboard and mouse are never attached */
printf("%s: resetting\n", sc->sc_bus.bdev.dv_xname);
OWRITE4(sc, OHCI_CONTROL, OHCI_HCFS_RESET);
delay(USB_RESET_DELAY * 10000);
#endif
DPRINTF(("ohci_init: start\n"));
rev = OREAD4(sc, OHCI_REVISION);
printf("%s: OHCI version %d.%d%s\n", USBDEVNAME(sc->sc_bus.bdev),