summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Collapse)Author
1998-09-04 o check lseek return valuesTodd C. Miller
o better error messages on read failure o use SEEK_SET, not 0 in lseek
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
working disk(controller, scsiid, partitionnum)kernel format.
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 ↵Todd C. Miller
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
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
more stable now, but by no means production-strong. A lot of code from NetBSD.
1998-07-01NetBSD sync.Angelos D. Keromytis
1998-07-01Add pciide_machdep.c; that file is taken from NetBSD (forgot toAngelos D. Keromytis
mention in previous commit).
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
1998-06-29isa_intr_check(), alpha style.Jason Downs
1998-06-28I'm clearly having problems with cut-and-paste today.Angelos D. Keromytis
1998-06-28More defines from NetBSD.Angelos D. Keromytis
1998-06-28Oops, cut and pasted a bit too much.Angelos D. Keromytis
1998-06-28Extend struct cia_config, needed for the EB164LX/SX support (and otherAngelos D. Keromytis
things to come), from NetBSD.
1998-06-28Some more defines from NetBSD.Angelos D. Keromytis
1998-06-28Some more system definitions, from NetBSDAngelos D. Keromytis
1998-06-05Comment out text after #endifjanjaap
1998-05-02Fix pastoTodd C. Miller
1998-04-07enable _insque and _remque; donTheo de Raadt
1998-04-04undo unapproved changeTheo de Raadt
1998-04-04Include arch/alpha/support.c required by netiso/netccitt/netnsdon
1998-03-27Messed up configuration, can live without it.Angelos D. Keromytis
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-18Changes, changes.Angelos D. Keromytis
1998-03-18Update.Angelos D. Keromytis
1998-03-18Update.Angelos D. Keromytis
1998-03-18Add an example PC164SX configuration.Angelos D. Keromytis
1998-03-18BROKEN_PROM_CONSOLE is only defined if SANE_PROM is not defined. TheAngelos D. Keromytis
latter can be defined in a kernel config file.
1998-03-17Allow wd and acd device boot.Angelos D. Keromytis
1998-03-08uncomment wdc1 as that's often where atapi cdroms liveTodd C. Miller
1998-03-06main returns intTodd C. Miller
1998-03-05main returns intTheo de Raadt
1998-03-03Add -Wno-main for GCC 2.8Niklas Hallqvist
1998-03-02"Whoops" last commit contained stuff not meant to be committedNiklas Hallqvist
1998-03-01GCC 2.8 -Wall explicit typingNiklas Hallqvist
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-03-01GCC 2.8 type safetyNiklas Hallqvist
1998-03-01unused decl removedNiklas Hallqvist
1998-03-01enable wdc1--cdroms often live there.Todd C. Miller
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
1998-02-28Add IDETodd C. Miller
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-24Support PCI_PRODUCT_CONTAQ_SIO for 164SX. Based on patch by ragge@ludd.luth.se.Todd C. Miller