summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-01-23Fixes to update to that the powerpc port builds again.Dale S. Rahn
These change were necessary due to the following changes: The change/import of the "generic" isa/pcppi driver. The powerpc port currently has it's own copy of that driver. The two versions need to be merged. The parameter changes to cpu_set_kpc. The powerpc change was not quite correct.
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
work again
1999-01-21Fix my com/pccom thinkoNiklas Hallqvist
1999-01-21just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-21doh, wrong dirTodd C. Miller
1999-01-21libc_r includes machine/spinlock.h so create a dummy that just includes ↵Todd C. Miller
m68k/spinlock.h
1999-01-20s/MAX_PID/HPPA_MAX_PID/gMichael Shalayeff
1999-01-20yes, some moreMichael Shalayeff
1999-01-20cleanup some rudimentariesMichael Shalayeff
1999-01-20pccom is i386 only, com can be attached from mi-land thoughNiklas Hallqvist
1999-01-20Yep, our pcmcia framework works on amigas too :-)Niklas Hallqvist
I also added aic and ep, although they are untested.
1999-01-20Add dummy versions of bus_space_{alloc,free}Niklas Hallqvist
1999-01-20setregs does not reset stack anymoreNiklas Hallqvist
1999-01-20Clear regs on process startup; from NetBSDNiklas Hallqvist
1999-01-20Remove stack reset that was incompatible with kthread rfork useNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-16clean up subspaces somewhatMichael Shalayeff
1999-01-16use right defines for eiem, some cleanupMichael Shalayeff
1999-01-13100Mb ethernet (finally)kstailey
1999-01-13Add common NE2000 attachmentNiklas Hallqvist
1999-01-13RCSIdsNiklas Hallqvist
1999-01-11make it fitTheo de Raadt
1999-01-11pass dmatag in confargsMichael Shalayeff
1999-01-11ASP prom offset for an lan stattion idMichael Shalayeff
1999-01-11Up-to-dateNiklas Hallqvist
1999-01-11Import of CMU's RAIDframe via NetBSD.Niklas Hallqvist
1999-01-11Stylistic cleanup. Addition of a common ISA NE2000 attachment.Niklas Hallqvist
Addition of the forgotten sequencer pseudo-device.
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11Add pnic driverJason Wright
1999-01-10Add vr driverJason Downs
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08Add support for mx cardsJason Wright
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-08This one is not ours eitherNiklas Hallqvist
1999-01-08Not supported by usNiklas Hallqvist
1999-01-08Add nsphyNiklas Hallqvist
1999-01-08s/pcppi/pckbc/ due to conflict with "real" pcppi and as a step towardsNiklas Hallqvist
sys/dev/pckbc. Will probably still not coexist with pcppi but now alpha at least configs. I will come back here anyday and improve.
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-08global decl for *intr() routines, plus add INET6Theo de Raadt
1999-01-07move uint*_t to machine/types.hTodd C. Miller
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 (;