summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
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
2002-03-28Replace magic values with appropriate constants.Miod Vallat
2002-03-28Doh, I'm on drugs.Miod Vallat
2002-03-28Better fix.Miod Vallat
2002-03-28be more careful about breaking the RAMDISK guysTheo de Raadt
2002-03-27Indicate which keys translations are missing.Dale Rahn
2002-03-27add WSDISPLAY_COMPAT_RAWKBD support for macppc, not complete yet, Fx keysDale Rahn
2002-03-26On the wdc_obio controller if one device is UDMA capable and one is not,Dale Rahn
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sync with KAMEKenjiro Cho
2002-03-08Remove the code which reenables interrupts in these interrupt controllers,Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02Do not use -1 as an unused entry, 0 is already reserved for invalid/unused.Dale Rahn
2002-03-02If two drivers register the same hardware irq, they should getDale Rahn
2002-03-02These two drivers were incorrectly sharing variables, sometimes expectingDale Rahn
2002-02-25fix mapping bug in serial console support, not yet working.Dale Rahn
2002-01-30A bit of hacking on awacs to try to get audio input working.Dale Rahn
2002-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-21Respect db_console for "progammer button", for improved physical security.Dale Rahn
2002-01-20use new allocm, round_buffersize decl'sEric Jackson
2002-01-17Allow nested interrupts on the mac interrupt controllers, previouslyDale Rahn
2001-12-07In uni_n_config(), only return a base address if a base address was found.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat