Age | Commit message (Expand) | Author |
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat |
2005-11-11 | fix kgdb compilation; input and ok miod@. | Federico G. Schwindt |
2005-11-09 | splimp -> splnet | Brad Smith |
2005-08-14 | Add more flexibility to the fast trap handlers mechanism: | Miod Vallat |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-07-19 | On the SPARCbooks, allow tctrl(4) to control the external video output, | Miod Vallat |
2005-07-17 | Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code). | Miod Vallat |
2005-07-17 | If the internal battery is missing, report it as absent rather than in an | Miod Vallat |
2005-07-17 | Always turn off video when the lid is closed; this behaviour was lost in r1.8. | Miod Vallat |
2005-07-17 | Do not claim this driver uses a soft interrupt in dmesg since it is not true. | Miod Vallat |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat |
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat |
2005-07-08 | The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in addition | Miod Vallat |
2005-07-08 | Do not report the battery status as critical but absent, when the battery | Miod Vallat |
2005-07-08 | Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2 | Miod Vallat |
2005-07-08 | Fix external video synchro constants. | Miod Vallat |
2005-07-08 | Partially revert r1.8 - we do not want to match on the SPARCbook auxio2 | Miod Vallat |
2005-07-02 | Typos in comments. | Miod Vallat |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-06-01 | Typo in cut'n'paste abuse. | Miod Vallat |
2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in | Miod Vallat |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-19 | As a late birthday present, a preliminary port to the Solbourne IDT systems | Miod Vallat |
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff |
2005-04-11 | Handle commands failure correctly. | Miod Vallat |
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-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-15 | A potpourri of cgfourteen fixes and improvements: | 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-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 | Shorten dmesg on ss4. | Miod Vallat |
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat |
2005-03-03 | Sync a few comments with reality. | 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 |