summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-08Kill unused function.Martin Pieuchot
2015-04-07Remove a lie, the early boot console does not need any mapping.Martin Pieuchot
2015-04-07Mark audio interrupt handlers as MPSAFE, they already grab the rightMartin Pieuchot
2015-04-07Use appropriate memory barriers.Martin Pieuchot
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-04-02Merge openpic_init() into openpic_attach(), no functional change.Martin Pieuchot
2015-04-02One function pointer per pic function is enough.Martin Pieuchot
2015-04-02Cleanup function definitions, use only one define for DEBUG and removeMartin Pieuchot
2015-03-31Make it possisble to disable block address translation mechanism onMartin Pieuchot
2015-03-31Merge two versions of ppc_check_procid().Martin Pieuchot
2015-03-31Tell the firmware to shut down the fan management thread on the lastMartin Pieuchot
2015-03-30Always use the first value of the "interrupts" property the others doMartin Pieuchot
2015-03-30Add defines for known offsets and magical values, map the correct pageMartin Pieuchot
2015-03-24Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems)Martin Pieuchot
2015-03-24unwire lmc(4) and san(4).David Gwynne
2015-03-23Fix buglet in previous ofdev change causing NFS boot to fail; found the hardMiod Vallat
2015-03-14Allow for multiple concurrent devopen() calls, and fill the .readdir memberMiod Vallat
2015-03-11Remove unused type definitions.Martin Pieuchot
2015-02-11no md code wants lockmgr locks, so no md code needs to include sys/lock.hDavid Gwynne
2015-02-11Save OpenFirmware mappings in save_ofw_mapping(), currently unusedMartin Pieuchot
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10increase min address to page size for all remaining min == 0 systems.Ted Unangst
2015-02-10Correctly parse memory regions from the firmware on 64bit machines.Martin Pieuchot
2015-02-09Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 whichMartin Pieuchot
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-07Need to define APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-06Give "machine ddbcpu" a chance to work, now we can try to see what's wrongMartin Pieuchot
2015-02-06Call the debugger (bsd -d) before replacing the firmware console just likeMartin Pieuchot
2015-01-27ENOGREP.David Gwynne
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.Mark Kettenis
2015-01-20Move ps_strings "after" the random stackgap. This makes its location aMark Kettenis
2015-01-20Merge two copies of the (almost) identical bus space code into one file.Martin Pieuchot
2015-01-20Merge two copies of the same dma code into one file and sync the headers.Martin Pieuchot
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-04Implement splassert(9) for powerpc.Martin Pieuchot
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2015-01-01move to 5.7-betaTheo de Raadt
2014-12-22unifdef INETTed Unangst
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-08Use tabs instead of spaces here.Brad Smith
2014-12-04Enable umcs(4) where moscom(4) is present.Martin Pieuchot
2014-12-02macppc G5 needs fcu in RAMDISK, mentioned by mpiTheo de Raadt
2014-11-25disable qla. there is a boot-time raceTheo de Raadt
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-19Add netudp.c here too for consistency, even though this code ends up not beingMiod Vallat