summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt
AgeCommit message (Expand)Author
2004-01-07Pass some info from the boot loader to the kernel:cdi
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-14Include <bsd.own.mk> at the top so that machine-links are also createdtsutsui
2003-12-14Change unit and part variables for wd from u_int8_t to u_int.tsutsui
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-13Adapt to rename of WDC_CAP_LBA48 to ATA_CMD2_LBA48 in atareg.h,he
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-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Add COMPAT_16 where missing.simonb
2003-10-21- Use one 'atabus* at ata?' instead of multiple 'atabus* at XXXide? channel ?'tsutsui
2003-10-17Change console code to use cninit() and null console. Add serial consolecdi
2003-10-14Add options COMPAT_16.tsutsui
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 atabusbouyer
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-10-08Remove tokens at the end of #undef.simonb
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-09-12Use common mips generic software interrupt routines.tsutsui
2003-09-12Remove a redundant function declaration.tsutsui
2003-09-12Protect against multiple inclusion.tsutsui
2003-09-12TAB/space cleanup.tsutsui
2003-09-07Fix typo.tsutsui
2003-08-30add "makeoptions MACHINE_ARCH=..." in std.* for mips portschs
2003-08-22create /dev/cryptoitojun
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-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-25Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting offcdi
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
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-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-26Add pseudo-device ksyms.ragge
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