summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2003-07-02Reduce the amount of asm code in powerpc/macppc by replacing it withDale Rahn
2003-06-16correct sense of rate check... oops.Jason Wright
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright
2003-06-11Get rid of the '#if 1' nonsense.Dale Rahn
2003-06-11Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have notDale Rahn
2003-06-06Fix a copied constant, mention why a number doesnt match linux, removeDale Rahn
2003-06-05Cleanup and enable kauaiata DMA. Tables should be mostly saneDale Rahn
2003-06-05ATA100 driver for apple's new machines, aka kauai.Dale Rahn
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11string cleaning; krw okTheo de Raadt
2003-02-12separate evirq into macintr and openpic versions (they just -happened- to beJason Wright
2003-02-09Swiss French ADB keyboard layout, tested against Powerbook keyboard markings,Miod Vallat
2002-12-08Remove header file which is unused since the removal of if_gm, pointed outDale Rahn
2002-10-18Remove some very pointless 'if 0' code, some of which prevented compilationDale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-06Remove the gm driver, the MI gem works better at this point.Dale Rahn
2002-09-06Serial console support for macppc. Serial console will work if the modemDale 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-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-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-23make CAPS_IS_CONTROL a default. pvalchev okJun-ichiro itojun Hagino
2002-06-19Fix compilation error if option DEBUG is defined.Miod Vallat
2002-06-18KNF (whitespace)Jun-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-09more arpcom ->sc_arpcom missing.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-09Make the paragraph degree key on a swedish iBook keyboard work in X.Mats O Jansson
2002-05-08Overhaul of the french layout for adb keyboards, fixing errors, adding a lotMiod Vallat
2002-05-07move ether_crc32_le to if_ethersubr.c. Add ether_crc32_beNathan Binkert
2002-04-26properly allocate dmable memory for buffers (no malloc); drahn@ ok and testingMichael Shalayeff
2002-04-10Handle all pending adb interrupts when searching for devices.Dale Rahn
2002-03-30Use the extended keycodes to get real delete/pgup/pgdn/home/end.Dale Rahn
2002-03-29add numlock, pgup, pgdn, home, end.Dale Rahn
2002-03-29Change lower enter key to be 'Mode_Switch' like it was before.Dale Rahn
2002-03-28All US keys beside KPEQ and Mode_switch? (enter key on laptops) fixed.Dale Rahn
2002-03-28Remove debugging that was forgotten.Dale Rahn