summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2003-07-02Add a stub where code could be added to make use of the new key on recentDale Rahn
2003-07-02Reduce the amount of asm code in powerpc/macppc by replacing it withDale Rahn
2003-07-02make ppc_intr_(enable|disable)() inlined functions.Dale Rahn
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-23bus_space_*_raw*_1() do not exist; drahn@ okMichael Shalayeff
2003-06-23Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP notDale Rahn
2003-06-16Use a slightly better way to intuit the memory/mmio PCI regions,Dale Rahn
2003-06-16correct sense of rate check... oops.Jason Wright
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
2003-06-16Check for the backlight control on the stdout_node (the LCD) rather thanDale Rahn
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright
2003-06-11Get rid of the '#if 1' nonsense.Dale Rahn
2003-06-11Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have notDale Rahn
2003-06-11The upgrade script depends upon that, if mount_foo is present on the ramdiskMiod Vallat
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-06-06Fix a copied constant, mention why a number doesnt match linux, removeDale Rahn
2003-06-05Cleanup and enable kauaiata DMA. Tables should be mostly saneDale Rahn
2003-06-05Cleanup:Alexander Yurchenko
2003-06-05ATA100 driver for apple's new machines, aka kauai.Dale Rahn
2003-06-043/4 cleanup for aaronTheo de Raadt
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02add length checks on bus_dmamap_load_uio() on the total length vs. what theJason Wright
2003-06-02Relax licence by removing the 3rd clause on all files whereI was stillMiod Vallat
2003-06-01Initialize minaddr to a sane value. at request of art.Dale Rahn
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-14complain about commons since they are all currently dead here.Jason Wright
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
2003-05-12Enable Intrepid's mac-io match.Thierry Deval
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-07string cleaningTheo de Raadt
2003-05-02add eap and do a bit of cleaningJason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-03-21Now that ahc has the necessary endian fixes, enable it on macppc.Dale Rahn
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
2003-02-26Remove a poor error message which is emitted on perfectly fine MBR labeledDale Rahn
2003-02-26Volatile to prevent the optimizer from eliminating these, and fix theDale Rahn
2003-02-18intial -> initial;Jason McIntyre
2003-02-12move to 3.3-betaTheo de Raadt
2003-02-12separate evirq into macintr and openpic versions (they just -happened- to beJason Wright
2003-02-09Swiss French ADB keyboard layout, tested against Powerbook keyboard markings,Miod Vallat
2003-01-31Save about 1.7k in executable size for macppc kernel, Since the ELF headerDale Rahn
2003-01-31Change how the bootloader links to get around size/start address issuesDale Rahn
2003-01-05cd /usr/src/etc/../sys/arch/macppc/conf && config GENERICTheo de Raadt