Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt | |
by krw and myself. | |||
2011-05-25 | Add dfs(4), a driver to support the Dynamic Frequency Switching feature | Martin 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 on | Jasper 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-07 | Sync mplock code with the current paradigm used in all other MP platforms. | Miod Vallat | |
macppc was left unchanged by mistake. | |||
2009-05-03 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis | |
them along when we attach pci(4). Simplify the rbus code by using extents too. | |||
2008-03-21 | crank maxusers on some architectures | Theo de Raadt | |
2007-11-12 | /dev/openprom | Mark Kettenis | |
ok miod@, deraadt@ | |||
2007-10-14 | Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs with | Mark Kettenis | |
contents from OpenFirmware. ok deraadt@ | |||
2007-06-08 | include files.bluetooth, so that bluetooth support can be compiled, | Jasper Lievisse Adriaanse | |
if enabled. ok gwk@ | |||
2007-06-01 | remove ofw devices which we don't use; that way of mixing devices is crazy | Theo de Raadt | |
(means i also don not have to fix the daddr_t problems) ok miod | |||
2007-04-23 | rename drivers with numbers in them; ok gwk drahn | Theo de Raadt | |
2007-04-22 | Add sysbutton a driver for the 'System identifier' button found on the | Gordon 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-22 | rename a very long driver name to something shorter, and more clear | Theo de Raadt | |
and while there, fix the interrupt name for vmstat -iz; ok gwk | |||
2007-04-21 | Add blinkenlights(4) a driver to control the 16 leds found on the front | Gordon 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-06 | Enable mesh and mc device drivers in GENERIC, booting on old world macs is | Gordon Willem Klok | |
pointless without these two. ok martin@, deraadt@ durring h2k6 | |||
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko | |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-04-23 | Add puc(4) and com at puc. | Mark Kettenis | |
ok deraadt@ | |||
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod 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-03 | work in progress on the Apple Sudden Motion Sensor found in recent | Xavier Santolaria | |
PowerBooks and iBooks, driver is commented out for now; with prodding, help and ok from kettenis@, ok deraadt@. | |||
2006-01-01 | switch 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-21 | Remove aed(4) on macppc, nothing uses its functionality since key repeat is | Miod Vallat | |
handled by wscons and mouse emulation was never enabled or documented. | |||
2005-12-20 | Add 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-19 | Apple "onyx" audio device driver. | Mark Kettenis | |
2005-11-17 | add attachment for openpic behind memc, for newer G5 systems. | Dale Rahn | |
only attaches a parent openpic, not a slave openpic. ok kettenis | |||
2005-11-16 | Add support for the I2C controller on via-pmu. | Mark Kettenis | |
ok deraadt@ | |||
2005-11-16 | macppc can have gpio | Theo de Raadt | |
2005-11-15 | move lm87 to dev/i2c; ok kettenis | Theo de Raadt | |
2005-11-14 | Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus. | Mark Kettenis | |
ok deraadt@ | |||
2005-11-13 | maciic at ki2c | Mark Kettenis | |
ok deraadt@ | |||
2005-11-12 | Add i2cbus to smu and i2c to maciic. | Mark Kettenis | |
2005-11-11 | Add maciic(4), an OpenFirware aware version of iic(4). | Mark Kettenis | |
2005-11-06 | Add attachment of ki2c at memc as well as macobio, wil be used on G5. | Dale Rahn | |
2005-10-31 | work in progress on a tumbler driver, driver is commented out for now. | Brad Smith | |
2005-10-31 | add aoa audio support, found in several macppc machines | Joris Vink | |
ok drahn@ | |||
2005-10-30 | add daca audio support, found in some macppc machines; | Joris Vink | |
ok drahn@ | |||
2005-10-26 | add an i2s framework, which can be reused in new audio drivers | Joris 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-19 | Add smu(4). | Mark Kettenis | |
ok drahn@ | |||
2005-09-29 | Add driver for HyperTransport as found in G5 Macs. | Mark Kettenis | |
ok drahn@ | |||
2005-05-04 | move gpio(_obio) stuff to macgpio, currently it collides with the MI gpio | Dale Rahn | |
ok miod@ grange@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-07-20 | Allow a kernel to specify wd* as root or swap device; | Miod Vallat | |
spotted by Waldemar Brodkorb. | |||
2004-05-10 | mediabay driver to configure ata bus attached to CD on pismo Powerbook | Dale Rahn | |
tested by Glen Barney and Okan Demirmen. | |||
2004-01-11 | plug snapper audio into build. ok dhartmei@ | Dale Rahn | |
2003-06-05 | ATA100 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-14 | spaces | Theo de Raadt | |