summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-18Cover rl with #ifdef's and put it to sleep. ZZzz..Hugh Graham
2001-04-17Comment out the 20+ year old rl disk device to make way for the recentlyHugh Graham
2001-04-17Switch a "BGTR foo" to a "BLSS bar; BRW foo; bar:". In this case, theBrandon Creighton
2001-04-10Decrement open_count in netclose(); this fixes the bug which causedBrandon Creighton
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-04-09Add softdep.Hugh Graham
2001-04-09A much tidier layout, from NetBSD.Hugh Graham
2001-04-09Amputate some dead and broken code and rework the rest to do theHugh Graham
2001-04-09Comment out compat vax1k until needed.Hugh Graham
2001-04-01spelling.Hugh Graham
2001-04-01Print KA48 or KA45 as appropriate. Someone with a 4000/vlc or 3100/{3,4}0Hugh Graham
2001-04-01Pick up a change from NetBSD:Hugh Graham
2001-04-01Call VAX_STYP_50 a MicroVAX 3100/85, even though this machine is KA55.Hugh Graham
2001-04-01Changes to initialize the cache on KA690 properly; from Lord Isildur.Hugh Graham
2001-03-22More EMODD work:Brandon Creighton
2001-03-16Add some more model subtypes from Antonio Carlini.Hugh Graham
2001-03-16The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes.Brandon Creighton
2001-03-15wsdisplay/wskbd/wsmouse devicesBrandon Creighton
2001-03-12Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600.Hugh Graham
2001-02-25Code to enable the cache on VS4000/VLC. From mhitch@netbsd.org.Hugh Graham
2001-02-25Use the system subtype field on the SIE to determine if a machine isHugh Graham
2001-02-25Provide both system sub type and system variant data for KA45 and KA48.Hugh Graham
2001-02-24Gone the vsbus route for now.Hugh Graham
2001-02-24Support for VAX 4000/{2,4,5}00 from Michael Kukat. untested.Hugh Graham
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-15Pick up a two liner from netbsd to set offset for SCSI chain B properly.Hugh Graham
2001-02-11Previously, when sendsig() set up the current process's context to runBrandon Creighton
2001-02-11Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus.Hugh Graham
2001-02-06Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90.Hugh Graham
2001-01-30Improve printing of various NVAX models. Similar to work by Michael Kukat.Hugh Graham
2001-01-30Update with SIE data provided by:Hugh Graham
2001-01-30Get DZ on the Cheetah working properly. (argh)Hugh Graham
2001-01-28Print contents of the SID and extension as well as findcpu's guess.Hugh Graham
2001-01-28BTYP_1303 is supported now.Hugh Graham
2001-01-28Basic support for boardtype 1303 (Cheetah) machines.Hugh Graham
2001-01-28CPU specific code for boardtype 1303 (Cheetah) machines.Hugh Graham
2001-01-27g/c superfluous definitions. (millert ok)Hugh Graham
2001-01-08Compare the end of symbol table as passed from boot with the addressHugh Graham
2001-01-07- add EMODD emulation (EMODF) -- this fixes modf() and some libm codeBrandon Creighton
2000-11-25Everyone seems to hit the wrong key first time. Change the abort bannerHugh Graham