summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Expand)Author
1999-03-08Tweak horizontal frequency higher so that fringe case (basic SVGA + oldMarc Espie
1999-03-05Add forgotten file, espie@ has checked it compilesNiklas Hallqvist
1999-03-02TypoMarc Espie
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-20Yep, our pcmcia framework works on amigas too :-)Niklas Hallqvist
1999-01-20Add dummy versions of bus_space_{alloc,free}Niklas Hallqvist
1999-01-20Clear regs on process startup; from NetBSDNiklas Hallqvist
1999-01-20Remove stack reset that was incompatible with kthread rfork useNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-11-03Update audio_hw_if.Jason Downs
1998-10-05Obsoleted by new ISA drivers, finallyNiklas Hallqvist
1998-10-05Update the API to be more compatibe with NetBSD, but also add new extensions:Niklas Hallqvist
1998-10-04No more name clashes since ed disappeared from the isa worldNiklas Hallqvist
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
1998-09-16o if_media'fied am7990Jason Wright
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-13Make loadbsd aware of poolmem (mainly, kill poolmem before scanning theMarc Espie
1998-08-04fix type of resid in debugging printfTodd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-07-20typo & warnings make gcc unhappy.Marc Espie
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-04-26Get audio framework from MI-land, scrap the local variant. Some NetBSD mergingNiklas Hallqvist
1998-04-17s/inline/__inline/ for X11's sake (-ansi)Niklas Hallqvist
1998-04-09From netbsd: detect clock correctly, fix order of zbus probeNiklas Hallqvist
1998-04-05Remove old config files, not maintained in quite a whileNiklas Hallqvist
1998-04-05s/if_le/if_le_zbus/Niklas Hallqvist
1998-04-04Yay! This fixes a bug that has been there since day one of the amiga port.Niklas Hallqvist
1998-03-30Get includes from the right place for .g compilationsNiklas Hallqvist
1998-03-30Size the KPT area depending on physmem; from is@netbsd.org. KNF tooNiklas Hallqvist
1998-03-29Updated to compile with recent AmigaOS Geek Gadgets toolchain,Marc Espie
1998-03-26typo in last commitNiklas Hallqvist
1998-03-26Amiga works more stably with the old MAX_KMAP* entries, besides theyNiklas Hallqvist
1998-03-26Use new defs from MI endian.h for swapping, remove registerNiklas Hallqvist
1998-03-26Some KNFNiklas Hallqvist
1998-03-26Remove register specifiers, add one explicit intNiklas Hallqvist
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-03-01GCC 2.8 requires explicit typesNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist