summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips
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-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-13Remove MIPS3_L2CACHE_ABSENT.sekiya
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-11-08Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00simonb
2003-10-27Set the CPU frequency parameters from YAMON if available, and fall backsimonb
2003-10-27Add a function to query YAMON for the CPU frequency, and set up thesimonb
2003-10-27Remove useless call to consinit().simonb
2003-10-25Oops, need "dev/ata/files.ata" too now for umass.simonb
2003-10-25Include "dev/scsipi/files.scsipi".simonb
2003-10-25This is now a duplicate of the PB1000 config file, remove it.simonb
2003-10-25Update comment that this kernel config file is for the DBAu1x00 boards too.simonb
2003-10-25Fix comment for COMPAT_16.simonb
2003-10-25Add COMPAT_16 where missing.simonb
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-08Add new per-chip pciide drivers.bouyer
2003-10-08add atabus.bouyer
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-08-22create /dev/cryptoitojun
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-07-04Nuke the "alchemy_info" stuff, and just use the dev_propdb to setthorpej
2003-06-27Conditionalize usage of the COM_HW_HAYESP constant on COM_HAYESP.he
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-05-25Use common mips/softintr.c for softintr(9) on evbmips.tsutsui
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-05Move definition of ISA_DMA_BOUNCE_THRESHOLD to dev/isa/isareg.h.fvdl
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-25Add ksyms device major.ragge
2003-04-16Nake return values from bounds_check_with_label() conform to the manbouyer
2003-04-10Bye Bye UCONSOLEchristos
2003-04-03To get this kernel to link as well, enable ``usb* at ohci?'' line.he
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01Add wscons to files.pb1000 in case someone wants to plug a kbd/mousehpeyerl
2003-04-01route a clock to the USB Host peripheral. includes code to configurehpeyerl
2003-04-01add defines for high/low level triggered interrupts (need this in au_icu.c)hpeyerl
2003-03-19Spell 'strategy' correctly.simonb
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej