| Age | Commit message (Expand) | Author |
| 2002-10-03 | Refactor kbd and mouse drivers so that they can use different middle | uwe |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Remove unused extern decl of cgsix_sbus_ca. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-09-04 | correct integer overrun | itojun |
| 2002-08-06 | integer overflow. from silvio@qualys.com | itojun |
| 2002-05-13 | Check whether a console is attached before sending data upstream. | pk |
| 2002-05-06 | Replace <dev/sun/sun_boot.h> with <sys/bootinfo.h>, which is intended | lukem |
| 2002-04-24 | Include <stdint.h> or <sys/stdint.h> to get the C99 fixed-width types, since | bjh21 |
| 2002-04-24 | Add <dev/sun/sun_boot.h>, which contains common boot block stuff for | lukem |
| 2002-04-12 | Add entries for Type5 keys T5_Insert, T5_Home, T5_End, T5_PgUp and T5_PgDn | pk |
| 2002-03-22 | Changed some preprocessor tests for SUN4 to test for !SUN4U | fredette |
| 2002-03-22 | Added Sun common kbd_reg.h, kbio.h, and vuid_event.h files. | fredette |
| 2002-03-11 | `bus_type_t' is gone. | pk |
| 2002-01-14 | Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). | tsutsui |
| 2001-12-11 | Name changes: {KBD,MS}_BPS => {KBD,MS}_DEFAULT_BPS | pk |
| 2001-12-09 | KBD_BPS => KBD_DEFAULT_BPS (sync with ms driver nomenclature). | pk |
| 2001-12-09 | Allow SUN_MS_BPS to override the mouse baud rate at all times. (see PR14774). | pk |
| 2001-11-27 | When opening the mouse port, be sure to open it for 8 data bits. | fredette |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-12 | In fb_bell call kbd_docmd only #if NKBD > 0. | uwe |
| 2001-09-28 | Don't force a fixed baud rate if the parent zs driver has already determined | pk |
| 2001-09-26 | getprop* -> PROM_getprop* | eeh |
| 2001-09-24 | Change bus_space_mmap() signature to the official one. | eeh |
| 2001-09-19 | Define the DECstation framebuffer types, from pmax/include/fbio.h. | thorpej |
| 2001-08-05 | use unsigned variable types as appropriate | jdolecek |
| 2001-06-24 | Avoid unused variables if RASTERCONS_FULLSCREEN is defined. (see PR#13231) | pk |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-06-08 | #endif /* takes no argument */ | mrg |
| 2001-06-07 | LKM friendly: move ev_out32() to netbsd32 specific code; add an ev_out32 hook. | mrg |
| 2001-05-17 | give sunkbd and sunms a "poll" routine. | chs |
| 2001-04-11 | Put back all header files defining ioctls | jdolecek |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2001-01-10 | Get rid of (unintentionally added) ^M. | tsutsui |
| 2001-01-10 | Initialize the FBC mode register in cg6attach(). | tsutsui |
| 2000-12-19 | Kill extra "attached" message. | eeh |
| 2000-11-08 | Support for MI console magic framework. | eeh |
| 2000-11-05 | fix types in debug code. | chs |
| 2000-11-01 | Adapt to new line discipline scheme. | eeh |
| 2000-10-31 | fb_is_console(): we must match on the `fb' propery in a V0 PROMs root node | pk |
| 2000-10-10 | Fix compilation errors: unused variable & missing function return values. | pk |
| 2000-09-27 | Add missing cast of ms to (struct device *) in ms_deviopen and ms_deviclose | abs |
| 2000-09-21 | Support for Sun Keyboard/Mouse line disciplines. | eeh |
| 2000-09-21 | Guts of the Sun Keyboard/Mouse line disciplines. | eeh |
| 2000-08-26 | Don't bcopy() from luserland. | eeh |
| 2000-08-26 | Make 64-bit clean. | eeh |
| 2000-08-23 | Common framebuffer functions. | pk |
| 2000-08-23 | Add fb_setsize_pfour() prototype. | pk |