aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatePoul-Henning Kamp1998-02-122-60/+104
* Fix a white-space nit which I happened to notice.Poul-Henning Kamp1998-02-121-3/+2
* Oops, sorry, a #define line for my debugging session slipped intoKazutaka YOKOTA1998-02-121-3/+1
* - Move the mouse cursor to the center of the screen after videoKazutaka YOKOTA1998-02-111-16/+41
* - A new semaphore: font_loading_in_progress.Kazutaka YOKOTA1998-02-111-9/+27
* - Break scrn_timer() into two pieces. Now screen update is done in aKazutaka YOKOTA1998-02-111-85/+97
* - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's calledKazutaka YOKOTA1998-02-111-9/+18
* Staticize. (Diffs by me & and Simon in cooperation.)Eivind Eklund1998-02-103-36/+36
* Support C-NET(98)S ethernet card (PC-98 only).KATO Takenori1998-02-102-0/+105
* Staticize.Eivind Eklund1998-02-0913-46/+46
* Add #include "opt_devfs.h".Eivind Eklund1998-02-091-1/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-066-9/+3
* Add PnP support to if_ed.c.Eivind Eklund1998-02-051-4/+113
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-046-3/+9
* MF22: update to newest version from author.Jordan K. Hubbard1998-02-041-188/+407
* Re-add my DEVFS changes after they were stomped on. This time, I throw awayEivind Eklund1998-02-042-5/+4
* Bugs/Enhancements:Amancio Hasty1998-02-023-149/+289
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isBruce Evans1998-02-011-20/+5
* Make the debug options new-style.Eivind Eklund1998-01-312-2/+6
* Attempt at making this use DEVFS properly. (Now it should at least work.)Eivind Eklund1998-01-312-3/+6
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.Eivind Eklund1998-01-311-0/+1
* Remove unused devfs include. (Julian or Satoshi might want to add properEivind Eklund1998-01-311-4/+1
* Don't clobber pp_flags when PP_KEEPALIVE must be set.John Hay1998-01-302-6/+8
* Update to version stable-165Jordan K. Hubbard1998-01-291-196/+251
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyKazutaka YOKOTA1998-01-281-5/+5
* Add Simon Shapiro's DPT driverJulian Elischer1998-01-264-0/+5321
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-2418-14/+40
* Driver for the new SMC 9432TX cards.Jordan K. Hubbard1998-01-211-0/+1051
* - Add binary compatibility support for obsolete console/mouse ioctlsKazutaka YOKOTA1998-01-201-1/+51
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isBruce Evans1998-01-163-6/+6
* Fix illegal numeric expressions: 08 and 09.Kazutaka YOKOTA1998-01-121-10/+10
* add devfs entries for a few more syscons devices (e.g. sysmouse)Julian Elischer1998-01-121-3/+9
* - Produce the accent letter if the user hits the accent key twice.Kazutaka YOKOTA1998-01-091-4/+28
* Make INET a proper option.Eivind Eklund1998-01-0820-26/+95
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsAtsushi Murai1998-01-081-4/+71
* Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA1998-01-072-6/+356
* Actually implement the internals of the 'ppi' device.Mike Smith1998-01-022-17/+94
* Reviewed by: Amancio HastyAmancio Hasty1997-12-311-4/+20
* Fixed initialization of the divisor latch. We depended on siocnopen()Bruce Evans1997-12-281-2/+21
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).Bruce Evans1997-12-282-2/+4
* Always call ttwwakeup() before returning from comstart(). It isn'tBruce Evans1997-12-281-1/+2
* Removed unnecessary (and broken) wakeup code in rpstart(). There is noBruce Evans1997-12-281-15/+0
* Change major number to match the one actually used (whoops!).Jordan K. Hubbard1997-12-261-1/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-167-5/+18
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-155-5/+11
* - Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA1997-12-072-68/+639
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that areBruce Evans1997-12-061-2/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-068-22/+22
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-025-13/+13
* Shuffle things a bit for better cacheline behavior.David Greenman1997-11-291-6/+6