| Age | Commit message (Expand) | Author |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-12 | Only attach the first adb keyboard as the console kbd. Don't try for | wrstuden |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-03-04 | add a few missing keys, including f1-f12,home,end,next,prior | dbj |
| 2002-02-24 | solve polled adb keyboard problems with dropped keys and unsynced caps lock | dbj |
| 2002-02-23 | turn on polling using cnpollc | dbj |
| 2002-02-23 | In adb_soft_intr, remove the packet from the queue before calling the | dbj |
| 2002-01-16 | Use bpf_mtap(). | thorpej |
| 2002-01-09 | tweak timings | dbj |
| 2002-01-07 | Changes to the wdc(4) mi driver that add the WDC_CAPABILITY_SELECT | dbj |
| 2002-01-06 | add support for kgdb over zs | dbj |
| 2002-01-02 | add some error checks in adb_reinit, enabled with ADB_DEBUG and adb_debug | dbj |
| 2002-01-02 | if pm_adb_op times out waiting for an interrupt, attempt to take | dbj |
| 2002-01-02 | defer attaching akbd as console until after it has | dbj |
| 2001-11-04 | Use common macro to check message length. | tsutsui |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-10-02 | Use WSKBD_TYPE_ADB. | mycroft |
| 2001-09-16 | Grammar improvements in comments. | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-09 | Properly initiatize sc->sc_wdcdev.set_modes for non-DMA controllers. | bouyer |
| 2001-08-05 | use unsigned variable types as appropriate | jdolecek |
| 2001-08-03 | Remove (#if 0'ed) m68k asm codes. | tsubai |
| 2001-08-02 | Properly setup timings for ata-4 controllers, including UDMA modes. | bouyer |
| 2001-07-26 | Add rnd entropy gathering. | mjl |
| 2001-07-26 | Change description of handler-ID == 195. | tsubai |
| 2001-07-26 | Fix a warning when compiled w/o DDB. | tsubai |
| 2001-07-25 | Return() if piomode == -1 (i.e. we have no drives), avoid reading an array with | bouyer |
| 2001-07-22 | bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. | wiz |
| 2001-07-17 | Eject PCMCIA card on ohare based models only. | tsubai |
| 2001-07-12 | Add the keyboard ID found on the American versions of the PowerBook G4 and | nathanw |
| 2001-07-11 | Allow build with KGDB defined. | briggs |
| 2001-06-20 | There is no other support for KGDB in this driver yet, so ifdef out the | briggs |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-19 | Add/change prototypes so that macpcc builds with -Wstrict-prototypes. | simonb |
| 2001-06-17 | Support the new iBook. | tsubai |
| 2001-06-15 | Pass WDC_CAPABILITY_MODE to the wdc core, so that it will set timings | bouyer |
| 2001-06-10 | Use machine/bat.h rather than powerpc/mpc6xx/bat.h. | tsubai |
| 2001-06-10 | Forgot to commit this; s/offb/ofb/. | tsubai |
| 2001-06-10 | Use ofb_softc again. | tsubai |
| 2001-06-10 | Enable color! call in ofb_putcmap again. | tsubai |
| 2001-06-08 | Make macppc compile by default with -Wall -Wmissing-prototype in addition | matt |
| 2001-06-06 | Changes new pmap, common param.h, vmparam.h, and moved includes. | matt |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-16 | Add AirMac frontend. | tsubai |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-04-26 | Remove spaces at EOL. | tsubai |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-04-24 | Make sure free rx buffers have GMAC_OWN set. | tsubai |
| 2001-04-20 | After finishing with the received descriptor, make sure to "eieio" to make | matt |