summaryrefslogtreecommitdiff
path: root/sys/dev/pci/uhci_pci.c
AgeCommit message (Expand)Author
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid 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-03-14First round of __P removal in sysTodd C. Miller
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-06-12interrupts cannot happen beforeMichael Shalayeff
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-01-21map and establish interrupts _after_ chip was initializedMichael Shalayeff
2000-07-04sync with NetBSD.Federico G. Schwindt
2000-03-27Need a newline now.Aaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
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-13Remove unncessary printfs as well as NetBSD ifdefs.Federico G. Schwindt
1999-08-13USB controllers.Federico G. Schwindt