| Commit message (Expand) | Author | Age | Files | Lines |
* | Split power state control into two variables. hw.pci.do_powerstate | imp | 2005-09-21 | 1 | -16/+18 |
* | Change hw.pci.do_powerstate from a boolean to a range. 0 means the | imp | 2005-09-11 | 1 | -15/+34 |
* | Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT, | imp | 2005-09-11 | 2 | -6/+33 |
* | More consistantly return the correct BAR size. Before, we'd only | imp | 2005-09-03 | 1 | -6/+8 |
* | Typo in comment. | jhb | 2005-09-01 | 1 | -1/+1 |
* | Treat resources that are 0xfffff.... as being 'unassigned'. | imp | 2005-09-01 | 1 | -1/+6 |
* | fix CardBus issue for Compaq R3000 series laptop | jkim | 2005-08-26 | 1 | -0/+18 |
* | For FreeBSD 4 binaries, when trying to read from a device that does | ps | 2005-08-26 | 1 | -1/+8 |
* | As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE | imp | 2005-06-05 | 1 | -6/+0 |
* | Mask off the bar's value after the probe test write before testing | imp | 2005-06-03 | 1 | -2/+2 |
* | Typo. | jhb | 2005-06-01 | 1 | -1/+1 |
* | Don't enable I/O or memory mode in a device's command register if the BAR | jhb | 2005-05-31 | 1 | -7/+7 |
* | Add a detach for pci bridge and pci bus drivers. This allows one to | imp | 2005-04-29 | 2 | -0/+2 |
* | In pcib_alloc_resource() check if the resource allocation request is | marcel | 2005-04-29 | 1 | -0/+16 |
* | Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inline | marcel | 2005-04-29 | 1 | -0/+18 |
* | Add defines for the Bridge Control Register bits. | marcel | 2005-04-29 | 1 | -0/+13 |
* | Call pci_print_verbose() before pci_add_resources() so that the order of | jhb | 2005-04-14 | 1 | -1/+1 |
* | Fix compile error :-(. | imp | 2005-04-13 | 1 | -1/+2 |
* | Use pci_find_bsf() to retrieve the PCI device associated with | bms | 2005-04-13 | 1 | -13/+16 |
* | Default to a interrupt router that returns an invalid interrupt. | imp | 2005-04-13 | 1 | -1/+9 |
* | It isn't a whinable offence to want memory when the bar says ioport. | imp | 2005-04-11 | 1 | -6/+8 |
* | Go ahead and try to allocate PCI_BAR(5) for ata devices. | imp | 2005-04-10 | 1 | -0/+1 |
* | fix misspelling of 0x30... | jmg | 2005-04-01 | 1 | -1/+1 |
* | move the statement about switching power states to just before we do it, so | jmg | 2005-04-01 | 1 | -5/+7 |
* | fix a copy/paste typo for scanner/gameport... | jmg | 2005-03-26 | 1 | -2/+2 |
* | add some additional pci classes and sub-classes.. | jmg | 2005-03-26 | 2 | -3/+61 |
* | Add code to read the primary PCI bus number out of the Compaq/HP 6010 | jhb | 2005-03-25 | 1 | -0/+5 |
* | relocate the power state transition statements to the | jmg | 2005-03-23 | 1 | -15/+5 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | imp | 2005-03-18 | 1 | -1/+1 |
* | If bus_generic_susped returns an error, devlist is not freed. Free it. | imp | 2005-03-15 | 1 | -1/+3 |
* | Expose pci_cfg_safe/restore for subclasses of pci to use. | imp | 2005-02-28 | 2 | -4/+4 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -7/+0 |
* | kill unused variable | sam | 2005-02-25 | 1 | -2/+0 |
* | For the I/O port case, we need to set ok to 1 if we have what looks | imp | 2005-02-18 | 1 | -8/+15 |
* | Enable interrupt routing as first choice on alpha. | ticso | 2005-02-07 | 1 | -1/+1 |
* | Fix typo. | njl | 2005-01-29 | 1 | -2/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 6 | -6/+6 |
* | Fix last second typos that crept in :-(. | imp | 2004-12-31 | 1 | -2/+2 |
* | Implement mimimum system software delays, per PCI PM 1.1 spec, as | imp | 2004-12-31 | 1 | -38/+55 |
* | Fix comments to match last commit, and minor reformatting... | imp | 2004-12-08 | 1 | -16/+16 |
* | It turns out that a lot of newer systems have 'base peripherals' on | imp | 2004-12-08 | 1 | -1/+2 |
* | ACPI is not on pc98 either. | njl | 2004-12-03 | 1 | -1/+2 |
* | Non-x86 platforms cannot use the ACPI includes. This should be fixed but | njl | 2004-12-03 | 1 | -0/+4 |
* | Turn ACPI and PCI devices off or to a lower power state in suspend and | njl | 2004-12-02 | 1 | -15/+54 |
* | Make pci_do_powerstate default to 1 now that we've done the release to | imp | 2004-11-10 | 1 | -2/+2 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | jhb | 2004-11-01 | 1 | -1/+1 |
* | Fix a spelling error in a panic string. | green | 2004-10-14 | 1 | -1/+1 |
* | Re-route interrupts on arm as well. | cognet | 2004-09-23 | 1 | -1/+2 |
* | Disable native ata support for now, too much breaks | imp | 2004-07-02 | 1 | -1/+1 |
* | Trim a few things from the dmesg output and stick them under bootverbose to | jhb | 2004-07-01 | 1 | -1/+1 |