Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-02 | Don't hardcode sizeof(pcireg_t) value. ok markus@ | Alexander Yurchenko | |
2004-12-08 | add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@ | Markus Friedl | |
2004-12-07 | Remove the PCI-ISA bridge callback mechanism; it's no longer needed. | Brad Smith | |
From NetBSD ok deraadt@ miod@ | |||
2004-06-25 | Provide information about the raw (unswizzled) intrrupt pin in | Artur Grabowski | |
pci_attach_args. drahn@ deraadt@ ok | |||
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-02-28 | remove non-typo changes. sorry folks | Michael Shalayeff | |
2003-02-28 | typo; from weissmanndude | Michael Shalayeff | |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright | |
2002-04-04 | Catch broken devices on sparc64 (where broken == devices that don't have | Jason Wright | |
a function 0). Many thanks to Joey Coleman <joeycoleman@acm.org> for fixing this. | |||
2002-03-27 | make sure error is set to zero on the pci write case for user conf | Jason Wright | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb | |
under the control of machdep.allowaperture. This allows to run the X server on macppc with securelevel=1, given that machdep.allowaperture is != 0. OK deraadt@ | |||
2002-02-18 | Correct fix for breakage in rev 1.23. Sorry for the mess. | Matthieu Herrb | |
2002-02-18 | do not assume PCI_USERCONF is set on all arch; matthieu ok | Theo de Raadt | |
2002-02-18 | store the PCI configuration space bus number in the pci_softc struct | Matthieu Herrb | |
and use it for pci configuration space access in ioctl code. And do bounds checking on ioctl args for all architectures Ok deraadt@, drahn@. | |||
2001-08-25 | Allow machdep code to decide the order in which we probe the | Artur Grabowski | |
pci buses. this is conditional on __PCI_BUS_DEVORDER and __PCI_DEV_FUNCORDER Used by sparc64. | |||
2001-07-20 | Add pa_bus to pci_attach_args | Constantine Sapuntzakis | |
Better VIA IDE chipset handling. From NetBSD | |||
2001-06-26 | use pci_bus_maxdevs instead of nasty i386 specific goop (It's nice to | Jason Wright | |
be able to bug art@ and matthieu@ in person =) | |||
2001-06-24 | Avoid panics on the i386 if the bus/dev/func numbers are not valid | Matthieu Herrb | |
2001-06-24 | allow ioctl(..., PCIOCREAD, ...) if the device was opened O_READONLY | Matthieu Herrb | |
2001-06-23 | PCI bus configuration userland access from FreeBSD. | Matthieu Herrb | |
Will be used by XFree86 on powerpc (works on i386 too, but its not currently used). | |||
2001-01-27 | ignore swizzling on i386. | Michael Shalayeff | |
this is needed for interrupt mapping code to be able to program the device and the pci interrupt router for the interrupt. | |||
1999-07-18 | Added pci_mapreg* interface from NetBSD. | Constantine Sapuntzakis | |
Added PCI 2.2 stuff from NetBSD Modified if_de to use mapreg interface | |||
1998-10-29 | Put in some generic code in PCI driver for enabling PCI cards. | Constantine Sapuntzakis | |
1998-08-22 | Powerpc supports isa not just power4e | Dale S. Rahn | |
1998-06-26 | check for invalid and empty slots by name | Theo de Raadt | |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-05 | new style pci attach printing | Theo de Raadt | |
1997-10-11 | power.4e - not enabling pci boards | Per Fogelstrom | |
1997-10-10 | Add a special fix for OpenFirmware Power PC PCI. It seems that OFW shuts | Per Fogelstrom | |
down the HW by disabling it when closing the device. So we have to make sure that the board is configured to respond to memory accesses. | |||
1997-01-24 | Sync with NetBSD 960123 | Niklas Hallqvist | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |