summaryrefslogtreecommitdiff
path: root/sys/arch/amigappc
AgeCommit message (Expand)Author
2014-01-22need stride 0x1000 for gaylechristos
2014-01-22make code compile again; need stride 0x1000 for gaylechristos
2013-11-17Enable sljit and bpfjit on powerpc.alnsn
2013-06-30G/C PFIL_HOOKS from the kernel configs.rmind
2013-06-05remove obsolete networking optionschristos
2013-04-27the bogus number policechristos
2013-04-27remove confusing numeric locators where they are unused.christos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2012-12-02Add z3rambd to files.amigappc, hopefully this will fix amigppc build.rkujawa
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-17Add "options COMPAT_60" to all kernel configuration filesapb
2012-10-16Fix fallout from recent ed driver replacement. Makes amigappc build again.rkujawa
2012-08-17Update all kernel configs mentioning WSEMUL_* but not already includingabs
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-02-15Port amiga calls config_console() from machdep.c now, so we have to dophx
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-09-19Add 32 bit methodschristos
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-25Delete an unnecessary #include and an unnecessary comment.dyoung
2011-08-12Make amigappc compile again by adding barebones definitions of some ofdyoung
2011-07-25Change u_intXX_t to uintXX_t throughout.dyoung
2011-07-18Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences ofdyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-30dependant -> dependentwiz
2011-06-20Don't include *pmap.h in assembly files. Get the needed definitionsmatt
2011-06-20Don't export USER_SR if _MODULE is defined.matt
2011-06-20Don't expose port-specific if _MODULE is defined.matt
2011-06-20Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff.matt
2011-06-19move compat splN calls to intr.h where they belong.matt
2011-06-19Use __builtin_clz instead of cntlzwmatt
2011-06-18Make a common genassym.cf (powerpc/genassym.cf) and thenmatt
2011-06-18struct device * -> device_tmatt
2011-06-17intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.matt
2011-06-05struct device * -> device_t, struct cfdata * -> cfdata_tmatt
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-01-20Add missing is_a600() definition, used by amiga devices.phx
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2011-01-14Include new bppcsc(4) driver from amiga.phx
2010-12-19Fixed serial RBF interrupt.phx
2010-12-19The 604e User's Manual states that the PLL_CFG settings are compatible withphx
2010-12-19Identify another type of BPPC correctlyjandberg
2010-11-13Don't pull in huge sys/device.h definitions.uebayasi
2010-11-01Fixed overflow in cpu clock calculation and printing of the cpu revision.phx
2010-10-18Include new IOBZCLOCK option to make amiga/dev/ioblix_zbus.c compile again.phx
2010-05-21Some code cleanup and style guide compliance.phx