summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/pci
AgeCommit message (Expand)Author
2001-06-17Allow for more than 5 interrupt attribute values. awacs has 6.Dale Rahn
2001-06-10Post pmap_extract() changes cleanup.Dale Rahn
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-25Fix color table initialization for powerpc with wscons.Dale Rahn
2001-03-29Ok, forgot to clean up debug prints before checkin on that file.Dale Rahn
2001-03-29Detect pci bus base more accurately, and save it's size.Dale Rahn
2001-03-29Add support structures for bus space detection/allocation (pci_addr_fixup).Dale Rahn
2001-03-03Change how PCI bus memory base address is found for powerpc.Dale Rahn
2001-02-28Add ability to get display width in bytes for display memory, thisDale Rahn
2001-02-20Make drivers more quiet, no point in printing useless information.Dale Rahn
2001-02-01mmap return paddr_t not int.Dale Rahn
2001-01-15include <sys/buf.h> for B_READ that we need in the UVM caseArtur Grabowski
2000-11-21stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISCTheo de Raadt
2000-10-19Changes to pci and if_gm to support obtaining the ethernet hardware addressDale Rahn
2000-10-19Clean up printfs during boot, these were unnecessary debugging prints.Dale Rahn
2000-09-19Remove annoying debugging print that was introduced with the cmap setting code.Dale S. Rahn
2000-09-19Remove secondary hack that limited mapped size. Not needed with BAT mappings.Dale S. Rahn
2000-09-19Changes to support ioctls as required for a framebuffer X server.Dale S. Rahn
2000-09-07Fix cursor unplot bug. pointer to cursor was not initialized, thus itDale S. Rahn
2000-09-06Add machine specific vga framebuffer code. Probably should be machineDale S. Rahn
2000-09-06If the bridge is an MPC106 (Grackle) print it's revision.Dale S. Rahn
2000-08-08pretty printTheo de Raadt
2000-07-31Correction for legacy interrupt controller attachment.Dale S. Rahn
2000-07-28Config changes to be closer to supporting older bandit based systems.Dale S. Rahn
2000-07-08Process memory ranges found in the openfirmware device tree by amountDale S. Rahn
2000-07-07Support config type 2 as required for proper uni-north pci config cycles.Dale S. Rahn
2000-05-02Remove gmac_enable_hack, not needed here, doesn't work.Dale S. Rahn
2000-04-01boot noise removal.Dale S. Rahn
2000-03-31Quiet down boot on openfirmware probe of macobio bus. Does not printDale S. Rahn
2000-03-31Remove unnecessary debug printf.Dale S. Rahn
2000-03-31PCi Host Bridge, dummy driver to quiet "not configured" messages,Dale S. Rahn
2000-03-31Find last memory or io segment, in case multiple happen to be found,Dale S. Rahn
2000-03-24Correct config mechanism for uni-north bridge.Dale S. Rahn
2000-03-20Changes to support uninorth bridge (probably a bit of a hack for now).Dale S. Rahn
2000-01-22Fix pci probing for the powerpc port, it was previously only probing aDale S. Rahn
2000-01-14UVM changes mainly. As of this checkin UVM is still not working for powerpcDale S. Rahn
1999-11-08Changes for imac support. support for VI computers and MCG PowerstackDale S. Rahn
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-10-09PCI io space starts at 0x80000000 not 16MB added to that address, whenDale S. Rahn
1998-08-25PolishPer Fogelstrom
1998-08-25Add a few defines and change some.Per Fogelstrom
1998-08-23Code to maintain edge/level in the isa interrupt driver.Dale S. Rahn
1998-08-22Various changes to allow mixing of ofw drivers and real drivers.Dale S. Rahn
1998-08-06Some small fixes for non ofw systemsPer Fogelstrom
1998-04-06type fixPer Fogelstrom
1998-04-06fix some typesPer Fogelstrom
1997-10-21Dig out the ethernet address from the board configuration. This just takesPer Fogelstrom
1997-10-20Add IPSEC to GENERIC, move if_de srom emul to pciPer Fogelstrom
1997-10-11PCI bus code for monolithic PowerPC kernels.Per Fogelstrom