Age | Commit message (Expand) | Author |
2002-05-22 | Allow brightness buttons to affect the console brightness whenever possible; | Miod Vallat |
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 |
2002-05-18 | Workaround for color restoration on return from X. vgafb will not | Dale Rahn |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-15 | Remove the assembler kludges to allow altivec support without assembler help | Dale Rahn |
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 |
2002-05-09 | Make the paragraph degree key on a swedish iBook keyboard work in X. | Mats O Jansson |
2002-05-08 | Overhaul of the french layout for adb keyboards, fixing errors, adding a lot | Miod Vallat |
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 |
2002-04-29 | Change macppc vgafb from rcons to rasops, a faster color supporting virtual | Dale Rahn |
2002-04-29 | cleanup, remove devices which macppc is likely to never have, comment | Dale Rahn |
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 |
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 |
2002-04-10 | Handle all pending adb interrupts when searching for devices. | Dale Rahn |
2002-04-08 | wi* at pci* works with PLX pci adapters. | Dale Rahn |
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 |
2002-04-02 | uncomment lxtphy(4) and enable eephy(4) in the RAMDISK kernel; | lebel |
2002-04-02 | new PowerBook G4 has a Marvell 88E1000 Gigabit PHY, model 6, | lebel |
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 |
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 |
2002-03-28 | Add WSDISPLAY_COMPAT_RAWKBD (commented), add missing mux pieces. | Dale Rahn |
2002-03-28 | All US keys beside KPEQ and Mode_switch? (enter key on laptops) fixed. | Dale Rahn |
2002-03-28 | Remove debugging that was forgotten. | Dale Rahn |
2002-03-28 | Replace magic values with appropriate constants. | Miod Vallat |
2002-03-28 | Doh, I'm on drugs. | Miod Vallat |
2002-03-28 | Better fix. | Miod Vallat |
2002-03-28 | be more careful about breaking the RAMDISK guys | Theo de Raadt |
2002-03-27 | Indicate which keys translations are missing. | Dale Rahn |
2002-03-27 | add WSDISPLAY_COMPAT_RAWKBD support for macppc, not complete yet, Fx keys | Dale Rahn |
2002-03-27 | tsk tsk tsk, compile it first. | Dale Rahn |
2002-03-27 | Don't use magic constants to the loop over the BAR, also, include the | Jason Wright |
2002-03-27 | knf (case labels align with switch) | Jason Wright |
2002-03-26 | Only allow valid device PAs to be mmapped. | Dale Rahn |
2002-03-26 | On the wdc_obio controller if one device is UDMA capable and one is not, | Dale Rahn |
2002-03-25 | dhartmei@ and I have been both running uaudio devices on macppc successfully | lebel |