summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2001-02-16For powerpc use siop driver instead of ncr, now that siop issue on powerpcDale Rahn
2001-02-16Engage UVM for powerpc. It is now running fairly well (better than non UVM)Dale Rahn
2001-02-16Allow siop driver to work on powerpc.Dale Rahn
2001-02-15approaching UVM support for powerpc, initialize all of the bufferDale Rahn
2001-02-13default more wscons optionsTheo de Raadt
2001-02-12One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm.Dale Rahn
2001-02-09Add support for loading the bootloader and kernel from an HFS filesystem,Dale Rahn
2001-02-09Add support for loading the bootloader and kernel from an HFS filesystem,Dale Rahn
2001-02-07Add support for bus_space_write_region_[1248] bus_space_read_region_[1248]Dale Rahn
2001-02-07Some devices use NPBG others want PAGE_SIZE, and the related macros.Dale Rahn
2001-02-04shrink USB sectionTheo de Raadt
2001-02-01mmap return paddr_t not int.Dale Rahn
2001-01-31based on art's sparc patch:Jason Wright
2001-01-30Missed this file in adding ADB keyboard and mouse files for powerpc.Dale Rahn
2001-01-28Support ADB bus devices: aed (events), akbd (keyboard) and ams (mouse)Dale Rahn
2001-01-28Adding ADB keyboard/mouse/apple event drivers. From Nbsd with changes to build.Dale Rahn
2001-01-25fill in rval[1] return value for non signal return other than 0 (normal).Dale Rahn
2001-01-24Optimization base on looking at generated asm code.Dale Rahn
2001-01-24Always do MACHINE_NEW_NONCONTIG, not based on UVM or not.Dale Rahn
2001-01-24Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIGDale Rahn
2001-01-24Remove block of "#if 0"ed code.Dale Rahn
2001-01-24pass the address of the current instruction to allow better "pc relative"Dale Rahn
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-18Support more than 256MB of physical memory.Dale Rahn
2001-01-15include <sys/buf.h> for B_READ that we need in the UVM caseArtur Grabowski
2001-01-15__asm__ and __volatile__Theo de Raadt
2000-12-07cleanTheo de Raadt
2000-11-21stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISCTheo de Raadt
2000-11-13typoNiklas Hallqvist
2000-11-11Add bus_space_barrier code to powerpc bus.h. This portion of theDale Rahn
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-05Update to reflect closer to reality. and current direction for the port.Dale Rahn
2000-11-05Changes to print out size of L2 Cache for G4 and G3 machines.Dale Rahn
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
2000-10-26fix bpf; diagnosed by fgsTheo de Raadt
2000-10-24Verify that memory regions are always page aligned and multiple of page size.Dale Rahn
2000-10-20fix clean targetTheo de Raadt
2000-10-20Add Mhz to cpu information.Dale Rahn
2000-10-20Add support for ulpt, USB printers.Dale Rahn
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-10-19Clean up printfs during boot, print reasonable information, not extraDale Rahn
2000-10-19remove unnecessary printf during boot.Dale Rahn
2000-10-18Remove configure change from a couple of revisions ago, the interruptDale Rahn
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-10-16correct dmesg even moreTheo de Raadt
2000-10-16remove basically incorrect interrupt configuration code.Dale Rahn
2000-10-16configuration changes to enable the uni-north memory controller to enableDale Rahn
2000-10-13eolTheo de Raadt
2000-10-01Complete raidframe support, support was incomplete before. Not knownDale S. Rahn