summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
1999-11-28Add recognition support for powerbook, it is reported to work withDale S. Rahn
1999-11-28Make the default system type to be APPL for these kernels. probablyDale S. Rahn
1999-11-28Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpcDale S. Rahn
1999-11-25Properly fix the last checkin, the pseudo device rd is now a mi device andDale S. Rahn
1999-11-25Add back rd_ md hooks that was incorrectly removed with the recent rd changes.Dale S. Rahn
1999-11-23Use the _vtbl code to allow the registers to be seperated by 0x10,Dale S. Rahn
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-11-09Add OpenBSD tags.Dale S. Rahn
1999-11-09Remove old unused config files.Dale S. Rahn
1999-11-09Additional changes due to the fallout of the p4e -> ppc changes.Dale S. Rahn
1999-11-09Merge error in previous version caused compilation failure.Dale S. Rahn
1999-11-09autoconf.hDale S. Rahn
1999-11-09autoconf.c:Dale S. Rahn
1999-11-08Support for imac drivers, Additional configurations for mac kernels.Dale S. Rahn
1999-11-08Changes for imac support. support for VI computers and MCG PowerstackDale S. Rahn
1999-11-08Initial import of NetBSD macppc code to allow OpenBSD/powerpc to runDale S. Rahn
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-10-28clean up a global pointer/array reference for OF_buf.Dale S. Rahn
1999-10-26Fix inline function decls to work with C++.Jason Downs
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-07-30acd goes awayTheo de Raadt
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-07-05header file changes for recent powerpc changes.Dale S. Rahn
1999-07-05Several changes here:Dale S. Rahn
1999-07-05move some code under ifdef DDB, it uses a db_ function during the call.Dale S. Rahn
1999-07-05Fix backtraces from ddb for powerpc, If addr is not specified, it willDale S. Rahn
1999-07-05Use a breakpoint to cause an exception to cause the registers to beDale S. Rahn
1999-07-05correctly extract fields for disassembly.Dale S. Rahn
1999-07-05Recognize the 750 (G3) processor.Dale S. Rahn
1999-06-15Use proper defines for vendor id and device id (pci) instead of constants.Dale S. Rahn
1999-06-13Transitional va-ppc.h that works with both egcs and gcc-2.8. It mayDale S. Rahn
1999-06-13Support the Powerstack 4000 pci-isa bridge, it is the windbond part,Dale S. Rahn
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
1999-04-22Bug fixes from NetBSD, port-powerpc/7240 and port-powerpc/7243Dale S. Rahn
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-03-22Remove diagnotic that could (was frequently) causing crashes.Dale S. Rahn
1999-03-22Use standard macros for asm functions instead of the incompleteDale S. Rahn
1999-03-13If a program crashes due to a "program" exeception, dump additionalDale S. Rahn
1999-03-12Additional pic related change, not currently used by powerpc port.Dale S. Rahn
1999-01-23Fixes to update to that the powerpc port builds again.Dale S. Rahn
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller