summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf/files.macppc
AgeCommit message (Collapse)Author
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
by krw and myself.
2011-05-25Add dfs(4), a driver to support the Dynamic Frequency Switching featureMartin Pieuchot
found on some G4 PowerBook. Tested by many, thanks. ok sthen@, kettenis@, miod@
2010-12-06- use consistent 'include' rules without a full relative path.Jasper Lievisse Adriaanse
tested on a GENERIC config from all arches. ok deraadt@ miod@
2010-04-09- add and enable pgs(4), a driver for the Programmers Switch found onJasper Lievisse Adriaanse
recent-ish macs with macgpio(4). Basically dropping one to DDB when pushed. ...and not to be confused by the "reset" button ;-) feedback and ok drahn@
2009-09-07Sync mplock code with the current paradigm used in all other MP platforms.Miod Vallat
macppc was left unchanged by mistake.
2009-05-03Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
them along when we attach pci(4). Simplify the rbus code by using extents too.
2008-03-21crank maxusers on some architecturesTheo de Raadt
2007-11-12/dev/openpromMark Kettenis
ok miod@, deraadt@
2007-10-14Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs withMark Kettenis
contents from OpenFirmware. ok deraadt@
2007-06-08include files.bluetooth, so that bluetooth support can be compiled,Jasper Lievisse Adriaanse
if enabled. ok gwk@
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
(means i also don not have to fix the daddr_t problems) ok miod
2007-04-23rename drivers with numbers in them; ok gwk drahnTheo de Raadt
2007-04-22Add sysbutton a driver for the 'System identifier' button found on theGordon Willem Klok
fornt panel of the xserve (the button with the triangle on it). This driver will dump you into ddb at the press of a button if the ddb.console sysctl is set. The bug still has one unresolved issue if ddb.console is not set and you press and hold the button you will cause a interrupt storm that will slow the system down. So if you keep your xserve near a toddler or you yourself are a toddler you might want to consider disabling this device remember buttons arn't toys. ok deraadt.
2007-04-22rename a very long driver name to something shorter, and more clearTheo de Raadt
and while there, fix the interrupt name for vmstat -iz; ok gwk
2007-04-21Add blinkenlights(4) a driver to control the 16 leds found on the frontGordon Willem Klok
panel of the Xserve G4 and G5. The leds will provide an indication of the system load slowing as the load climbs, and system health e.g. no lights means its dead or in DDB. Split some of the shared registers and clock divisors from i2s into i2sreg.h while there nuke some evil C++ style comments. Man page to follow shortly. ok deraadt
2006-12-06Enable mesh and mc device drivers in GENERIC, booting on old world macs isGordon Willem Klok
pointless without these two. ok martin@, deraadt@ durring h2k6
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
so that things can use it; tested on all architectures; ok kettenis
2006-04-23Add puc(4) and com at puc.Mark Kettenis
ok deraadt@
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come.
2006-01-03work in progress on the Apple Sudden Motion Sensor found in recentXavier Santolaria
PowerBooks and iBooks, driver is commented out for now; with prodding, help and ok from kettenis@, ok deraadt@.
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
handled by wscons and mouse emulation was never enabled or documented.
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith
From Johan Wallén on NetBSD's macppc list. ok deraadt@
2005-11-19Apple "onyx" audio device driver.Mark Kettenis
2005-11-17add attachment for openpic behind memc, for newer G5 systems.Dale Rahn
only attaches a parent openpic, not a slave openpic. ok kettenis
2005-11-16Add support for the I2C controller on via-pmu.Mark Kettenis
ok deraadt@
2005-11-16macppc can have gpioTheo de Raadt
2005-11-15move lm87 to dev/i2c; ok kettenisTheo de Raadt
2005-11-14Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus.Mark Kettenis
ok deraadt@
2005-11-13maciic at ki2cMark Kettenis
ok deraadt@
2005-11-12Add i2cbus to smu and i2c to maciic.Mark Kettenis
2005-11-11Add maciic(4), an OpenFirware aware version of iic(4).Mark Kettenis
2005-11-06Add attachment of ki2c at memc as well as macobio, wil be used on G5.Dale Rahn
2005-10-31work in progress on a tumbler driver, driver is commented out for now.Brad Smith
2005-10-31add aoa audio support, found in several macppc machinesJoris Vink
ok drahn@
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
ok drahn@
2005-10-26add an i2s framework, which can be reused in new audio driversJoris Vink
for macppc, as most modern Apple machines have i2s-based audio. also let snapper use i2s.c right away; tested by Antoine Jacoutot, drahn@ and kettenis@ "yes, commit!" drahn@, ok kettenis@
2005-10-19Add smu(4).Mark Kettenis
ok drahn@
2005-09-29Add driver for HyperTransport as found in G5 Macs.Mark Kettenis
ok drahn@
2005-05-04move gpio(_obio) stuff to macgpio, currently it collides with the MI gpioDale Rahn
ok miod@ grange@
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
ok miod@
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2004-07-20Allow a kernel to specify wd* as root or swap device;Miod Vallat
spotted by Waldemar Brodkorb.
2004-05-10mediabay driver to configure ata bus attached to CD on pismo PowerbookDale Rahn
tested by Glen Barney and Okan Demirmen.
2004-01-11plug snapper audio into build. ok dhartmei@Dale Rahn
2003-06-05ATA100 driver for apple's new machines, aka kauai.Dale Rahn
This is working with udma on a 12" PBG4, but dma is disabled for now, too many hardcoded values. 'wdc...flags 0x1' will enable it.
2002-09-14spacesTheo de Raadt