summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt
1999-01-07Take advantage of kernel printf %bJason Wright
1999-01-06support lebuffer devices on sparc ramdiskTheo de Raadt
1999-01-06fix for "halt -p" and BIOS goes "no disk drives"kstailey
1999-01-05be extra careful to not divide by zero; more arches to comeTodd C. Miller
1999-01-04better cache handling in bus_space_barrier(), seem to work nowMichael Shalayeff
1999-01-03ie driver, needs MI part, which involves sparc testing and (most likely) ↵Michael Shalayeff
i386 rewrite hehe (;
1999-01-03fix uncompilableMichael Shalayeff
1999-01-03implement bus_space_{un,}map w/ extentsMichael Shalayeff
1999-01-03add pmap_changebit(); fix pmap_enter() so it handles mapping's PA changesMichael Shalayeff
1999-01-02sysbeep + com->pccomNiklas Hallqvist
1999-01-02Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd:Niklas Hallqvist
pcppi0 at isa? sysbeep0 at pcppi?
1999-01-02Remove old spkr attachment. If you want a new spkr device do:Niklas Hallqvist
pcppi0 at isa? spkr0 at pcppi?
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1999-01-01some traps, heheMichael Shalayeff
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will ↵Theo de Raadt
still fail in some cases
1998-12-31STI graphicsMichael Shalayeff
1998-12-30machdep; more work neededMichael Shalayeff
1998-12-30fix pmap_steal_memory - related things:Michael Shalayeff
shudup vm_page_bootstrap about "lost pages" always use pmap_steal_memory() to allocate from block-mapped area add pmap_steal_memory debugging flag
1998-12-29assign interruptsMichael Shalayeff
1998-12-29sti graphics does not need rasterMichael Shalayeff
1998-12-29add bus_space_barrier() protoMichael Shalayeff
1998-12-29help MI codeMichael Shalayeff
1998-12-29fix special tr* registers names, spaces vs tabsMichael Shalayeff
1998-12-29make fcacheall(), ptlball() void on args, so anybody can call 'emMichael Shalayeff
1998-12-29utilize PDC_ALIGNMENTMichael Shalayeff
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