summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
1999-02-04implement __weak_alias macro in ECOFF case tooNiklas Hallqvist
1999-01-13Add common NE2000 attachmentNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08move spinlock.h into the real worldDavid Leonard
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
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
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-05be extra careful to not divide by zero; more arches to comeTodd C. Miller
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will sti...Theo de Raadt
1998-12-28add mtdphy (commented out for now)Jason Wright
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
1998-12-19make alpha ramdisk fitTheo de Raadt
1998-11-24OPAL has been dead since, like, forever..Niklas Hallqvist
1998-11-23pasto in last commitTodd C. Miller
1998-11-23add missing done: label so this actually compilesTodd C. Miller
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-21when mmap'ing check for offset >= size, not just > size and disallow negative...Todd C. Miller
1998-11-11more phys (commented out)Jason Wright
1998-10-06ne driver, rm old NetBSD COMPAT_s and ISA VGAkstailey
1998-10-04Align columns on we,ec & ne entriesNiklas Hallqvist
1998-10-04Use we,ec,neNiklas Hallqvist
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-10-02These have been tested by emory@hellyeah.comNiklas Hallqvist
1998-09-26added xl support. -mojMats O Jansson
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
1998-09-23ne/we/ec driversTheo de Raadt
1998-09-22Add mii layer for alpha (needed by new fxp)Jason Wright
1998-09-21remove slip, add bpf. also remove nfsclient and fddi, so that alpha ramdisk f...Theo de Raadt
1998-09-04 o check lseek return valuesTodd C. Miller
1998-09-04unit numbers should be < 16, not < 8 since we can have wide drivesTodd C. Miller
1998-09-04Kill non-working ultrix-style controller/disk/kernel format and leaveTodd C. Miller
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-04fix type of resid in printfTodd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-07-01First shot for EB164SX/LX support; kernels for those should be muchAngelos D. Keromytis
1998-07-01NetBSD sync.Angelos D. Keromytis
1998-07-01Add pciide_machdep.c; that file is taken from NetBSD (forgot toAngelos D. Keromytis
1998-07-01PCI-IDE interface.Angelos D. Keromytis
1998-07-01Do the right thing with interrupts during autoconfiguration; from NetBSD.Angelos D. Keromytis
1998-07-01let COPTS override -02Theo de Raadt