| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are | dfr | 1999-07-28 | 1 | -1/+13 |
* | Case matters. | mdodd | 1999-07-27 | 1 | -3/+3 |
* | Implement the BUS_PROBE_NOMATCH method for the PCI bus. | mdodd | 1999-07-27 | 1 | -1/+32 |
* | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | peter | 1999-07-03 | 1 | -6/+1 |
* | #include <machine/md_var.h> to bring the prototype for | peter | 1999-07-01 | 1 | -1/+2 |
* | On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus | roger | 1999-05-31 | 1 | -1/+47 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -5/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -3/+20 |
* | In pci_alloc_resource() only check start and end to see if its a default. | dfr | 1999-05-30 | 1 | -2/+2 |
* | Add support for multiple PCI "hoses" used on various alpha platforms. | gallatin | 1999-05-20 | 1 | -2/+37 |
* | Add missing suspend/resume methods. | dfr | 1999-05-10 | 1 | -1/+3 |
* | For the ioctl that reads the pci configuration, look up the name and unit | peter | 1999-05-09 | 1 | -16/+14 |
* | Argh, don't clobber the pci device list if there are multiple busses! | peter | 1999-05-09 | 1 | -5/+2 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -3/+1 |
* | Print 'irq nn' on the device attach line like the old pci code did. | peter | 1999-05-08 | 1 | -1/+8 |
* | GC pci_bushigh() - no longer used. | peter | 1999-05-08 | 1 | -11/+1 |
* | Fix a goof on my part; s/struct moduledata */struct module */ | peter | 1999-05-06 | 1 | -3/+3 |
* | Replace the pcidevice_set linker set based configuration mechanism for old | peter | 1999-04-24 | 1 | -9/+17 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -112/+541 |
* | Staticize. | eivind | 1999-04-11 | 1 | -3/+3 |
* | Fix problem with zero valued map registers followed by valid map entries. | se | 1999-01-19 | 1 | -1/+2 |
* | Remove 'pci_bridgeto' - it was just an empty placeholder. | eivind | 1999-01-12 | 1 | -9/+1 |
* | s/%#p/%p/ to fix a warning. This looks like a leftover of once being | peter | 1998-11-09 | 1 | -3/+3 |
* | In the cyrix Cx5530, there are null (empty) Base address registers before the | julian | 1998-11-03 | 1 | -17/+25 |
* | Some workarounds for a common DEC pci-pci bridge found on alphas. | dfr | 1998-09-16 | 1 | -5/+9 |
* | Correct printf format bugs. | gibbs | 1998-09-15 | 1 | -5/+5 |
* | Revive PCIConf. | gibbs | 1998-09-15 | 1 | -37/+358 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -3/+3 |
* | Use "baseclass" instead of "class" for storing the contents of PCI register | gibbs | 1998-08-13 | 1 | -4/+5 |
* | Add a call to a platform-specific irq remapping function for alpha platforms | dfr | 1998-07-22 | 1 | -1/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+8 |
* | Add two workarounds for broken MP tables: | tegge | 1998-04-01 | 1 | -4/+20 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -3/+3 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -5/+1 |
* | Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function. | fsmp | 1997-06-25 | 1 | -5/+7 |
* | Move call of pci_addcfg() before test of cfg->subordinatebus, since the | se | 1997-06-02 | 1 | -2/+13 |
* | Two minor changes to the code that builds the pci map array: | se | 1997-05-28 | 1 | -29/+30 |
* | Minor cleanup of APIC_IO code. | fsmp | 1997-05-27 | 1 | -9/+6 |
* | Add support for APIC_IO to pci IRQ configuration. | fsmp | 1997-05-27 | 1 | -1/+19 |
* | Completely replace the PCI bus driver code to make it better reflect | se | 1997-05-26 | 1 | -1816/+365 |
* | Initialize PCI/CardBus bridges. | phk | 1997-05-03 | 1 | -40/+53 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -4/+26 |
* | Add preliminary support for PCI config header type 2: | se | 1997-04-23 | 1 | -10/+19 |
* | Fix printing of map sizes: large numbers got a negative sign before. | se | 1997-03-25 | 1 | -3/+3 |
* | Add a few vendor IDs and class and sub-class encodings. | se | 1997-03-25 | 1 | -2/+11 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Fix misspelled variable name, -current build stopper | ache | 1997-02-05 | 1 | -1/+1 |
* | Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.h | se | 1997-02-04 | 1 | -1/+5 |