summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
1997-10-07extern of regdump until after 2.2 when it'll be in m68k/cpu.hNiklas Hallqvist
1997-10-07Put regdump.c here until after 2.2 when it will beNiklas Hallqvist
put in m68k/conf/files.m68k
1997-10-07NetBSD's new MI audio framework, but still only available for amiga,Niklas Hallqvist
after release it will replace our old MI stuff. Things brings audio to amiga out-of-the box.
1997-10-07Move dumpconf, and make swapconf more standardNiklas Hallqvist
1997-10-07Prototype correctness, lose statics, and fix styleNiklas Hallqvist
1997-10-07indentNiklas Hallqvist
1997-09-21Remove cruftNiklas Hallqvist
1997-09-19Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER)Niklas Hallqvist
1997-09-18Merge of NetBSD changes upto last week or so, with the exception of stand/Niklas Hallqvist
1997-09-17It is indeed tricky to get all bus accesses right when factoring outNiklas Hallqvist
the canonical form for all the three bus access interfaces amiga ave now
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-09-15kill Locore.cTheo de Raadt
1997-09-11from NetBSD: new and altered devices, some reorgNiklas Hallqvist
1997-09-11from NetBSD: Do not go to spl0 while pollingNiklas Hallqvist
1997-09-10indentation from NetBSDNiklas Hallqvist
1997-09-10more s/amiga_/m68k_/ from NetBSDNiklas Hallqvist
1997-09-09KNF return nitsNiklas Hallqvist
1997-09-09Make the bus_addr_t shift amount in addr calculations dynamicNiklas Hallqvist
1997-09-09From NetBSD: not used after this mergeNiklas Hallqvist
1997-09-09From NetBSD: s/vm_pmap/vm_map.pmap/Niklas Hallqvist
1997-09-09From NetBSD: s/vm_pmap/vm_map.pmap/Niklas Hallqvist
1997-09-09NetBSD RCS Id updateNiklas Hallqvist
1997-09-09s/amiga_/m68k_/; from NetBSDNiklas Hallqvist
1997-09-09make mmmap type-correct; from NetBSDNiklas Hallqvist
1997-09-08From NetBSD: use m68k_trunc_pageNiklas Hallqvist
1997-09-08From NetBSD: Correct delaydivisor for 030. s/amiga_round_page/m68k_round_pageNiklas Hallqvist
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-08Initialize hwreset.Jason Downs
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-20Merge common m68k trap handling changes from NetBSDNiklas Hallqvist
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-05-29small style nitsNiklas Hallqvist
1997-05-29Slight KNFNiklas Hallqvist
1997-05-29We are OpenBSDNiklas Hallqvist
1997-05-29Correct commentNiklas Hallqvist
1997-05-18Trim!Niklas Hallqvist
1997-05-16remove stuff found in sys/conf.hNiklas Hallqvist
1997-05-14Add RAMDISKNiklas Hallqvist
1997-05-14ramdisk support, forgot this last roundNiklas Hallqvist
1997-05-13slight code reorgNiklas Hallqvist
1997-05-13slight KNFNiklas Hallqvist
1997-05-132.1 + KNF + some trimming to fitNiklas Hallqvist
1997-05-13Fix IPFILTER & ramdisk configuration infoNiklas Hallqvist
1997-05-13Add ramdisk config stuffNiklas Hallqvist
1997-05-13Add ramdisk devices + some cleanupNiklas Hallqvist
1997-05-04Reality updateNiklas Hallqvist
1997-04-29disable the datacache on Apollo cards for this release it would seem.michaels
1997-04-10Do block/sector handling like the other portsNiklas Hallqvist
1997-04-10SunOS emulation trap#2 handling from NetBSD (gwr via scottr)Niklas Hallqvist