Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-17 | Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code). | Miod Vallat | |
2005-07-17 | Attach com(4) to the built-in modem found on Tadpole SPARCbooks. | Miod Vallat | |
2005-07-17 | If the internal battery is missing, report it as absent rather than in an | Miod Vallat | |
unknown state. | |||
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-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat | |
config(8) will not bring us into play unless NFOO > 0 anyway. | |||
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat | |
saves us a few unnecessary colormap updates. | |||
2005-07-08 | The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in addition | Miod Vallat | |
to a tctrl command, to turn the screen off (or back on), so deal with it. (untested) | |||
2005-07-08 | Do not report the battery status as critical but absent, when the battery | Miod Vallat | |
is missing. | |||
2005-07-08 | Declare mainbus_model as extern here so that code outside of autoconf.c can | Miod Vallat | |
look at it (forgotten as part of the auxio commit) | |||
2005-07-08 | Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2 | Miod Vallat | |
property (as found on sparcbooks). If so, frob the appropriate auxio2 bit to enable and disable the port as necessary. | |||
2005-07-08 | Allow more than one auxio device to attach, and attach both SPARCbook auxio | Miod Vallat | |
registers. However, those are handled specifically since they do not have the same meaning as the regular sun4c/sun4m auxio register. A specific auxregbisc() function is provided for explicit sparcbook operation. | |||
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 | |
registers, after all. | |||
2005-07-02 | Typos in comments. | Miod Vallat | |
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
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 | |
sys/dev/sun/sunkbd.c, and move the layout tables to sys/dev/sun/sunkbdmap.c. No functional changes, small sparc64 kernel shrinkage. | |||
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto | |
2005-05-03 | - Fix bogus asm statements; tmp1 and tmp2 need to be outputs rather than inputs. | Brad Smith | |
- Merge in4_cksum(). From NetBSD ok miod@ | |||
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-05-01 | When parsing the bootpath, correctly handle ":foo" modifiers if they are | Miod Vallat | |
more than one-letter wrong; fixes boot device determination with /.../ledma:tpe/le... strings (PR #4192) | |||
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-25 | csum -> csum_flags | Brad Smith | |
ok krw@ canacar@ | |||
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff | |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt | |
2005-04-19 | Same vm_machdep.c on solbourne. | Miod Vallat | |
2005-04-19 | As a late birthday present, a preliminary port to the Solbourne IDT systems | Miod Vallat | |
(S3000, S4000 and S4000DX). Currently limited to diskless and serial console, and userland has issues. Things will get better in the near future. | |||
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-19 | No more a.out symbols support in ddb. | Miod Vallat | |
2005-04-17 | Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS are | Miod Vallat | |
implied; this currently does not change anything (yet). Also, define the I/O space range in <machine/vmparam.h> rather than in <sparc/sparc/vaddrs.h>. ok deraadt@ mickey@ | |||
2005-04-17 | - Speedup CMP_PTE_USER_*4M by commenting out its first instruction, which | Miod Vallat | |
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD. | |||
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff | |
2005-04-16 | Duplicate include file. | Miod Vallat | |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff | |
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie | |
2005-04-14 | +luphy | Brad Smith | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
2005-04-11 | Kill unused hexatoi() | Miod Vallat | |
2005-04-11 | Handle commands failure correctly. | Miod Vallat | |
2005-04-04 | Nuke pmap_bootstrap_alloc(), not used anymore. | Miod Vallat | |
2005-04-03 | Simple performance improvements: | Miod Vallat | |
- inline empty pmap_deactivate() and pmap_collect(). - inline pmap_phys_address(). - provide a real pmap_kremove() implementation, rather than invoking pmap_remove() on behalf of pmap_kernel(). - do not check for the MMU hole in pmap_prefer() for SUN4M-only kernels. | |||
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt | |
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels | |||
2005-03-29 | Add an apm interface to the tctrl(4) device found on SPARCbooks; currently | Miod Vallat | |
limited to power change events and battery status retrieval. ok deraadt@ mickey@ | |||
2005-03-29 | If a tctrl device is attached, run the keyboard bell through it, since the | Miod Vallat | |
keyboard on SPARCbooks lacks a speaker. | |||
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 | |
- use a better state machine, and define a simple internal interface to send commands to the microcontroller. - program the 2nd line of the LCD screen; currently limited to the ``external power available'' and ``PCMCIA'' icons. - fix races in the brightness adjustement and powerdown request. - wrap initial dmesg output at 80 chars. |