summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-12-29memoryMichael Shalayeff
1998-12-29no microtime() yetMichael Shalayeff
1998-12-29Viper mem/mainbus controller definitionsMichael Shalayeff
1998-12-29some cpuMichael Shalayeff
1998-12-29-a don't work yetMichael Shalayeff
1998-12-29some *machdep stuffMichael Shalayeff
1998-12-29first cut at a bpp driver; mailed to me by downsj eons agoTheo de Raadt
1998-12-28cleanup and commentsMichael Shalayeff
1998-12-28Small hack to pass out VM86 traps using a siginfo field.Jason Downs
(There is no other way in our kernel.) VM86 applications must use real sigaction handlers with SA_SIGINFO in order to get their traps.
1998-12-28add mtdphy (commented out for now)Jason Wright
1998-12-27non-working isapnp aha supportTheo de Raadt
1998-12-27ne* at isapnp?Theo de Raadt
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
for machines low on interrupts. work by fgsch, and myself
1998-12-23remove bogus CACHE_LINE_SIZEMichael Shalayeff
1998-12-23remove bogus gkd.hMichael Shalayeff
1998-12-23remove bogus commentsMichael Shalayeff
better inline for spl{hign,low} inline splx(), which is 5 insn long, and call would add 2-3 more, which is 50% loss (not that "small or none" as it was in those (see above) comments)
1998-12-23this is to shutup binutilsMichael Shalayeff
1998-12-23less files and options (;Michael Shalayeff
1998-12-22only define le_softc variables ifdef SUN4M; C. W. Wilkerson ↵Jason Wright
(wilker@purdue116.gte.net).
1998-12-19make alpha ramdisk fitTheo de Raadt
1998-12-16Part of remove to get rid of unwanted directoriesSteve Murphree
1998-12-16cast multipliers in boot record byte offset calculation toMichael Shalayeff
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x!
1998-12-15This fixed a number of things. A serious bug in bugcrt.c's initial stackSteve Murphree
among other things.
1998-12-15Added sdcrt.c to make bootxx and bootsd work.Steve Murphree
1998-12-15Greatly improved tapeboot. From mvme68k.Steve Murphree
1998-12-15Commint for the first real mvme88k OpendBSDSteve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k port.Steve Murphree
1998-12-15Commit for the first working mvme88k port.Steve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k kernel.Steve Murphree
1998-12-14ss20 machines which claim to have SBUS_BURST_64 are lyingTheo de Raadt
1998-12-14Do clamping of dvma burst size like everything elseJason Wright
1998-12-14remove bogus^H^H^H^H^Hconstant cache line size definitionMichael Shalayeff
1998-12-14add lan_station_id structMichael Shalayeff
1998-12-13be more careful with media handlingsTheo de Raadt
1998-12-13implement some more of those write_multi routines; also some 64 bit onesMichael Shalayeff
1998-12-13define HPA regionMichael Shalayeff
1998-12-13use PDC_ALIGNMENT; oopsMichael Shalayeff
1998-12-13PDC_ALIGNMENT; remove global chasdataMichael Shalayeff
1998-12-13define PDC arguments alignmentMichael Shalayeff
1998-12-13take advantage of IO space equal mappingMichael Shalayeff
1998-12-08fix kvtop() according to the recent changes of mapping IO space equallyMichael Shalayeff
1998-12-05some locore.SMichael Shalayeff
1998-12-05define INT_IO and INT_ALL masks for spl*() macros to useMichael Shalayeff
1998-12-05some db_machdep.hMichael Shalayeff
1998-12-05do elf and som, no a.out and ecoffMichael Shalayeff
1998-12-05some cleanupMichael Shalayeff
1998-12-05btlb_insert() now returns slot number, heartbeat() and cpu_gethpa(to get ↵Michael Shalayeff
cpu#0 HPA) prototypes
1998-12-05fake bus_space_barrier()Michael Shalayeff
1998-12-05MD swapX macros, not enabled yetMichael Shalayeff
1998-12-05dumb mcont() for nowMichael Shalayeff