summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Write the routed interrupt back to PCI configuration space.msmith2000-10-191-1/+1
* Forgot to commit this last night.imp2000-10-161-0/+10
* The previous commit broke kernel builds on alpha (and probably ia64).gallatin2000-10-161-0/+2
* When a pci device hasn't had an interrupt routed to it (signified byimp2000-10-161-0/+19
* Validate the PCI bus number that we fetch from our parent, since there's nomsmith2000-10-091-2/+5
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.archie2000-10-021-2/+1
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-2/+6
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spacegibbs2000-09-161-0/+1
* When dumping the 'found devices' list in verbose mode, actually show thepeter2000-09-051-0/+2
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-011-6/+13
* Remove duplicate static definition of pci_devclasspeter2000-08-311-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-283-182/+248
* Nuke the useless chip driver. It gets in the way when you want to loaddfr2000-06-092-0/+2
* Encapsulate the old PCI compatability support and APIs completely underpeter2000-05-283-123/+22
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Print the correct value for the map type on a verbose boot.dfr2000-05-181-1/+1
* Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems.mjacob2000-05-071-1/+5
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-301-1/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-082-1/+3
* Unused definitions.peter2000-03-201-10/+0
* Bandaid for src/sys/modules which broke worldpeter2000-03-201-1/+1
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-192-2/+17
* Print the PCI resources even if they are disabled. This shows more clearlyn_hibma2000-03-181-6/+12
* Alpha 8200 port: Until we fix things better, determine which alpha CPUmjacob2000-03-151-9/+37
* o No need to print the vendor/device ID for things that matched succesfully.billf2000-02-221-5/+13
* Remove the vga-pci driver. It serves no purpose and it hides the hardwaredfr2000-02-192-4/+4
* Spell "pci_delete_resource" correctly.peter2000-02-011-1/+1
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-291-0/+1
* Added PCIR_BIOS (0x30).yokota2000-01-101-0/+2
* Show the port/mem/irq of pci devices too.peter2000-01-081-3/+37
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-081-2/+0
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butpeter2000-01-051-2/+0
* Make the usb and ide/ata device identification a little saner. Rather thanpeter1999-12-102-15/+9
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-082-2/+1
* Raise the pci compat driver match priority a bit so that it's notpeter1999-12-051-1/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* Make the pci driver compat shim return a preference for probepeter1999-11-301-1/+2
* Feh, kind of went wrong the previous commit. dev should child (in somen_hibma1999-11-221-5/+5
* Move the pretty printing of the description for USB controllers ton_hibma1999-11-221-2/+15
* Allow NULL for startp and/or countp in bus_get_resource() so that you canpeter1999-11-201-2/+4
* now that a map's base addr is 64-bits, the alpha multi-hose hack needsgallatin1999-11-031-4/+4
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-2/+2
* Don't test boolean return against != 1.phk1999-10-291-4/+4
* Fix some resource allocation peculiarities of the intpm device.dfr1999-10-281-65/+103
* Make sure we add an interrupt resource if intline!=255.dfr1999-10-261-1/+1
* Correct a stupid type which prevented us from working with any devicedfr1999-10-171-1/+1
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-142-279/+148
* allow pci_ioctl to work with multi-hose alphas.gallatin1999-10-121-2/+2
OpenPOWER on IntegriCloud