summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-30Fix various pmap_extract() buglets:Miod Vallat
2008-09-22Do not dereference an uninitialized pointer if a rogue, unknown type of boardMiod Vallat
2008-08-30replace TRUNC_PAGE by trunc_page and ROUND_PAGE by round_pageMartin Reindl
2008-08-30Code refactorization and state structure changes in preparation of asynchronousMiod Vallat
2008-08-30no need to include uvm/uvm.h twiceMartin Reindl
2008-08-26Stylus pressure sensor is active low, so invert the logic converting itMiod Vallat
2008-08-26When using the not-documented-but-ought-to 'boot sd(...)file' syntax (e.g.Miod Vallat
2008-08-24Define a proper wsdisplay type for legss(4).Miod Vallat
2008-08-24vsbus machines also have modem control bits on line #2, no need to fake them.Miod Vallat
2008-08-24Writing to the DTR register on KA60 resets the TCR register behind our back.Miod Vallat
2008-08-24typoMiod Vallat
2008-08-24Correct dmesg, do not mention dz is the console device if running withMiod Vallat
2008-08-23Slight speed improvement by using byte accesses on word boundaries for allMiod Vallat
2008-08-23Pick the correct host adapter id from nvram.Miod Vallat
2008-08-22Let lkms(4) support VSXXX-AB tablets in addition to the mice it alreadyMiod Vallat
2008-08-22Instead of spewing error messages about link status, support link statusTheo de Raadt
2008-08-20Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limitedMiod Vallat
2008-08-20Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1.Miod Vallat
2008-08-20Don't copy interesting parts of struct scsi_xfer to a read only internalMiod Vallat
2008-08-20Attach led0 on ka60, and display system load on the front panel.Miod Vallat
2008-08-20Oops, previous console changes would initialize serial console on lines 0Miod Vallat
2008-08-18Forgot to add this file, needing for KA60 support.Miod Vallat
2008-08-18Now that KA60 support is in, include the proper header files instead ofMiod Vallat
2008-08-18Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations,Miod Vallat
2008-08-18Some uglyness to allow both uba_common.h and ubareg.h to be included;Miod Vallat
2008-08-18Increment device interrupt event counter when redispatching an interrupt.Miod Vallat
2008-08-18Preparing for KA60 support, crank IPL_TTY to level 0x16 (since it isMiod Vallat
2008-08-18Move common CVAX defines and code (internal cache IPR, SSC layout, machineMiod Vallat
2008-08-18Make hardclock() a cpu_dep member. Most machines will use the genericMiod Vallat
2008-08-18Shuffle the dz console code (both serial and keyboard) to be more independentMiod Vallat
2008-08-15Make the DZ_{READ,WRITE}_{BYTE,WORD} macros visible outside of dz.c, forMiod Vallat
2008-08-15Fix array index computation in the machine check handler. Gives fatal bus errorsMiod Vallat
2008-08-15In dzcninit(), do not forget to enable the receiver in addition to theMiod Vallat
2008-08-15Move the vxt-specific clock functions frow clock.c to the cpu-specific supportMiod Vallat
2008-08-15Correct disassembly of the start of a function: fix display layout and skipMiod Vallat
2008-08-15Remove unused and incomplete vax_bus_t enum, and unused vaxbus_dma_get_tag()Miod Vallat
2008-08-15Rename the cpu_dep hook ``steal_pages'' to ``init'', as it serves as anMiod Vallat
2008-08-14convert the last traces of btoc/ctob macrosMartin Reindl
2008-08-12Figured out where the prom console routines are on KA60 and how to invokeMiod Vallat
2008-08-10Add support for the VAXstation 3[58][24]0 to the bootblocks, currentlyMiod Vallat
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-07-21vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX dMartynas Venckus
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-24On user/kernel shared page table machines, do not let processes map theirTheo de Raadt
2008-06-14A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)Michael Knudsen