| Commit message (Expand) | Author | Age | Files | Lines |
* | In the cyrix Cx5530, there are null (empty) Base address registers before the | julian | 1998-11-03 | 1 | -17/+25 |
* | ahc_pci.c: | gibbs | 1998-10-07 | 1 | -1/+2 |
* | Add functions for accessing dense and bwx memory for pci devices. These | dfr | 1998-10-06 | 1 | -2/+7 |
* | 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 | 2 | -44/+381 |
* | 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 | 2 | -6/+7 |
* | Add a call to a platform-specific irq remapping function for alpha platforms | dfr | 1998-07-22 | 1 | -1/+4 |
* | On the alpha, ports may be allocated above 64k. | dfr | 1998-07-22 | 1 | -2/+8 |
* | 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 |
* | Addition of support of the slightly rogue Promise IDE interface(Dyson), support | dyson | 1997-09-20 | 1 | -1/+2 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -2/+2 |
* | Reorder function decls alphabetically. | fsmp | 1997-08-21 | 1 | -2/+2 |
* | A few more casts and a function declaration for warning free kernel builds. | fsmp | 1997-08-21 | 1 | -1/+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 |
* | PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINT | peter | 1997-06-01 | 1 | -1/+2 |
* | Add one more compatibility define to make the Adaptec driver compile | se | 1997-05-28 | 1 | -1/+2 |
* | Define command register enable bits, which are required for a consitency | se | 1997-05-28 | 1 | -1/+4 |
* | 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 | 3 | -2234/+799 |
* | 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 definition of PCI_SUBID_REG2, the subvendor/device ID for | se | 1997-04-24 | 1 | -1/+2 |
* | Add preliminary support for PCI config header type 2: | se | 1997-04-23 | 1 | -10/+19 |
* | The bit of the cardbus bridge support code se and I have been able to agree | phk | 1997-04-20 | 1 | -1/+7 |
* | 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 | 3 | -3/+3 |
* | 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 |
* | Improve on previous fix: Clean up getirq() as well, and remove redundant | se | 1997-01-25 | 1 | -9/+8 |
* | Make IRQ 0 invalid in pci_map_int(), since it is hardwired to the | se | 1997-01-23 | 1 | -1/+1 |
* | Add PCI LKM support. | se | 1997-01-21 | 1 | -290/+389 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCI | se | 1996-11-12 | 2 | -4/+10 |
* | Fix PCI to PCI bridge register bit field masks. | se | 1996-11-12 | 2 | -36/+11 |
* | Add support for ioctl() accesses to PCI config space registers. | se | 1996-10-22 | 2 | -4/+167 |
* | pci_map_mem() did a too restrictive check on the mapping type: | se | 1996-10-14 | 1 | -2/+4 |
* | Removed more devconf leftovers. | bde | 1996-09-10 | 2 | -40/+2 |
* | Various cleanups for remanents of devconf. | phk | 1996-09-08 | 1 | -11/+1 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 2 | -79/+5 |
* | Fix code that deals with multiple host to PCI bridges by making the next | se | 1996-09-05 | 1 | -1/+2 |