summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
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
2003-08-22create /dev/cryptoitojun
2003-08-21Add memcmp, memmove and bcmp to handle the new ufs.c.he
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-07-27Since everyone uses clock_subr.c (or should, if they don't currently),thorpej
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr