summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci
AgeCommit message (Expand)Author
2006-04-28In mapped mode, when allowaperture != 0,also allow mmapping of theMatthieu Herrb
2006-04-10typo by bradTheo de Raadt
2006-04-10Intrepid 2 host bridges.Brad Smith
2006-04-10recognize the Intrepid 2 ATA controller.Brad Smith
2006-04-09On macppc and sparc64, if allowaperture=0 only allow mmap()-ing ofMatthieu Herrb
2006-03-15Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT)Matthieu Herrb
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
2006-02-11remove unused srom_crc32() function.Brad Smith
2006-02-03Implement interrupt mapping according to the OFW Interrupt Mapping recommendedMark Kettenis
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-16Missing splx in setfault() error path.Miod Vallat
2005-12-14Prevent access to PCI config space for function >0 on bus 0.Mark Kettenis
2005-12-12Pass interrupt type and level in the correct order.Mark Kettenis
2005-11-17go loud with autoconfig messages again, we are gonna try to write drivers soonTheo de Raadt
2005-11-13Map the config space area based on sc_maxdevs. (removes panic)Dale Rahn
2005-11-07remove vtophys() on *ppc.Brad Smith
2005-10-26Mach-macro wipeoutMartin Reindl
2005-10-22Make sure we use the corrrect interrupt line on Shasta.Mark Kettenis
2005-10-16Allow PCI_INTERRUPT_PIN_NONE for the interrupt pin.Mark Kettenis
2005-10-08if find_node_intr() doesn't find a match, try to use the contents ofDale Rahn
2005-10-08Disable caching on vga buffer on 64bit machines. currently it causesDale Rahn
2005-10-07match uata devices found on more modern (ie. G5) machines. partsTheo de Raadt
2005-10-07Stop and restart the i2s clock when changing the snapper speed, otherwiseDale Rahn
2005-10-03Kettenis figured out how to make this run on G5, then I went back andDale Rahn
2005-10-02a little bit more consistent naming scheme for Apple devices and addBrad Smith
2005-09-30Determine the number of attached devices from OF.Mark Kettenis
2005-09-30pretty printTheo de Raadt
2005-09-30Allow fcn 1 to attach (mac-io on G5 tower)Dale Rahn
2005-09-29G5 bridge.Dale Rahn
2005-09-29Clean up ht_intr_map() a bit.Mark Kettenis
2005-09-29Add driver for HyperTransport as found in G5 Macs.Mark Kettenis
2005-09-29Add Shasta HyperTransport.Mark Kettenis
2005-09-26Match Apple Shasta PCI ID as found on G5 systems.Mark Kettenis
2005-06-08Remove the bus_reverse field out of the powerpc bus structure, originallyDale Rahn
2005-03-15Skip empty pci ranges rather than aborting probe, as done on sparc64.Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2004-03-17Better backlight detection on macppc, ok miod@ krw@ (a bit ago)Dale Rahn
2004-01-27viritual -> virtualMiod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-11-12Be sure to cast the wsdisplay accessops cookie into the adequate structure;Miod Vallat
2003-11-03spelling fixes (in the comments)David Krause
2003-10-24If cons_backlight_available is not set, cons_brightness will not be valid,Dale Rahn
2003-10-21spacing cleanup.Dale Rahn
2003-10-15Further down the ANSI/KNF road, only binary difference is __LINE__.Dale Rahn
2003-06-16Use a slightly better way to intuit the memory/mmio PCI regions,Dale Rahn
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-06-05Cleanup and enable kauaiata DMA. Tables should be mostly saneDale Rahn