Age | Commit message (Expand) | Author |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2008-12-21 | During early device probes, make sure to iounaccess() address ranges when | Miod Vallat |
2008-12-21 | add option COMPAT_35, needed by COMPAT_VAX1K | Miod Vallat |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-22 | #if INET => #ifdef INET | Marco Pfatschbacher |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-10 | Use the MI random() for all cases; no need for a MD version since it | Theo de Raadt |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-10-09 | Use ether_ioctl(). | Brad Smith |
2008-10-09 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-30 | Fix various pmap_extract() buglets: | Miod Vallat |
2008-09-22 | Do not dereference an uninitialized pointer if a rogue, unknown type of board | Miod Vallat |
2008-08-30 | replace TRUNC_PAGE by trunc_page and ROUND_PAGE by round_page | Martin Reindl |
2008-08-30 | Code refactorization and state structure changes in preparation of asynchronous | Miod Vallat |
2008-08-30 | no need to include uvm/uvm.h twice | Martin Reindl |
2008-08-26 | Stylus pressure sensor is active low, so invert the logic converting it | Miod Vallat |
2008-08-26 | When using the not-documented-but-ought-to 'boot sd(...)file' syntax (e.g. | Miod Vallat |
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat |
2008-08-24 | vsbus machines also have modem control bits on line #2, no need to fake them. | Miod Vallat |
2008-08-24 | Writing to the DTR register on KA60 resets the TCR register behind our back. | Miod Vallat |
2008-08-24 | typo | Miod Vallat |
2008-08-24 | Correct dmesg, do not mention dz is the console device if running with | Miod Vallat |
2008-08-23 | Slight speed improvement by using byte accesses on word boundaries for all | Miod Vallat |
2008-08-23 | Pick the correct host adapter id from nvram. | Miod Vallat |
2008-08-22 | Let lkms(4) support VSXXX-AB tablets in addition to the mice it already | Miod Vallat |
2008-08-22 | Instead of spewing error messages about link status, support link status | Theo de Raadt |
2008-08-20 | Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited | Miod Vallat |
2008-08-20 | Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1. | Miod Vallat |
2008-08-20 | Don't copy interesting parts of struct scsi_xfer to a read only internal | Miod Vallat |
2008-08-20 | Attach led0 on ka60, and display system load on the front panel. | Miod Vallat |
2008-08-20 | Oops, previous console changes would initialize serial console on lines 0 | Miod Vallat |
2008-08-18 | Forgot to add this file, needing for KA60 support. | Miod Vallat |
2008-08-18 | Now that KA60 support is in, include the proper header files instead of | Miod Vallat |
2008-08-18 | Add support for the ``Firefox'' VAXstation 3520/3540/3820/3840 workstations, | Miod Vallat |
2008-08-18 | Some uglyness to allow both uba_common.h and ubareg.h to be included; | Miod Vallat |
2008-08-18 | Increment device interrupt event counter when redispatching an interrupt. | Miod Vallat |
2008-08-18 | Preparing for KA60 support, crank IPL_TTY to level 0x16 (since it is | Miod Vallat |
2008-08-18 | Move common CVAX defines and code (internal cache IPR, SSC layout, machine | Miod Vallat |
2008-08-18 | Make hardclock() a cpu_dep member. Most machines will use the generic | Miod Vallat |
2008-08-18 | Shuffle the dz console code (both serial and keyboard) to be more independent | Miod Vallat |
2008-08-15 | Make the DZ_{READ,WRITE}_{BYTE,WORD} macros visible outside of dz.c, for | Miod Vallat |