summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand
AgeCommit message (Collapse)Author
2001-04-10Decrement open_count in netclose(); this fixes the bug which causedBrandon Creighton
boot to halt on boot attempts after a failed network boot attempt. Also, prototype netmountroot() and return 0 in netclose().
2001-04-01Pick up a change from NetBSD:Hugh Graham
: date: 2000/04/28 00:08:51; author: matt; state: Exp; lines: +2 -2 : Dump NRCV to 8 from 5. Note that a 8K NFS reply takes 6 full size : Ethernet packets so the chances are that if the server was fast enough : this driver would continuously lose one of the fragments. Eventually : causing the kernel load to fail. Add 2 extra for random ARP or other : packets that might be picked up.
2001-01-28BTYP_1303 is supported now.Hugh Graham
2000-11-25Everyone seems to hit the wrong key first time. Change the abort bannerHugh Graham
wording to something unambiguous.
2000-11-25make room for a 16 slice disklabelHugh Graham
2000-10-04nothing uses this variableBrandon Creighton
2000-10-04push the right # of registers with pushr.Brandon Creighton
also removed some useless instructions
2000-10-04better (relative) definition of ${S}Brandon Creighton
undef SAREL
2000-10-04do not mess with rpb once it's initializedBrandon Creighton
2000-10-04- don't reassign rpb here, it is done elsewhereBrandon Creighton
- add code for VAX_BTYP_1303 systems, tested so far on hugh@'s ka53
2000-10-04add 53c94 to devsw/cnvtabBrandon Creighton
2000-10-04- add a romopen() here (just initializes rom_softc and devdata)Brandon Creighton
- check for VAX_TYP_MARIAH and BDEV_SDN (53C94 scsi) - use XXRPB instead of boothowto
2000-10-04eliminate some confusion between rpb and howto -- also make sure thatBrandon Creighton
the "dev()filename" notation is parsed.
2000-10-04relocate rpb higher in memory; move it out of the way of the incomingBrandon Creighton
kernel
2000-06-01gcc might use something like autoincremented registers here, which willBrandon Creighton
not work, so change the constraint for an argument
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page ↵Theo de Raadt
install...
2000-05-01fix countdown for vs4000{/60,/90,VLC} -- from netbsdBrandon Creighton
2000-04-27forgot these, oopsBrandon Creighton
2000-04-27sync with netbsd -- this involved rearranging things for sanity reasonsBrandon Creighton
and because separate builds of libsa are done. this is a pretty nice bootloader.
1998-05-14We are OpenBSD. That and international :-)Niklas Hallqvist
1998-05-13Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size.Niklas Hallqvist
1998-05-11Lots of changes to make obj dirs and cross-compilation workNiklas Hallqvist
1998-05-11We need a string.h with a NULL define to please libsa, weirdNiklas Hallqvist
1998-05-11strn?cmp defined in libsa, disable these here temporarily. We might wantNiklas Hallqvist
them later as they are probably faster, being hand-assembled.
1998-05-11Do not use userland headersNiklas Hallqvist
1998-05-11stand.h defines min, no need for it hereNiklas Hallqvist
1998-02-03Sync with NetBSD 970827. Forgot this one last time. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
1996-09-27Opps, add OpenBSD tag. -mojMats O Jansson
1996-09-27Allow make obj. -mojMats O Jansson
1996-07-31kernel is /bsdTheo de Raadt
1996-05-03sync w/ 0430Michael Shalayeff
1995-12-30from ragge: Create libkern as a .a instead of a .o fileTheo de Raadt
1995-10-26update from netbsd treeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt