| Age | Commit message (Expand) | Author |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2002-11-03 | Support internal ADB keyboard of PowerBook 190,190cs. | shiba |
| 2002-05-30 | - Don't use multi-line string literals. | thorpej |
| 2002-03-05 | Fix up a bug which PB150 shuts down when one boots up in progress. | shiba |
| 2001-11-20 | prepare for ELF: | chs |
| 2000-09-27 | Set up ADB hardware type before making decisions based on same. | scottr |
| 2000-07-03 | Stabilize ADB support for some non-Apple ADB peripherals. This is the | scottr |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-19 | Add and use macros to build ADB FLUSH, LISTEN, and TALK commands. | scottr |
| 2000-03-18 | Check to make sure we get a valid handler ID in response to a TALK R3. | scottr |
| 2000-03-07 | Low-level drivers, like the Power Manager driver, can get us into a major | scottr |
| 2000-02-21 | Explicitly include headers needed by iopreg.h | scottr |
| 2000-02-21 | Bracket disabled IIfx IOP code with #ifdef __notyet__, rather than | scottr |
| 1999-12-25 | Apparently, the Mac TV is a re-packaged Performa 550. Add code to | scottr |
| 1999-12-10 | An interrupt handler may change adbInCount underneath us, so qualify the decl... | scottr |
| 1999-11-28 | If there is only one ADB device, it will do us no good to avoid it | scottr |
| 1999-11-07 | In the interrupt handlers, check adb_polling instead of | scottr |
| 1999-11-07 | Oops... last rev created an unused variable. While here, clean up | scottr |
| 1999-11-07 | Convert one more buffer copy that I missed in rev 1.28. | scottr |
| 1999-11-07 | Always using polling for poweroff (from macppc). | scottr |
| 1999-11-07 | ite_polling -> adb_polling | scottr |
| 1999-11-06 | Convert buffer copies to memcpy(). | scottr |
| 1999-11-06 | Add more delay in adb_reinit() (from macppc). | scottr |
| 1999-11-06 | Don't invoke the upper half handler unless we're still | scottr |
| 1999-06-29 | Poll for serial interrupts. Return to 3000us delay instead of 4000us in init. | briggs |
| 1999-06-28 | Unfortunately, several changes that are intermingled: | briggs |
| 1999-05-15 | From Yasuhiro Endoh: Performa 58x uses ADB soft poweroff. | scottr |
| 1999-05-06 | Correct two more problems of the same type as in rev 1.21: use the length | scottr |
| 1999-03-18 | Fix an obscure bug in send_adb_cuda() found be comparison with | scottr |
| 1999-02-11 | o Change various attach arg and softc datatypes to ints. | ender |
| 1998-11-14 | Make this compile _and_ link with DEBUG / ADB_DEBUG defined. | briggs |
| 1998-11-14 | Allow this to compile with DEBUG defined. | briggs |
| 1998-10-26 | Make it compile for MRG_ADB kernels. | scottr |
| 1998-10-23 | New ADB "bus" interface: | ender |
| 1998-08-12 | New framework for handling processor interrupts, derived in part from | scottr |
| 1998-03-29 | Better integration of Power Manager IC ADB driver into the direct ADB driver ... | scottr |
| 1998-03-26 | Add Performa 580/588 to the list of machines which have a Cuda chip. | scottr |
| 1998-02-23 | Rewritten II-series ADB code from John Wittkoski. Also, a whole | scottr |
| 1998-02-21 | Unify ADB options and place them all into opt_adb.h. Provide a knob to | scottr |
| 1998-01-09 | Another update from John: if we're polling, e.g. in ddb, pass the | scottr |
| 1998-01-07 | Update from John Wittkoski: the Color Classic and Color Classic II | scottr |
| 1997-11-07 | Update from John Wittkoski: bug fixes for Cuda support. | scottr |
| 1997-11-04 | remove an obsolete comment. | briggs |
| 1997-08-11 | Make #include directives consistent. All MD headers are of the form: | scottr |
| 1997-04-21 | April 18 update from John Wittkoski, w/space vs. tab KNFing by me. | scottr |
| 1997-04-18 | Make sure to call adbop() on Power Manager-based machines. Noted by | scottr |
| 1997-04-14 | Use the new opt_mrg_adb.h header. | scottr |
| 1997-04-08 | Fix several more instances where the volatile modifier was needed. | scottr |
| 1997-04-08 | Direct-to-hardware ADB interface/driver, written by John P. Wittkoski. | scottr |