summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2002-09-11Include zstty.h, so that the NZSTTY check will be correct.Dale Rahn
2002-09-11When freeing the extent, include the page offset, not just the pageDale Rahn
2002-09-10move to 3.2-betaTheo de Raadt
2002-09-06Remove the gm driver, the MI gem works better at this point.Dale Rahn
2002-09-06Restore EE bit of MSR on return from exception, rather than blindlyDale Rahn
2002-09-06Serial console support for macppc. Serial console will work if the modemDale Rahn
2002-09-06KNF.Dale Rahn
2002-09-06allow mapiodev to steal KVM addresses for early mappings likeDale Rahn
2002-09-06wscons display should have a console priority of INTERNAL, not REMOTE.Dale Rahn
2002-09-06use <> on include of machine/... files. also include bus.h so thatDale Rahn
2002-09-06sizeof(pointer) is not what should be used here, should be sizeof(*pointer)Dale Rahn
2002-09-06KNF, get this out of my tree finally.Dale Rahn
2002-08-22Remove code, use common ether_crc32_le() routine.Dale Rahn
2002-08-22Configure the media in the initialization routine so that media/mediaoptDale Rahn
2002-08-20Add a pseudo openfirmware console device for early debugging purposesDale Rahn
2002-08-13Remove some unused prototypes, KNF.Dale Rahn
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
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