summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ohci_pci.c
AgeCommit message (Expand)Author
2006-05-22Warn the user if the powerhook could not be established during attach. ForDavid Gwynne
2006-05-22Expunge all #if defined(__NetBSD__) and #if defined(__FreeBSD__) crud.Kenneth R Westerback
2005-12-30device_ptr_t -> struct device *David Gwynne
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-04-21If the SMM driver had enabled ownership change interrupts, re-enable themChristopher Pascoe
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
2004-12-31strncpy -> strlcpyDavid Gwynne
2004-05-24do not bother w/ void pci_devinfo() calls and free resources on failuresMichael Shalayeff
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2003-08-11cleanup dmesg outputMichael Shalayeff
2003-07-08Sync USB code with NetBSD.Nathan Binkert
2002-06-08i386 configures devices while at spl0, this causes problems if devicesDale Rahn
2002-06-07Fix more timeout handling issues in ohci. There are still cursed harrdwareMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-15Add a timer to reinable the OHCI RHSC (Root Hub Status Change)Dale Rahn
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-06-13dmesg cleanupTheo de Raadt
2001-06-12interrupts cannot happen beforeMichael Shalayeff
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-01-22fix pretty printTheo de Raadt
2001-01-21map and establish interrupts _after_ chip was initializedMichael Shalayeff
2000-07-04sync with NetBSD.Federico G. Schwindt
1999-11-07sync with NetBSD.Federico G. Schwindt
1999-09-27Disable ints. later; NetBSD.Federico G. Schwindt
1999-08-23Disable interrupts early; from NetBSD.Federico G. Schwindt
1999-08-13shorten dmesg output.Federico G. Schwindt
1999-08-13Remove unncessary printfs as well as NetBSD ifdefs.Federico G. Schwindt
1999-08-13USB controllers.Federico G. Schwindt