summaryrefslogtreecommitdiff
path: root/sys/arch/arc
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-13Remove MIPS3_L2CACHE_ABSENT.sekiya
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-17Remove commented out lines for quite obsolete dev/isa/if_ed.c.tsutsui
2003-11-01Count necpb interrupts with evcnt(9).tsutsui
2003-10-29Switch arc to use MI mc146818 tod driver.tsutsui
2003-10-26Remove -mcpu=r4000 from CFLAGS. It's no longer available on gcc3.tsutsui
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-23Remove OpenBSD and old NetBSD cvs id's; this file now looks nothing likesimonb
2003-10-23De-__P(), remove double RCS/CVS id.simonb
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-21- Use scsibus* at scsi?tsutsui
2003-10-21The 6th argument to extent_create() is size_t, don't pass NULL in it.tsutsui
2003-10-21vaddr_t is not pointer, so don't compare it against NULL.tsutsui
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-15add majors for ipfilter, lkm, vnd, tun, raid, cgd, ccd, and mdjdolecek
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-08- Count jazzio interrupts with evcnt(9).tsutsui
2003-10-08Use mips_dcache_inv_range() for BUS_DMASYNC_PREREAD if possible.tsutsui
2003-10-08Add new per-chip pciide drivers.bouyer
2003-10-08Add atabus.bouyer
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-27Add options COMPAT_16.tsutsui
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-08-30add "makeoptions MACHINE_ARCH=..." in std.* for mips portschs
2003-08-22create /dev/cryptoitojun
2003-08-14If BUS_DMA_ALLOCNOW is specified with nsegments > 1tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-06Add esiop at pci to GENERIC which already have siop at pci.bouyer
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-07-10Rename a large chunk of the make(1) variables which refer to alukem
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
2003-06-19Make sure to call c_nec_eisa_cons_init() also on RISCserver 2200tsutsui
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-15Add isapnp0 at isa and enable working isa/isapnp devices.tsutsui
2003-06-15Remove nonexistent we* at isapnp.tsutsui
2003-06-15Don't enable both pc0 and vga0 at isa.tsutsui
2003-06-15Initialize and use extent maps for ISA bus space allocation.tsutsui
2003-06-14Fix a bug in isabr_dti_intr_status(), as per "re-look this" comment.tsutsui
2003-06-14Add a file definition for isapnp.tsutsui
2003-06-14Set intrtype[] properly.tsutsui