summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2004-01-06Make these compile again after the latest adjustments.he
2004-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
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-31Simplfy allocation of the channel queue.thorpej
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-16Replace cmd_ioh with cmd_baseioh, to track changes to wdcvar.h, sohe
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Collapse the atabus declaration into "atabus* at ata? channel ?".thorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-09Make libsa build first as other items depend on it (for -j builds)jmc
2003-12-04Dynamic sysctl.atatat
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-08Remove obsolete comments about curproc.tsutsui
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-11-02Extend the #ifdef M68040 so that the `sig' variable declaration is movedhe
2003-11-01g/c local index() routine and switch to (libkern's) strchr()jdolecek
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-28Include <stdlib.h> to pick up exit() prototype.he
2003-10-28Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflicthe
2003-10-28Add include of <string.h> to pick up strlen() prototype.he
2003-10-28Rename those assembly files which should be passed through the Che
2003-10-24add necessary majors for miscellaneous devices, such as missingjdolecek
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-08pciide_machdep.c depends on pciide_common, not pciide.bouyer
2003-10-08Regen: Add new per-chip pciide drivers.bouyer
2003-10-08Add new per-chip pciide drivers.bouyer
2003-10-08Adapt for wdcattach() prototype change.bouyer
2003-10-08Regen: add atabus.bouyer
2003-10-08Add atabus.bouyer
2003-10-08* Shuffle some data structures so, and add a flags word to ksiginfo_t.thorpej
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-29Cast through (void *) to appease gcc3.cl
2003-09-27Cast through (void *) to appease gcc3.cl
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Update for new attach method.mycroft
2003-09-22SA_SIGINFO support for m68k (port specific changes)cl
2003-09-22regencl
2003-09-22add COMPAT_15/COMPAT_16cl
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-09-17add MD part of SA/pthread pagefault handling on all m68k portscl
2003-08-29libsa/bcmp.c now defines both bcmp and memcmpdsl
2003-08-24The new ufs.o also needs memset, so add it.he