Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-07 | Add missing pentium m processors from the "Intel Pentium M Processor | Marc Balmer | |
on 90 nm Process with 2-MB L2 Cache Datasheet" ok deraadt@ | |||
2005-03-07 | include apm.h only if CONF_HAVE_APM is defined | Uwe Stuehler | |
2005-03-07 | Shorten dmesg on ss4. | Miod Vallat | |
2005-03-07 | move to 3.7-beta | Theo de Raadt | |
2005-03-06 | Shorten dmesg if no keyboard is plugged. | Miod Vallat | |
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-03-05 | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | Miod Vallat | |
the only way to connect it to a sparc64 machine is via an xbox device. | |||
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat | |
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. | |||
2005-03-04 | for consistency, use preempt(NULL) | Martin Reindl | |
ok uwe@ | |||
2005-03-04 | match a bunch more Nubus cards from NetBSD; | Martin Reindl | |
makes my DaynaPORT E/II-3 work | |||
2005-03-03 | Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), and | Uwe Stuehler | |
apmd(8); missing sysctl variable noticed by drahn@ | |||
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 | |
cgtwelve and tcx, as they are no longer necessary. | |||
2005-03-03 | Do not attempt to read past firmware data in rfx_initialize(). | Miod Vallat | |
2005-03-02 | fix obviously wrong macro (unnoticed since it is currently unused) | David Gwynne | |
ok drahn@ | |||
2005-03-02 | Support for SUNW,fas SCSI, currently restricted to the lower 8 targets due | Miod Vallat | |
to MI esp code limitations. ok deraadt@ | |||
2005-03-01 | Print display resolution as %dx%d, not %d x %d. | Miod Vallat | |
2005-03-01 | only call eaio_l2() if kernel has support for pcxl2 compiled in; from ↵ | Michael Shalayeff | |
weissmanndude | |||
2005-02-28 | Store interrupt state in one variable not two, remove inlines which | Dale Rahn | |
signficantly bloat kernel. tested/ok dlg@ | |||
2005-02-28 | Provide inittodr and resettodr for xscale, remove them from sa11x0, and | Uwe Stuehler | |
restore the time on resume. | |||
2005-02-27 | Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 block | Miod Vallat | |
so that kernels with no frame buffer drivers can compile; spotted by marc@ | |||
2005-02-27 | Document how to set CONSCODE to point to an SGC device if one wants to force | Miod Vallat | |
the console. | |||
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat | |
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted. | |||
2005-02-27 | Invoke hp300_cninit() twice, with a global variable letting the | Miod Vallat | |
console-dependent routines know which pass they are being invoked in. The first pass is the usual console detection code. The second pass runs after uvm is initialized, and will allow devices which need VM services to run to claim the console. | |||
2005-02-27 | Decide whether to force serial console on the 425e based upon the service | Miod Vallat | |
switch, which is a physical switch on this model, unlike other frodo-based hp300. Service mode will now select serial console, while normal mode will select graphics console. | |||
2005-02-27 | Use the DMA defines from dev/ic/lsi64854reg.h whenever possible; no functional | Miod Vallat | |
change. ok deraadt@ | |||
2005-02-25 | Enable re(4) on alpha. | Jonathan Gray | |
2005-02-24 | Don't use inline assembly for cpuid instruction, it clobbers | Alexander Yurchenko | |
registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@ | |||
2005-02-24 | Workaround for a suspend problem when building on the zaurus. | Dale Rahn | |
2005-02-24 | do not even ask for btlb on 8k cpus as pdc pretends there is some but then ↵ | Michael Shalayeff | |
it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entry | |||
2005-02-24 | add wax@uturn; found on c180 | Michael Shalayeff | |
2005-02-23 | shrink | David Gwynne | |
ok drahn@ | |||
2005-02-23 | do not permit a suspend if the lid is closed; uwe ok | Theo de Raadt | |
2005-02-23 | Make no distinction between standby and suspend requests for now. | Uwe Stuehler | |
2005-02-23 | A healthy dose of 'die static'. | Dale Rahn | |
2005-02-23 | Add missing copyright. | Dale Rahn | |
2005-02-23 | fix copyright, use pxa2x0_gpio_intr_string() | Dale Rahn | |
2005-02-23 | Move code from zaurus machdep to arm/xscale to live with the interrupt | Dale Rahn | |
handler where it belongs code had been de-inlined to the wrong file. | |||
2005-02-22 | Interrupt naming as provided by other interrupt handlers. | Dale Rahn | |
2005-02-22 | - Shift the brightness scale so that 0% still keeps the backlight on. | Uwe Stuehler | |
- Separate wsconsctl display.backlight from display.brightness parameter. - Set brightness to approximately 40% on startup, since we cannot read the current brightness level yet. - Restore the current brightness on resume. ok drahn@ | |||
2005-02-22 | call zkbd_hinge() at attach time, to init sc_hinge; drahn ok | Theo de Raadt | |
2005-02-22 | Be sure to attach the console keyboard, if any, before prompting for an | Miod Vallat | |
alternate root device if boot -a. | |||
2005-02-22 | Initial suspend/resume code with additional powerhooks. Enter/exit | Uwe Stuehler | |
suspend mode with power button or zzz. May not work for everyone yet. ok drahn@ and deraadt@ | |||
2005-02-22 | add hme(4) RX TCP/UDP checksum offload | Brad Smith | |
Based on a diff posted to sparc@ by Pyun YongHyeon | |||
2005-02-22 | typo | Alexander Yurchenko | |
2005-02-22 | regen | Michael Shalayeff | |
2005-02-22 | based on hinge buttons, do screen blanking. uwe and i agree that | Theo de Raadt | |
later on we should look at debouncing the buttons, as the current code may lead to rapid display on/off cycles, which might be hard on the battery; uwe ok | |||
2005-02-22 | sync to pckbd.c change: send enable after reset | Michael Shalayeff | |
2005-02-22 | Allow SUN4 kernels to compile; spotted by marc@ | Miod Vallat | |