Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-11 | Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs. | Dale Rahn | |
2002-06-11 | ... but ucom can not be used as a console, oops. Me needs more booze. | Miod Vallat | |
2002-06-11 | Correct com vs ucom cut-n-paste thinko. | Miod Vallat | |
2002-06-09 | knf/cleanup/dead code removal. | Dale Rahn | |
2002-06-09 | more arpcom ->sc_arpcom missing. | Dale Rahn | |
2002-06-08 | One ddb to rule them all. | Miod Vallat | |
Move the ddb files form macppc/macppc to powerpc/ddb, so that mvmeppc can benefit from the better ddb that was in macppc. db_interface.c is left as an md part. | |||
2002-06-08 | Factorize common parts (cache-related stuff). | Miod Vallat | |
ok drahn@ | |||
2002-06-08 | Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver. | Dale Rahn | |
2002-06-07 | Fix DDB build problem, minor cleanup. | Dale Rahn | |
2002-06-07 | Add wsconsctl recognition support for adb keyboard. | Dale Rahn | |
2002-06-07 | Hand-editing diff file to remove a few chunks that you don't want to | Miod Vallat | |
commit now sucks. Especially when you accidentally delete an important chunk. Put a few more pm_xxx() prototypes there to unbreak compilation, 10x maja@ | |||
2002-06-07 | Vacuum cleaning of the adb code, step 1: random KNF, remove mac68k | Miod Vallat | |
leftovers, unused variables and functions, fix some comments, etc. | |||
2002-06-07 | KNF | Miod Vallat | |
2002-06-07 | Move more function prototypes to <machine/conf.h> as cdev_decl(foo) | Miod Vallat | |
for safety. | |||
2002-05-30 | Add a german keymap for iBook. Based on "Key Caps" on Mac OS X 10.1.4. | Mats O Jansson | |
Created by me and tested by Peter Janze <janze@digitalblue.de>. -moj | |||
2002-05-22 | Allow brightness buttons to affect the console brightness whenever possible; | Miod Vallat | |
however, the brightness settings are neither saved in nor read from the nvram. | |||
2002-05-22 | Put abtn back in GENERIC. RAMDISK kernels do not need it. | Miod Vallat | |
2002-05-22 | - in the OpenFirmware console initialisation, check if the console device | Miod Vallat | |
has support for backlight control (laptops do, and probably machines with a built-in monitor do as well). - provide a function to set the screen brightness as well. - use both changes above to add a screen blanker to the vgafb driver - let the screen brightness and backlight be controlled via wsconsctl - clean dust, KNF, and more symbolic names in the vgafb driver to make it better readable Initial code by myself, with some hacks from drahn@ later. | |||
2002-05-18 | Workaround for color restoration on return from X. vgafb will not | Dale Rahn | |
reset the color palette to it's default colors when going back to text mode. Would be better to fix this in the X server. ok matthieu@ | |||
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski | |
that specifies which printf funciton it should use. Implement db_stack_trace_cmd in MI code. Thanks to miod@ for all the tests. | |||
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat | |
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied) | |||
2002-05-15 | Remove the assembler kludges to allow altivec support without assembler help | Dale Rahn | |
now that binutils is updated. As hoped, resulting .o file was identical. | |||
2002-05-13 | Add missing cnpollc() calls. | Dale Rahn | |
2002-05-09 | On the hid -> hiddev changes, this file was missed. | Dale Rahn | |
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert | |
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64 | |||
2002-05-09 | Make the paragraph degree key on a swedish iBook keyboard work in X. | Mats O Jansson | |
The only problem is that its switched with the less greater key. Add an option FIX_SV_X_KBDBUG to fix that. -moj | |||
2002-05-08 | Overhaul of the french layout for adb keyboards, fixing errors, adding a lot | Miod Vallat | |
more useful symbols (such as ~ | \ { } etc) that were not available before. Requested by some French users, checked against MacOS's keyboard applet. | |||
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert | |
2002-04-29 | Better colors from rasops cmap, and enable all rasops features. | Dale Rahn | |
ok miod, mattheiu | |||
2002-04-29 | Change macppc vgafb from rcons to rasops, a faster color supporting virtual | Dale Rahn | |
terminal emulator for gfx console. tested by mattheiu, miod. | |||
2002-04-29 | cleanup, remove devices which macppc is likely to never have, comment | Dale Rahn | |
drivers not currently present in source space. | |||
2002-04-29 | Print out cache sizes on newer G4 processors. Partially from NetBSD. | Dale Rahn | |
2002-04-26 | a little grammar | Michael Shalayeff | |
2002-04-26 | properly allocate dmable memory for buffers (no malloc); drahn@ ok and testing | Michael Shalayeff | |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie | |
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | |||
2002-04-22 | Fix a couple of typos. | Miod Vallat | |
2002-04-20 | - the set-colors OF call takes a packed array of colors value, | Matthieu Herrb | |
remove the extra padding byte in the vgafb_color struct. - store the initial colormap in vc->vc_cmap_{red,green,blue} so that it can be fetched by a WSDISPLAYIO_GETCMAP ioctl - fix the definition of the magenta color in the initial colormap. Ok, drahn@ | |||
2002-04-10 | Handle all pending adb interrupts when searching for devices. | Dale Rahn | |
Adjust delays in the probe code. ok miod, matthieu, lebel, brad. | |||
2002-04-08 | wi* at pci* works with PLX pci adapters. | Dale Rahn | |
Note: true pcmcia bridges are not currently supported. | |||
2002-04-05 | fxp does not work on powerpc. | Dale Rahn | |
2002-04-05 | add wsmux to the macppc ramdisk, to allow all keyboards to attach. | Dale Rahn | |
2002-04-05 | Use the OF set-colors operation instead of the color! operation, this | Dale Rahn | |
interface seems to work on more machines, also is more efficient when XF4/wsfb is setting the palette. ok deraadt@ | |||
2002-04-02 | uncomment lxtphy(4) and enable eephy(4) in the RAMDISK kernel; | lebel | |
asked by miod@, OK'ed by drahn@ | |||
2002-04-02 | new PowerBook G4 has a Marvell 88E1000 Gigabit PHY, model 6, | lebel | |
so activate the eephy(4) device for it | |||
2002-04-01 | s/3.0/3.1/ so that the CD will boot properly. | Dale Rahn | |
2002-03-31 | enable wsmux on macppc, note that this will REQUIRE changes to XF86Config. | Dale Rahn | |
2002-03-30 | Add support for WSCONS_COMPAT_RAWKBD to macppc, see warning sent to ppc@ | Dale Rahn | |
This is in preparation for wsmux support. | |||
2002-03-30 | Use the extended keycodes to get real delete/pgup/pgdn/home/end. | Dale Rahn | |
2002-03-29 | add numlock, pgup, pgdn, home, end. | Dale Rahn | |
2002-03-29 | Change lower enter key to be 'Mode_Switch' like it was before. | Dale Rahn | |
Add note for power button (not currently translated). Meta_L vs Super_L is still an issue (CMD/Win key) o CMD/Win key is Super_L not Meta_L, usb has this too. Changing to RAW will change swap Meta and Alt (to what is printed on key, not PC layout). |