summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2005-10-09remove unused NETWORK_BUFSIZE.Brad Smith
2005-10-09While running pending interrupts, enable external interrupt, this wayDale Rahn
2005-10-08if find_node_intr() doesn't find a match, try to use the contents ofDale Rahn
2005-10-08Preallocate the space where the kernel would live, needs to be at leastDale 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-07eliminate use of M_HASFCSMartin Reindl
2005-10-07Stop and restart the i2s clock when changing the snapper speed, otherwiseDale Rahn
2005-10-03system_type is apple, dont act like it is any other, ok deraadt@Dale Rahn
2005-10-03Put the 970 in correct sleep mode, ok deraadt@Dale Rahn
2005-10-03Handle segment register restore at context enter/exit instead ofDale Rahn
2005-10-03pretty up the instruction whacker code; ok drahnTheo de Raadt
2005-10-03flush correctlyTheo de Raadt
2005-10-03Add the syncs which were in a 'later' version. pointed out deraadt@Dale Rahn
2005-10-03Kettenis figured out how to make this run on G5, then I went back andDale Rahn
2005-10-03First part of locore G5 support, this is one step of many.Dale Rahn
2005-10-02a little bit more consistent naming scheme for Apple devices and addBrad Smith
2005-10-01Recognize 970 processor and provide a function/variable to determine ifDale Rahn
2005-09-30Determine the number of attached devices from OF.Mark Kettenis
2005-09-30Configure pci busses on ht too.Mark Kettenis
2005-09-30i hate panic messages which do not print the value that was in errorTheo de Raadt
2005-09-30pretty printTheo de Raadt
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-29Avoid i/o's when spoofonly = 1 in readdisklabel(). Same as other DOSKenneth R Westerback
2005-09-29Clean up ht_intr_map() a bit.Mark Kettenis
2005-09-29Add HyperTransport here too.Mark Kettenis
2005-09-29Add driver for HyperTransport as found in G5 Macs.Mark Kettenis
2005-09-29Improve PowerPC 7447A support.Mark Kettenis
2005-09-29Configure ht if found.Mark Kettenis
2005-09-29Add Shasta HyperTransport.Mark Kettenis
2005-09-27Allow temporary 64-bit bridge instructions in locore.s.Mark Kettenis
2005-09-26Return EIO if reading fails.Mark Kettenis
2005-09-26Match Apple Shasta PCI ID as found on G5 systems.Mark Kettenis
2005-09-26Match "u3" as found in G5 systems.Mark Kettenis
2005-09-26Consider nodes named "mpic" as potential open-pic candidates.Mark Kettenis
2005-09-19Make idle a global variable so that gprof can see it and the time canDale Rahn
2005-09-15Fix typo.Mark Kettenis
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-08-09move to 3.8-betaTheo de Raadt
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-02Save floating point context on signals, looked at miod@ is it in yet? deraadt@Dale Rahn
2005-07-20put -lkern last, since libz needs syms in itTheo de Raadt
2005-07-04do not allocate any PA allocating VA for mapping devices; drahn@ okMichael Shalayeff
2005-07-04always enforce cache-inhibit if bus_space_map()ping uncachable; drahn@ okMichael Shalayeff
2005-06-27remove dead code; drahn@ okMichael Shalayeff
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-08Remove the bus_reverse field out of the powerpc bus structure, originallyDale Rahn
2005-06-08remove netns crud.Henning Brauer