summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-10-12Kill unused global variable.Miod Vallat
2005-10-12Move sigcode to the m88k-agnostic location. No functional change.Miod Vallat
2005-10-12Remove commented out dead wrong FPU handling code in setregs().Miod Vallat
2005-10-12regenMichael Shalayeff
2005-10-12add few other ancient cpu types we have not seen yetMichael Shalayeff
2005-10-12Stop mapping the u area at fixed UADDR in addition to its actual va.Miod Vallat
2005-10-12General scheduler cleanup:Miod Vallat
2005-10-12also handle network device bootpaths. also tested by drahn and kettenisTheo de Raadt
2005-10-11Dont reset the registers if the same speed is programmed. helps reduceDale Rahn
2005-10-10add ti(4), commented out sk(4) and some PHYBrad Smith
2005-10-09unbreak altivec support.Dale Rahn
2005-10-09remove some NetBSD/OpenBSD portability cruft.Brad Smith
2005-10-09spellingFederico G. Schwindt
2005-10-09Try to recover part of the reserved space from the OF_claim above.Dale Rahn
2005-10-09Subtle changes to the powerpc fpu handling, basically fpuproc is handledDale Rahn
2005-10-09Provide a machdep sysctl to determine if altivec is avaliable on macppcDale Rahn
2005-10-09Nearly functional crashdump support for macppc. Because savecoreDale Rahn
2005-10-09what the hell, enable ipmiTheo de Raadt
2005-10-09remove unused NETWORK_BUFSIZE.Brad Smith
2005-10-09While running pending interrupts, enable external interrupt, this wayDale Rahn
2005-10-08enable lgeBrad Smith
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-0864 bit compat. clean up the 32/64 code paths so less decision points existDale 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-06match isp as a PCI device called "SUNW,isptwo".Brad Smith
2005-10-06lots of pcmcia, cardbus, and wireless goodies come to town; work with tdevalTheo de Raadt
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
2005-10-04tabs are holier than spacesTheo de Raadt
2005-10-04move ipmi chunk to nicer placeTheo de Raadt
2005-10-04Add initial IPMI implementation. Currently only KCS retrieval method isMarco Peereboom
2005-10-04it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
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-03G5 pmap support, most of this G5 work has been done by kettenis@Dale Rahn
2005-10-03First part of locore G5 support, this is one step of many.Dale Rahn
2005-10-02pci machines need the hme stub hereTheo de Raadt
2005-10-02a little bit more consistent naming scheme for Apple devices and addBrad Smith
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-10-02enable ath(4) on alpha.Reyk Floeter
2005-10-02add hmeBrad Smith