aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-1420/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-8/+3
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedMatthew N. Dodd2000-11-281-45/+18
* fix warning compile error about unused variableDarren Reed2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().Poul-Henning Kamp2000-10-291-2/+2
* Unconditionally turning on the I/O and memory enable bits in the PCIMike Smith2000-10-281-1/+14
* Allow PCI busses to be connected to host bridges detected by ACPI as well.Mike Smith2000-10-281-0/+1
* Write the routed interrupt back to PCI configuration space.Mike Smith2000-10-191-1/+1
* The previous commit broke kernel builds on alpha (and probably ia64).Andrew Gallatin2000-10-161-0/+2
* When a pci device hasn't had an interrupt routed to it (signified byWarner Losh2000-10-161-0/+19
* Validate the PCI bus number that we fetch from our parent, since there's noMike Smith2000-10-091-2/+5
* When dumping the 'found devices' list in verbose mode, actually show thePeter Wemm2000-09-051-0/+2
* If a base address register has been set up by the BIOS, but the relevantMike Smith2000-09-011-6/+13
* Remove duplicate static definition of pci_devclassPeter Wemm2000-08-311-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-177/+174
* Nuke the useless chip driver. It gets in the way when you want to loadDoug Rabson2000-06-091-0/+1
* Encapsulate the old PCI compatability support and APIs completely underPeter Wemm2000-05-281-104/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Print the correct value for the map type on a verbose boot.Doug Rabson2000-05-181-1/+1
* Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems.Matt Jacob2000-05-071-1/+5
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,Bruce Evans2000-04-301-1/+1
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-1/+1
* Connect the ISA and PCI compatability shims to an option. In this casePeter Wemm2000-03-191-2/+5
* Print the PCI resources even if they are disabled. This shows more clearlyNick Hibma2000-03-181-6/+12
* Alpha 8200 port: Until we fix things better, determine which alpha CPUMatt Jacob2000-03-151-9/+37
* o No need to print the vendor/device ID for things that matched succesfully.Bill Fumerola2000-02-221-5/+13
* Remove the vga-pci driver. It serves no purpose and it hides the hardwareDoug Rabson2000-02-191-4/+3
* Spell "pci_delete_resource" correctly.Peter Wemm2000-02-011-1/+1
* Put a FYI in the compatability shims so that people are aware that theyPeter Wemm2000-01-291-0/+1
* Show the port/mem/irq of pci devices too.Peter Wemm2000-01-081-3/+37
* Make the usb and ide/ata device identification a little saner. Rather thanPeter Wemm1999-12-101-14/+7
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theKenneth D. Merry1999-12-081-1/+1
* Raise the pci compat driver match priority a bit so that it's notPeter Wemm1999-12-051-1/+1
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+2
* Make the pci driver compat shim return a preference for probePeter Wemm1999-11-301-1/+2
* Feh, kind of went wrong the previous commit. dev should child (in someNick Hibma1999-11-221-5/+5
* Move the pretty printing of the description for USB controllers toNick Hibma1999-11-221-2/+15
* Allow NULL for startp and/or countp in bus_get_resource() so that you canPeter Wemm1999-11-201-2/+4
* now that a map's base addr is 64-bits, the alpha multi-hose hack needsAndrew Gallatin1999-11-031-4/+4
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-301-2/+2
* Don't test boolean return against != 1.Poul-Henning Kamp1999-10-291-4/+4
* Fix some resource allocation peculiarities of the intpm device.Doug Rabson1999-10-281-65/+103
* Make sure we add an interrupt resource if intline!=255.Doug Rabson1999-10-261-1/+1
* Correct a stupid type which prevented us from working with any deviceDoug Rabson1999-10-171-1/+1
* * Implement bus_set/get/delete_resource for pci.Doug Rabson1999-10-141-256/+141
* allow pci_ioctl to work with multi-hose alphas.Andrew Gallatin1999-10-121-2/+2
* A band-aid to prevent multi-hose alpha chipsets (aka tsunami) fromAndrew Gallatin1999-10-031-0/+4
* Backout part of the changes made in 1.111Roger Hardiman1999-10-011-9/+1