| Age | Commit message (Expand) | Author |
| 2003-03-05 | Forgot dummy printf. | soren |
| 2003-03-05 | Be more verbose about unsupported keys. | soren |
| 2003-03-04 | Attach on recent TiBooks. | soren |
| 2003-02-23 | Merged mac68k and macppc keayboards, since they are the same. The file | manu |
| 2003-02-15 | Initialize the framebuffer BAT with BAT_G, too. This marks the region | briggs |
| 2003-02-15 | Add prototypes for ZS_TXDMA functions. | tsutsui |
| 2003-01-28 | Provide locking required by the interrupt handlers running at IPL_SERIAL. | pk |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-13 | Support 48kHz by using aurateconv. | wiz |
| 2002-10-02 | adapt to latest dev/ic/wi* changes | jdolecek |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-09-05 | put back NetBSD RCS Id removed in rev 1.6 | jdolecek |
| 2002-08-14 | Remove the key repeating feature. | aymeric |
| 2002-08-13 | akbd's now have a raw mode, and implement the WSKBDIO_SETMODE ioctl. | aymeric |
| 2002-08-07 | for ofb_enable_cache, turn on the BAT_M bit as well to prevent | chs |
| 2002-07-18 | Wrap debug printf in #ifdef DEBUG/#endif | bouyer |
| 2002-07-07 | Update OFB_ENABLE_CACHE to search for a empty bat that does not | matt |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-06-24 | Pass through the PCI configuration ioctls, like vga_pci.c does. | nathanw |
| 2002-06-18 | apm emulation, from openbsd | itojun |
| 2002-06-18 | KNF (whitespace) | itojun |
| 2002-06-18 | extern decl for adbHardware | itojun |
| 2002-06-14 | whitespace | itojun |
| 2002-06-14 | #define CAPS_IS_CONTROL will make caps key a control key (with weird | itojun |
| 2002-05-05 | Add a null asm statement in adb_read_date_time() | tsutsui |
| 2002-05-05 | Backout previous. It is not timing problem, but gcc optimization bug. | tsutsui |
| 2002-04-29 | Add a delay() in adb_read_date_time() so that my Apus2000 can get | tsutsui |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |
| 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 |