summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-256/+141
* allow pci_ioctl to work with multi-hose alphas.gallatin1999-10-121-2/+2
* 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-281-1/+1
* 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-311-1/+47
* 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-201-2/+37
* Add missing suspend/resume methods.dfr1999-05-101-1/+3
* For the ioctl that reads the pci configuration, look up the name and unitpeter1999-05-091-16/+14
* Argh, don't clobber the pci device list if there are multiple busses!peter1999-05-091-5/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+1
* Print 'irq nn' on the device attach line like the old pci code did.peter1999-05-081-1/+8
* GC pci_bushigh() - no longer used.peter1999-05-081-11/+1
* Fix a goof on my part; s/struct moduledata */struct module */peter1999-05-061-3/+3
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-241-9/+17
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-112/+541
* Staticize.eivind1999-04-111-3/+3
* Fix problem with zero valued map registers followed by valid map entries.se1999-01-191-1/+2
* Remove 'pci_bridgeto' - it was just an empty placeholder.eivind1999-01-121-9/+1
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingpeter1998-11-091-3/+3
* In the cyrix Cx5530, there are null (empty) Base address registers before thejulian1998-11-031-17/+25
* Some workarounds for a common DEC pci-pci bridge found on alphas.dfr1998-09-161-5/+9
* Correct printf format bugs.gibbs1998-09-151-5/+5
* Revive PCIConf.gibbs1998-09-151-37/+358
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-3/+3
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-131-4/+5
* Add a call to a platform-specific irq remapping function for alpha platformsdfr1998-07-221-1/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+8
* Add two workarounds for broken MP tables:tegge1998-04-011-4/+20
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+3
* Update select -> poll in drivers.peter1997-09-141-2/+2
OpenPOWER on IntegriCloud