summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.peter1999-10-091-0/+1
* A band-aid to prevent multi-hose alpha chipsets (aka tsunami) fromgallatin1999-10-031-0/+4
* Backout part of the changes made in 1.111roger1999-10-011-9/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Handle for passthru resource release correctly.luoqi1999-09-031-5/+4
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-22/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-5/+13
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-1/+13
* Case matters.mdodd1999-07-271-3/+3
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.mdodd1999-07-271-1/+32
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+1
* #include <machine/md_var.h> to bring the prototype forpeter1999-07-011-1/+2
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-312-2/+54
* Simplify cdevsw registration.phk1999-05-311-5/+2
* This commit should be a extensive NO-OP:phk1999-05-301-3/+20
* In pci_alloc_resource() only check start and end to see if its a default.dfr1999-05-301-2/+2
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-202-3/+67
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-181-2/+1
* Use the probe priority mechanism to make sure the chip* probes do notpeter1999-05-111-3/+2
OpenPOWER on IntegriCloud