summaryrefslogtreecommitdiff
path: root/sys/arch/prep
AgeCommit message (Expand)Author
2004-01-06Make these compile again after the latest adjustments.he
2004-01-05Use memset() for "Clear all of BSS".nonaka
2004-01-05reduce program size.nonaka
2004-01-05Use 32bit daddr_t.nonaka
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-31Simplify allocation of the channel queue.thorpej
2003-12-30Fix PowerPC ports build with KGDB.manu
2003-12-12Add a .WAIT after common so libs get built before they're neededjmc
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04Catch up with the recent changes in wdcvar.h, patterned after wdc_isa.c.he
2003-11-27sync with news68k:tsutsui
2003-11-24Remove obsolete MD mcclock files.tsutsui
2003-11-24Set mcclock to BCD mode as before. Tested on 7248-133 43P.tsutsui
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-01- Adapt mkclock_isa.c to MI mk48txx(4) changes.tsutsui
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-24Add back spkr.hmatt
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-10-19Add COMPAT_16.kleink
2003-10-19Make this compile as a tool; we need to pick up the target'she
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
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-08Add atabus.bouyer
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-06Include <string.h> for memset and memcmp prototypes.he
2003-10-06Include libkern.h to get definitions for strcpy, strlen, and memset.he
2003-10-06Remove argument list from #undef of divrnd macro; fall-out from gcc3?he
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-30Add -ffreestandingmatt
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-09-03Move CLKF_BASEPRI to machine specific <intr.h> file since it depends onmatt
2003-08-22add udav*itojun
2003-08-22create /dev/cryptoitojun
2003-08-12Remove SPILLSTK leftovers.matt
2003-08-10Call prep_bus_space_init() and consinit() after oea_batinit() and oea_init()tsutsui
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-31Add #define _NOREGNAMES (to suppress asm.h from #define r1 1 ...)matt
2003-07-28Make these build with recent tweaks to powerpc's bus_space(9) by movingscw
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