summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev
AgeCommit message (Collapse)Author
2001-06-27No more old VM on amiga.Artur Grabowski
2001-06-20comment typo. from jsyn@nthought.comNiklas Hallqvist
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-11unifyTheo de Raadt
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts.
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-19Zap some unnecessary defines.Artur Grabowski
2001-02-16zap old timeoutMarc Espie
2001-02-07XXX two horrible abuses of spl.Artur Grabowski
2001-01-25spellingTodd T. Fries
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
"i's" I guess).
2000-12-15ITE_INGRF checks needed, from NetBSD.Marc Espie
Reported by Lars Hecking.
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-09-02Amiga joystick driver. Stylistic comments by Niklas.Marc Espie
Missing documentation yet.
2000-07-22art's typo, getting fed up of these.Marc Espie
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
code and keep old behaviour. (art@ ok)
2000-05-28UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc.Artur Grabowski
2000-05-27Need to include <vm/vm.h> for round_page.Artur Grabowski
2000-04-28Nicer ite3 console.Marc Espie
- sanitize the RGB swapping code, - add limited color support, ala old vt220, - nicer color scheme (whitish text, white bold, blue italic, red cursor...)
2000-02-29This one is for jj: The AriadneII driver, adapted from Bernd Enesti'sNiklas Hallqvist
NetBSD driver
2000-01-24Amiga HW clock code was not Y2K compliant.Marc Espie
Fix (from netbsd).
1999-11-05ite screen blanker, set to 10 minutes by default.Marc Espie
(niklas@ finally looked at the code)
1999-07-27s/disk_pages/scsi_disk_pages/Niklas Hallqvist
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
mode being moved to if_ether.c. This is the last of the drivers hopefully.
1999-03-08Tweak horizontal frequency higher so that fringe case (basic SVGA + oldMarc Espie
picassoII) work.
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-11-03Update audio_hw_if.Jason Downs
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-08-04fix type of resid in debugging printfTodd C. Miller
1998-07-19do not force single if rd rootTheo de Raadt
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-03-01make int explicit for GCC 2.8 -WallNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-03-01GCC 2.8 -Wall + a little KNFNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-02-23Some NetBSD merge changes I have had lying around for quite a whileNiklas Hallqvist
1998-02-22This has been in my tree for a *very* long time. cua devices like onNiklas Hallqvist
the com devices and sparc zs ones. This replaces the old broken dialin/out mechanism.
1998-02-22Merge in NetBSD changes (HUPCL handling and providing current speedNiklas Hallqvist
for SCSI drivers to check)
1998-01-15Stupid merge error. Thanks to Michael Shuldman <michaels@eunet.no>.Niklas Hallqvist
1998-01-08Rename to if_le_zbus.c. Done behind cvs' back.Niklas Hallqvist
1998-01-07Put back old Ariadne support, save new merged le driver until laterNiklas Hallqvist
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-09-18Merge of NetBSD changes upto last week or so, with the exception of stand/Niklas Hallqvist
1997-09-11from NetBSD: new and altered devices, some reorgNiklas Hallqvist