| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the probe priority mechanism to make sure the chip* probes do not | Peter Wemm | 1999-05-11 | 1 | -3/+2 |
| * | Add missing suspend/resume methods. | Doug Rabson | 1999-05-10 | 1 | -1/+3 |
| * | For the ioctl that reads the pci configuration, look up the name and unit | Peter Wemm | 1999-05-09 | 1 | -16/+14 |
| * | GC unused variable in struct. | Peter Wemm | 1999-05-09 | 1 | -2/+1 |
| * | Argh, don't clobber the pci device list if there are multiple busses! | Peter Wemm | 1999-05-09 | 1 | -5/+2 |
| * | Move the declaration of the interrupt type from the driver structure | Doug Rabson | 1999-05-08 | 1 | -3/+1 |
| * | Print 'irq nn' on the device attach line like the old pci code did. | Peter Wemm | 1999-05-08 | 1 | -1/+8 |
| * | GC pci_bushigh() - no longer used. | Peter Wemm | 1999-05-08 | 1 | -11/+1 |
| * | Fix a goof on my part; s/struct moduledata */struct module */ | Peter Wemm | 1999-05-06 | 2 | -6/+6 |
| * | Replace the pcidevice_set linker set based configuration mechanism for old | Peter Wemm | 1999-04-24 | 2 | -11/+29 |
| * | Well folks, this is it - The second stage of the removal for build support | Peter Wemm | 1999-04-17 | 1 | -8/+1 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 4 | -115/+665 |
| * | Staticize. | Eivind Eklund | 1999-04-11 | 1 | -3/+3 |
| * | Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Soren | Nick Hibma | 1999-02-18 | 2 | -458/+0 |
| * | Added vendor Compaq/CMDTACH and USB067[03] | Nick Hibma | 1999-02-15 | 1 | -0/+21 |
| * | Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's | Nick Hibma | 1999-01-22 | 2 | -36/+45 |
| * | Fix problem with zero valued map registers followed by valid map entries. | Stefan Eßer | 1999-01-19 | 2 | -3/+4 |
| * | Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST) | Bruce Evans | 1999-01-13 | 1 | -2/+5 |
| * | Removed warning and comments | Nick Hibma | 1999-01-13 | 1 | -17/+1 |
| * | Clean out warnings by changin ID string declarations to be char xxx[] | Eivind Eklund | 1999-01-12 | 1 | -2/+2 |
| * | Remove 'pci_bridgeto' - it was just an empty placeholder. | Eivind Eklund | 1999-01-12 | 1 | -9/+1 |
| * | Remove warning | Nick Hibma | 1999-01-10 | 1 | -2/+1 |
| * | Clean up, nothing major | Nick Hibma | 1999-01-07 | 2 | -18/+7 |
| * | Added proper names to the device messages at probe and attach. | Nick Hibma | 1999-01-06 | 2 | -27/+72 |
| * | Removed NetBSD specific code | Nick Hibma | 1999-01-06 | 2 | -251/+25 |
| * | The OHCI interfaces I have access to map their control regs etc. into | Julian Elischer | 1998-12-14 | 1 | -3/+8 |
| * | Added Id | Nick Hibma | 1998-12-14 | 2 | -0/+3 |
| * | probe function changed from returning char * to const char *. | Matthew Dillon | 1998-12-14 | 2 | -5/+5 |
| * | pci_device pd_probe function changed from returning char * to returning | Matthew Dillon | 1998-12-14 | 1 | -2/+2 |
| * | Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision... | Nick Hibma | 1998-12-11 | 2 | -7/+4 |
| * | The shift and the masking were in the wrong order for extracting | Julian Elischer | 1998-12-10 | 1 | -9/+9 |
| * | Preliminary support for OHCI motherboards | Nick Hibma | 1998-12-09 | 1 | -0/+295 |
| * | 1) Fixed bug: sc was used unitialised in uhci_run | Nick Hibma | 1998-12-09 | 1 | -21/+20 |
| * | Initial commit of ported NetBSD USB stack | Nick Hibma | 1998-11-26 | 1 | -0/+338 |
| * | s/%#p/%p/ to fix a warning. This looks like a leftover of once being | Peter Wemm | 1998-11-09 | 1 | -3/+3 |
| * | In the cyrix Cx5530, there are null (empty) Base address registers before the | Julian Elischer | 1998-11-03 | 1 | -17/+25 |
| * | ahc_pci.c: | Justin T. Gibbs | 1998-10-07 | 1 | -1/+2 |
| * | Add functions for accessing dense and bwx memory for pci devices. These | Doug Rabson | 1998-10-06 | 1 | -2/+7 |
| * | Some workarounds for a common DEC pci-pci bridge found on alphas. | Doug Rabson | 1998-09-16 | 1 | -5/+9 |
| * | Correct printf format bugs. | Justin T. Gibbs | 1998-09-15 | 1 | -5/+5 |
| * | Revive PCIConf. | Justin T. Gibbs | 1998-09-15 | 2 | -44/+381 |
| * | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | Tor Egge | 1998-09-06 | 1 | -3/+3 |
| * | Use "baseclass" instead of "class" for storing the contents of PCI register | Justin T. Gibbs | 1998-08-13 | 2 | -6/+7 |
| * | Add a call to a platform-specific irq remapping function for alpha platforms | Doug Rabson | 1998-07-22 | 1 | -1/+4 |
| * | On the alpha, ports may be allocated above 64k. | Doug Rabson | 1998-07-22 | 1 | -2/+8 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+8 |
| * | Add two workarounds for broken MP tables: | Tor Egge | 1998-04-01 | 1 | -4/+20 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+3 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -3/+3 |
| * | Addition of support of the slightly rogue Promise IDE interface(Dyson), support | John Dyson | 1997-09-20 | 1 | -1/+2 |