| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Reorder function decls alphabetically. | Steve Passe | 1997-08-21 | 1 | -2/+2 |
| * | A few more casts and a function declaration for warning free kernel builds. | Steve Passe | 1997-08-21 | 1 | -1/+2 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -5/+1 |
| * | Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function. | Steve Passe | 1997-06-25 | 1 | -5/+7 |
| * | Move call of pci_addcfg() before test of cfg->subordinatebus, since the | Stefan Eßer | 1997-06-02 | 1 | -2/+13 |
| * | PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINT | Peter Wemm | 1997-06-01 | 1 | -1/+2 |
| * | Add one more compatibility define to make the Adaptec driver compile | Stefan Eßer | 1997-05-28 | 1 | -1/+2 |
| * | Define command register enable bits, which are required for a consitency | Stefan Eßer | 1997-05-28 | 1 | -1/+4 |
| * | Two minor changes to the code that builds the pci map array: | Stefan Eßer | 1997-05-28 | 1 | -29/+30 |
| * | Minor cleanup of APIC_IO code. | Steve Passe | 1997-05-27 | 1 | -9/+6 |
| * | Add support for APIC_IO to pci IRQ configuration. | Steve Passe | 1997-05-27 | 1 | -1/+19 |
| * | Completely replace the PCI bus driver code to make it better reflect | Stefan Eßer | 1997-05-26 | 3 | -2166/+731 |
| * | Initialize PCI/CardBus bridges. | Poul-Henning Kamp | 1997-05-03 | 1 | -39/+52 |
| * | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 1 | -4/+26 |
| * | Add definition of PCI_SUBID_REG2, the subvendor/device ID for | Stefan Eßer | 1997-04-24 | 1 | -1/+2 |
| * | Add preliminary support for PCI config header type 2: | Stefan Eßer | 1997-04-23 | 1 | -10/+19 |
| * | The bit of the cardbus bridge support code se and I have been able to agree | Poul-Henning Kamp | 1997-04-20 | 1 | -1/+7 |
| * | Fix printing of map sizes: large numbers got a negative sign before. | Stefan Eßer | 1997-03-25 | 1 | -3/+3 |
| * | Add a few vendor IDs and class and sub-class encodings. | Stefan Eßer | 1997-03-25 | 1 | -2/+11 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 3 | -3/+3 |
| * | Fix misspelled variable name, -current build stopper | Andrey A. Chernov | 1997-02-05 | 1 | -1/+1 |
| * | Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.h | Stefan Eßer | 1997-02-04 | 1 | -1/+5 |
| * | Improve on previous fix: Clean up getirq() as well, and remove redundant | Stefan Eßer | 1997-01-25 | 1 | -9/+8 |
| * | Make IRQ 0 invalid in pci_map_int(), since it is hardwired to the | Stefan Eßer | 1997-01-23 | 1 | -1/+1 |
| * | Add PCI LKM support. | Stefan Eßer | 1997-01-21 | 1 | -290/+389 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 3 | -3/+3 |
| * | Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCI | Stefan Eßer | 1996-11-12 | 2 | -4/+10 |
| * | Fix PCI to PCI bridge register bit field masks. | Stefan Eßer | 1996-11-12 | 2 | -36/+11 |
| * | Add support for ioctl() accesses to PCI config space registers. | Stefan Eßer | 1996-10-22 | 2 | -4/+167 |
| * | pci_map_mem() did a too restrictive check on the mapping type: | Stefan Eßer | 1996-10-14 | 1 | -2/+4 |
| * | Removed more devconf leftovers. | Bruce Evans | 1996-09-10 | 2 | -40/+2 |
| * | Various cleanups for remanents of devconf. | Poul-Henning Kamp | 1996-09-08 | 1 | -11/+1 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 2 | -79/+5 |
| * | Fix code that deals with multiple host to PCI bridges by making the next | Stefan Eßer | 1996-09-05 | 1 | -1/+2 |
| * | Add preliminary support for the Orion PCI chip set. It is special in the | Stefan Eßer | 1996-09-02 | 1 | -21/+52 |
| * | Scan PCI buses in order the BIOS has assigned them. This is sometimes | Satoshi Asami | 1996-06-09 | 1 | -2/+4 |
| * | Fix range check to actually test the variable that will be used as | Stefan Eßer | 1996-05-18 | 1 | -2/+2 |
| * | Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondary | Satoshi Asami | 1996-04-25 | 1 | -2/+2 |
| * | Update PCI bus code from my current sources: | Stefan Eßer | 1996-04-14 | 1 | -155/+165 |
| * | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | Bruce Evans | 1996-04-07 | 1 | -3/+1 |
| * | Fixed unsigned longs that should have been vm_offset_t. | Bruce Evans | 1996-03-19 | 1 | -2/+2 |
| * | Remove limit of port I/O addresses to 65K, since PCI specifies 32 bit | Stefan Eßer | 1996-02-19 | 1 | -3/+5 |