master
Constify struct cfattach.
with empty body loops, put final semicolon on a new line for readability ok bluhm@ jca@
Move the device table inside the softc.
Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddb input on adb machines.
Make audio(9) get_props() optional, remove it from duplex drivers
indent with tabs not spaces; from jon@elytron.openbsd.amsterdam
Update documentation URL
sizes for free(); ok semarie
spelling
remove prototypes with no matching function and externs with no var
Make use of macobio_* methods to manage the i2s GPIOs, remove the customs gpio_* methods and move the remaining global variables in the softc.
remove unused NETWORK_BUFSIZE.
spelling; ok mglocker@
splnet() not needed in activate function ok gkoehler
Various fixes to make kiic(4) work on my G5s.
Pass the device node to ia_cookie so we can pick it up in the i2c driver.
switch from macppc-specific maciic(4) driver to the generic iic(4), after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis
macppc, powerpc: retrigger deferred DEC interrupts from splx(9)
ansi
Implement audio input source selection.
Fix (unused) OPENPIC_IPI macro.
Add support for keyboard backlight on Apple Powerbooks.
put opening { on same line as struct name ok claudio@
macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)
Some of our fan scaling calculations with the muK temperature unit above 59 degC require temporary values larger than 32bit signed. Therefore bump those involved variables to int64_t and replace imin/imax with ulmin/ulmax to get proper results.
Add defines for known offsets and magical values, map the correct page and enable the mpic on G5 machines and finally introduce some helpers needed for suspend/resume. Is this called a rewrite?
Vacuum cleaning of the adb code, step 1: random KNF, remove mac68k leftovers, unused variables and functions, fix some comments, etc.
Fix some spelling.