summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1998-12-05finally, i block mapped the io space, so bus.h is kind of fake now, just *(h ...Michael Shalayeff
1998-12-04regenMichael Shalayeff
1998-12-04rm all of themMichael Shalayeff
1998-12-04typo, some more numberless 800 machinesMichael Shalayeff
1998-12-04regenMichael Shalayeff
1998-12-04typoMichael Shalayeff
1998-12-02use more memory for lance; performance enhancementTheo de Raadt
1998-12-01define *reg structures; m-include protect; copyrightMichael Shalayeff
1998-12-01define MD ptrace definitions; copyrightMichael Shalayeff
1998-12-01derive from sys/conf/GENERICMichael Shalayeff
1998-11-30zero confargs before device scan, less verbose printing for probed deviceMichael Shalayeff
1998-11-30some isa_machdep.hMichael Shalayeff
1998-11-30s/iot/ca->ca_iot/Michael Shalayeff
1998-11-30some eisa_machdep.hMichael Shalayeff
1998-11-30regenMichael Shalayeff
1998-11-30fix 712 #3 model to be a 712/80i, shorten processor-dependent mem module, fix...Michael Shalayeff
1998-11-30some more devices, add isa/eisa remove some unneeded filesMichael Shalayeff
1998-11-30fix mem0, cpu0 (there could be only oneMichael Shalayeff
1998-11-28SMC on isapnpTheo de Raadt
1998-11-24OPAL has been dead since, like, forever..Niklas Hallqvist
1998-11-24put kvtop() here, since it needs virtual_avail as the endMichael Shalayeff
1998-11-24deal with busses which misidentify; enami@netbsdTheo de Raadt
1998-11-23regenMichael Shalayeff
1998-11-23some more 715th and 725th, better descriptionsMichael Shalayeff
1998-11-23some bus.hMichael Shalayeff
1998-11-23pasto in last commitTodd C. Miller
1998-11-23add missing done: label so this actually compilesTodd C. Miller
1998-11-23more reasonable VM_MAX_KERNEL_ADDRESSMichael Shalayeff
1998-11-23get closer to the interrupt handling timesMichael Shalayeff
1998-11-23cpu_intr_establish() protoMichael Shalayeff
1998-11-23proper m-include protection, some minor cleanupsMichael Shalayeff
1998-11-23interrupt nowMichael Shalayeff
1998-11-23ok, go in. we'll sync you later w/ asp and lasiMichael Shalayeff
1998-11-23some barebone driver for HWPC010(maybe others too) EISA adapter(s)Michael Shalayeff
1998-11-23merge all PDC stuff in one fileMichael Shalayeff
1998-11-23some GSC bus adapters; WAX is not ready yetMichael Shalayeff
1998-11-21deal with d_secpercyl insanityTheo de Raadt
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow negative...Todd C. Miller
1998-11-21return -1 for mmap stub, not 0; mrg@netbsd.orgTodd C. Miller
1998-11-21return -1 for negative mmap offset; mrg@netbsd.orgTodd C. Miller
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow negative...Todd C. Miller
1998-11-20careful mmapTheo de Raadt
1998-11-20marc did not test this completelyTheo de Raadt
1998-11-20careful off handling in mmap routinesTheo de Raadt
1998-11-20Add cast, from NetBSD.Jason Downs
1998-11-20make _MCOUNT_DECL non-static so the compiler doesn't bitch andMarco S Hyman
1998-11-18Add rlphy driverJason Wright
1998-11-17Add adw driver.Jason Downs
1998-11-16Fix attribute handling. FromTobias Weingartner
1998-11-16save a bit of space; theo.Jason Wright