summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev
AgeCommit message (Expand)Author
2004-01-10remove forgotten debug printf from development.is
2004-01-06Make these compile again after the latest adjustments.he
2004-01-04Keymap updates.jandberg
2004-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Rename:thorpej
2003-12-31Simplify allocation of the channel queue.thorpej
2003-12-19man/prod id submitted by Pavel Chwalowski in PR 23789.is
2003-12-072nd half of new wdc register mappingis
2003-12-07adapt to the new world of wdc register mappingsis
2003-11-12amidisplaycc.c:jandberg
2003-11-12Fix bug/typo and rewrite some funnily structured code.jandberg
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-01g/c local index() routine and switch to (libkern's) strchr()jdolecek
2003-10-31In sci_scsipi_request, add a splbio() which was erroneously missed whenbouyer
2003-10-25Add polish wscons keymaps for amiga.jandberg
2003-10-08Adapt for wdcattach() prototype change.bouyer
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-22add wscons support to amiga mousejandberg
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-16pass source file name to gpsa, so that gspa could (in theory) embed theis
2003-07-16Update comments.is
2003-07-14rcsidlukem
2003-07-14get rid of printf() warnings in the FDDEBUG case by using the right formataymeric
2003-07-14The second argument to amidisplaycc_setnamedfont() really should be a const.aymeric
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-05-31Use __asm instead of asm, to keep lint happy.kristerw
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-04-18fix fatal typois
2003-04-18iszthreepa() takes a physical address, not a virtual address.is
2003-04-09Use PAGE_SIZE rather than NBPG.thorpej
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-02-10make sure cursor is cleared from old location before drawing in the nextjandberg
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-21Pass proper len to word_zero().bouyer
2003-01-20bzero the part of the buffer used to pad the packet tobouyer
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-17Compiles and works (tested on my A1200) againlonewolf
2003-01-06synchronous, not syncronous.wiz
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-26si_ -> sel_christos
2002-11-01implement separate read/write disk statistics:mrg