summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/mac
AgeCommit message (Expand)Author
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-19New timeouts there as well.Miod Vallat
2001-08-18Change the timeouts on adb keyboard probing to be the same as NetBSD.Dale Rahn
2001-08-08New timeouts.Miod Vallat
2001-07-25Added missing break. -mojMats O Jansson
2001-07-17Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable.Dale Rahn
2001-07-10ether_input_mbuf() conversion; thanks to drahn@ for testing.Federico G. Schwindt
2001-07-09only on prog_switch, more includes and protosMichael Shalayeff
2001-07-09a wagon and a small cart of protos, spaces, and includesMichael Shalayeff
2001-07-04$OpenBSD$Niklas Hallqvist
2001-07-01Properly identify the PBG4 keyboard, US keyboard at least.Dale Rahn
2001-06-29Add kbd info for iBook. -mojMats O Jansson
2001-06-29Include/header cleanup. More.Dale Rahn
2001-06-28Add swedish keyboard with or without dead keys. -mojMats O Jansson
2001-06-27kill old vmArtur Grabowski
2001-06-26Add support for the new iBook. from netbsd. ok @drahn. -mojMats O Jansson
2001-06-26Cleanup of interrupt configuration, move prototypes to header file,Dale Rahn
2001-06-25closer to building with -Wno-uninitializedDale Rahn
2001-06-25Integrate a working airport driver interface. Mostly based on pci driver.Dale Rahn
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24add akbd_cnattach() prototype.Dale Rahn
2001-06-24Add gmac_setladrf functionality from netbsd, this was missed in a previousDale Rahn
2001-06-23remove some debugging prints.Dale Rahn
2001-06-17Significant improvement on awacs driver.Dale Rahn
2001-06-02On Cuda systems (imac Rev C at least), it seems that the adb dataDale Rahn
2001-05-29Hardware clock support, via adb.Dale Rahn
2001-05-03Clean up a signed vs unsigned error in gm ethernet.Dale Rahn
2001-05-02Move powerpc interrupt enablement into the interrupt controller, not afterDale Rahn
2001-04-08Some cleanup to the mac audio driver, does not improve the interruptDale Rahn
2001-04-08Attempt at tracking interrupt source better than "irqN", with thisDale Rahn
2001-03-29AWACS audio driver for some apple systems. Tested and works on some systems,Dale Rahn
2001-03-29The gpio module is used on newer laptops to route that adb interrupt.Dale Rahn
2001-03-29Add ADB "button" driver. used for brightness/volume control on some systems.Dale Rahn
2001-03-29Code cleanup, some update from Nbsd.Dale Rahn
2001-03-29Defines for things we should find useful soon. addition PM functionality.Dale Rahn
2001-03-29changes from NetBSD and ftp://nandra.iri.co.jp/pub/NetBSD/macppc/ADB-patchDale Rahn
2001-03-29When initializing a timeout, make certain the parameter to be passedDale Rahn
2001-03-29Update to adb_direct, from Nbsd.Dale Rahn
2001-03-29Update to ADB mouse driver, from Nbsd.Dale Rahn
2001-03-29Update for adb keyboard driver, from Nbsd.Dale Rahn
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...Constantine Sapuntzakis
2001-03-14KNFTheo de Raadt
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-03-03Force the ADB bus to configure. This change was found in NetBSD, but theyDale Rahn
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-20Indicate that wdc is capable of UDMA, print device mode using MIDale Rahn
2001-02-20Add edge/level sense detection capability to the interrupt controller,Dale Rahn
2001-01-28Adding ADB keyboard/mouse/apple event drivers. From Nbsd with changes to build.Dale Rahn
2000-10-26fix bpf; diagnosed by fgsTheo de Raadt