Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | enable UDF on large install media for architectures likely to have DVD drives | Theo de Raadt | |
2005-03-29 | Handle apm_battlow flag by suspending, and clear all flags after resume. | Uwe Stuehler | |
2005-03-29 | Changed On/Off button behaviour (unless the lid is closed): | Uwe Stuehler | |
- hold for 2 seconds to suspend, or - hold for 6 seconds to do a nice halt (if machdep.kbdreset=1). | |||
2005-03-29 | - Support the machdep.kbdreset sysctl on zaurus. | Uwe Stuehler | |
- Disable unused function parse_mi_bootargs(). | |||
2005-03-29 | Shrink kernel image buffer from 8M to 5M (no kernel should be that big), | Uwe Stuehler | |
and fix a spello. Leaves more unused memory for the "boot loader". | |||
2005-03-29 | sparc64 StackGhost. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-29 | Shrink struct label_t to the correct size; ok drahn@ a long time ago. | Miod Vallat | |
2005-03-29 | Plug iso_disklabelspoof() in readdisklabel(); requested by deraadt@ | Miod Vallat | |
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 | Missing break; | Miod Vallat | |
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. | |||
2005-03-29 | Remove workarounds for old compilers. | Miod Vallat | |
2005-03-28 | Relax dependencies. | Miod Vallat | |
2005-03-26 | enable compat_hpux and a commented out compat_linux | Michael Shalayeff | |
2005-03-26 | oops. it's 2005 now! | Michael Shalayeff | |
2005-03-26 | md parts for hpux_compa code; some problems w/ signals delivery still exist | Michael Shalayeff | |
2005-03-26 | - Parse boot arguments like on other platforms and handle common flags. | Uwe Stuehler | |
- Delay much longer before rebooting to give the internal disk in the C3000 enough time to stop itself. "go ahead" drahn@ | |||
2005-03-26 | Use the PROM font whenever possible, rather than switching to the | Miod Vallat | |
not-so-nice 8x16 font upon attach. Also, shift the display two character cells to the left from its centered position in this case, so as to keep our output properly aligned with the PROM messages. Tested on 3GS and 3GX. | |||
2005-03-23 | Set up a shutdown hook to put the display back to a PROM-compatible mode | Miod Vallat | |
at shutdown if necessary. | |||
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 | |
the common frame buffer code, rather than duplicating it in every driver. No functional change. | |||
2005-03-23 | Do not set up accelerated operations if we fail to unbusy the blitter in | Miod Vallat | |
a reasonable amount of time. | |||
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 | |
both power0 and tctrl0 are configured. This allows installation media to poweroff quickly on SPARCbooks. | |||
2005-03-23 | Kill the sparc-specific mountroot hooks (which are run before the root | Miod Vallat | |
filesystem is mounted, unlike the MI mountroot hooks). They were only used to allow root on floppy in the long dead two-floppies installation method. | |||
2005-03-22 | Use a sane interrupt priority for serial. Has a better chance of working. | Dale Rahn | |
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 | |
DEBUG_SVR4. | |||
2005-03-19 | +bce +axe +ural | Theo de Raadt | |
2005-03-19 | enable ural(4) | Martin Reindl | |
ok deraadt@ | |||
2005-03-19 | pci de(4) unlikely on laptop compared to others | Theo de Raadt | |
2005-03-18 | oops, i was a teeny tiny bit over... | Theo de Raadt | |
2005-03-18 | shut off aac(4) unless Adaptec stops behaving like assholes | Theo de Raadt | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | another re* at cardbus missing, arghcvs diff -u RAMDISK_CD | Theo de Raadt | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | disable a bunch of old devices (mostly ISA, or stuff people are unlikely | Theo de Raadt | |
to use on a laptop) enable a bunch of newer devices. For instance, a whole whack of new gigabit & wireless cards -- pci and cardbus | |||
2005-03-18 | enable ural since it works fine here too | David Gwynne | |
ok deraadt@ | |||
2005-03-18 | +bge(4), ok deraadt@ | Brad Smith | |
2005-03-18 | Add bge. ok deraadt@. | Kenneth R Westerback | |
2005-03-17 | fix comment wrt previous change | Michael Shalayeff | |
2005-03-17 | Increase timeout in fdcresult(), this allows fdformat(8) to work now. | Miod Vallat | |
ok deraadt@ | |||
2005-03-17 | add two more revs of romless cards; from netbsd | Michael Shalayeff | |
2005-03-17 | enable ural | David Gwynne | |
"do it" deraadt@ | |||
2005-03-17 | +vge, ciphy; requests by pvalchev | Theo de Raadt | |
2005-03-16 | ural will be here too | Theo de Raadt | |
2005-03-16 | permit ramdisks to compile | Theo de Raadt | |