summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-07-29Recognize additional host bridges, pretty printing only, no function diff.Dale Rahn
2002-07-28Add 'option NFSCLIENT' to macppc RAMDISK.Kenneth R Westerback
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-24and add the things that are missing?Theo de Raadt
2002-07-24why do i always have to mop upTheo de Raadt
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-23Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead ofDale Rahn
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-21cleanup, mostly 'if 0'ed code removal.Dale Rahn
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
2002-07-10proper cdev_decl(crypto) and no private protosMichael Shalayeff
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-09move common declarations to if_wivar.h; mickey@ and millert@ ok.Federico G. Schwindt
2002-06-28Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys onMiod Vallat
2002-06-27Do not muck with the color palette unless the console depth is 8 bit.Dale Rahn
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino
2002-06-24move cdev_decl() for usb devices into one place.Michael Shalayeff
2002-06-23committed by mistakeJun-ichiro itojun Hagino
2002-06-23make CAPS_IS_CONTROL a default. pvalchev okJun-ichiro itojun Hagino
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-21configure HID0, and show cache status for IBM750FX. from netbsdJun-ichiro itojun Hagino
2002-06-21identify 0x7000 (IBM750FX). snprintf.Jun-ichiro itojun Hagino
2002-06-19Fix compilation error if option DEBUG is defined.Miod Vallat
2002-06-19using cdev_ugen_init for all sorts of usb devices is just one pint less wrong...Michael Shalayeff
2002-06-18KNF (whitespace)Jun-ichiro itojun Hagino
2002-06-18document CAPS_IS_CONTROL. suggested by miodJun-ichiro itojun Hagino
2002-06-18"option CAPS_IS_CONTROL" will enable use of caps key as controlJun-ichiro itojun Hagino
2002-06-17Add UK keymap (tested on PBG4). Since it doesn't have a # key, do likeAnil Madhavapeddy
2002-06-11Add 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-11Correct com vs ucom cut-n-paste thinko.Miod Vallat
2002-06-09knf/cleanup/dead code removal.Dale Rahn
2002-06-09more arpcom ->sc_arpcom missing.Dale Rahn
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
2002-06-08Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver.Dale Rahn
2002-06-07Fix DDB build problem, minor cleanup.Dale Rahn
2002-06-07Add wsconsctl recognition support for adb keyboard.Dale Rahn
2002-06-07Hand-editing diff file to remove a few chunks that you don't want toMiod Vallat
2002-06-07Vacuum cleaning of the adb code, step 1: random KNF, remove mac68kMiod Vallat
2002-06-07KNFMiod Vallat
2002-06-07Move more function prototypes to <machine/conf.h> as cdev_decl(foo)Miod Vallat
2002-05-30Add a german keymap for iBook. Based on "Key Caps" on Mac OS X 10.1.4.Mats O Jansson
2002-05-22Allow brightness buttons to affect the console brightness whenever possible;Miod Vallat
2002-05-22Put abtn back in GENERIC. RAMDISK kernels do not need it.Miod Vallat
2002-05-22- in the OpenFirmware console initialisation, check if the console deviceMiod Vallat
2002-05-18Workaround for color restoration on return from X. vgafb will notDale Rahn
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat