Age | Commit message (Expand) | Author |
2005-10-26 | add an i2s framework, which can be reused in new audio drivers | Joris Vink |
2005-10-23 | Allow devices to attach behind memory controller, u3 has secondary interrupt | Dale Rahn |
2005-10-23 | up to 18 lines of unconfigured gpio pins is just noise, hide behind ifdef. | Dale Rahn |
2005-10-23 | Preliminary sensors support for iMac G5. | Mark Kettenis |
2005-10-21 | Clean up RTC code. | Mark Kettenis |
2005-10-20 | revert to revision 1.16 for now, 1.17 and 1.18 broke audio | Joris Vink |
2005-10-19 | Add smu(4). | Mark Kettenis |
2005-10-16 | print the hardware irq number, not the bogus internal number for 'vmstat -i' | Dale Rahn |
2005-10-15 | - merge adb_direct.h bits into adbvar.h | Martin Reindl |
2005-10-11 | Dont reset the registers if the same speed is programmed. helps reduce | Dale Rahn |
2005-10-09 | remove some NetBSD/OpenBSD portability cruft. | Brad Smith |
2005-10-09 | remove unused NETWORK_BUFSIZE. | Brad Smith |
2005-10-09 | While running pending interrupts, enable external interrupt, this way | Dale Rahn |
2005-10-07 | eliminate use of M_HASFCS | Martin Reindl |
2005-10-07 | Stop and restart the i2s clock when changing the snapper speed, otherwise | Dale Rahn |
2005-09-30 | i hate panic messages which do not print the value that was in error | Theo de Raadt |
2005-09-30 | pretty print | Theo de Raadt |
2005-09-26 | Match "u3" as found in G5 systems. | Mark Kettenis |
2005-09-26 | Consider nodes named "mpic" as potential open-pic candidates. | Mark Kettenis |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-06-06 | Homogeneize dmesg output. | Miod Vallat |
2005-05-26 | Dont hardcode the speed, allows mplayer to work. | Dale Rahn |
2005-05-26 | on the iBook G3, there are too many devices with the same gpio name; | Jason Wright |
2005-05-23 | pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sample | Jason Wright |
2005-05-22 | define our own conversion function which does mono-to-stereo with | Jason Wright |
2005-05-22 | whoops, wrong conversion function | Jason Wright |
2005-05-22 | more encodings | Jason Wright |
2005-05-22 | fix names of ulinear, too | Jason Wright |
2005-05-22 | add memory clobber to prevent reordering | Jason Wright |
2005-05-22 | ALAW is called AudioEalaw not AudioEmulaw | Jason Wright |
2005-05-07 | Do not make akbd_keydesctab[] static, for the sake of kbd -l. | Miod Vallat |
2005-05-04 | Portuguese layout; | Miod Vallat |
2005-05-04 | move gpio(_obio) stuff to macgpio, currently it collides with the MI gpio | Dale Rahn |
2005-03-29 | Missing break; | Miod Vallat |
2005-03-11 | Only print preconfigured interrupt table if option DEBUG, as done for openpic. | Miod Vallat |
2005-02-16 | Fix indentation to match similar code block below. | Aaron Campbell |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-25 | strncmp() the correct size when looking for ki2c companion. | Miod Vallat |
2004-11-28 | Prevent ADB devices other than mices of generating "extended" protocol events. | Matthieu Herrb |
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Theo de Raadt |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-10-20 | put newline at right place during attach | Theo de Raadt |
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko |
2004-10-01 | Sync with openpic.c evcount fixes; ok drahn@ | Miod Vallat |
2004-08-17 | Use device name, not constant string, ok deraadt@ | Dale Rahn |
2004-07-14 | Do not forget to count interrupts if they have been delayed; ok drahn@ | Miod Vallat |
2004-06-28 | shorten name | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on macppc. drahn@ ok | Aaron Campbell |
2004-06-14 | de-__P | Theo de Raadt |