Age | Commit message (Expand) | Author |
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat |
2005-04-03 | Simple performance improvements: | Miod Vallat |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-03-29 | Add an apm interface to the tctrl(4) device found on SPARCbooks; currently | Miod Vallat |
2005-03-29 | If a tctrl device is attached, run the keyboard bell through it, since the | Miod Vallat |
2005-03-29 | Display the PCMCIA icon when cards are plugged. | Miod Vallat |
2005-03-29 | A few tctrl improvements, mostly adapted from NetBSD: | Miod Vallat |
2005-03-29 | Remove workarounds for old compilers. | Miod Vallat |
2005-03-26 | Use the PROM font whenever possible, rather than switching to the | Miod Vallat |
2005-03-23 | Set up a shutdown hook to put the display back to a PROM-compatible mode | Miod Vallat |
2005-03-23 | Do not bzero() too far when setting up 32-bit mode. | Miod Vallat |
2005-03-23 | Move the alloc_screen, free_screen and show_screen wsdisplay accessops to | Miod Vallat |
2005-03-23 | Do not set up accelerated operations if we fail to unbusy the blitter in | Miod Vallat |
2005-03-23 | Move wzero() and wcopy() from machdep.c to where they are really used. | Miod Vallat |
2005-03-23 | Match power on the SPARCbook's auxio2, but prefer tctrl poweroff if | Miod Vallat |
2005-03-23 | Kill the sparc-specific mountroot hooks (which are run before the root | Miod Vallat |
2005-03-21 | Remove unused st_crazymap(). | Miod Vallat |
2005-03-21 | Do not print anything on console for can't happen situations unless option | Miod Vallat |
2005-03-15 | A potpourri of cgfourteen fixes and improvements: | Miod Vallat |
2005-03-15 | If no "intr" property exists, correctly handle the "interrupts" property for | Miod Vallat |
2005-03-15 | Nuke matchbyname(), which isn't used anymore. | Miod Vallat |
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat |
2005-03-13 | Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling. | Miod Vallat |
2005-03-12 | Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG. | Miod Vallat |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-03-07 | - Match PGI,tvthree (similar frame buffer capacities) | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2005-03-07 | Always force a null context in kvm_setcache(); no functional change for sun4m. | Miod Vallat |
2005-03-07 | Shorten dmesg on ss4. | Miod Vallat |
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat |
2005-03-03 | Unbreak sun4/4c; my bad, spotted by nick@ | Miod Vallat |
2005-03-03 | Sync a few comments with reality. | Miod Vallat |
2005-03-03 | Sort frame buffer section and remove rasops32 dependencies from cgfourteen, | Miod Vallat |
2005-03-03 | Do not attempt to read past firmware data in rfx_initialize(). | Miod Vallat |
2005-03-02 | Support for SUNW,fas SCSI, currently restricted to the lower 8 targets due | Miod Vallat |
2005-03-01 | Print display resolution as %dx%d, not %d x %d. | Miod Vallat |
2005-02-27 | Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 block | Miod Vallat |
2005-02-27 | Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functional | Miod Vallat |
2005-02-22 | add hme(4) RX TCP/UDP checksum offload | Brad Smith |
2005-02-22 | Allow SUN4 kernels to compile; spotted by marc@ | Miod Vallat |
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2005-01-10 | ledma*, and le* at ledma? will help with anteres units; miod ok | Theo de Raadt |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie |
2004-12-26 | _C_LABEL(foo) -> foo when in comments. | Miod Vallat |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |