summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Support for >32 ports.jkh1998-02-171-58/+50
* Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15thscrappy1998-02-178-574/+764
* Delete apparently unused DEVFS control device creation code - codeeivind1998-02-161-4/+1
* A bunch of nits from bde.phk1998-02-151-68/+60
* Update to support SI/XIO PCI host cards (Z280 based) and the enhancedpeter1998-02-153-10/+235
* Revert part of my previous patch - I don't see the *need*jkh1998-02-151-3/+1
* missing spl() call and off by one error in the handling of the partitions.jkh1998-02-151-2/+3
* - If a PCCARD serial device is removed from the system, let the serialnate1998-02-141-2/+2
* Fix a couple of lines that dropped out in my merge yesterday.phk1998-02-131-3/+7
* Man, twice in as many days. Gotta learn to check that uname.phk1998-02-131-10/+10
* Add a skelleton pulse-per-second timing driver. This will become morephk1998-02-131-0/+222
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-135-52/+9
* Hmm, it is generally an advantage to commit the most recent version ofphk1998-02-131-15/+14
* Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatephk1998-02-122-60/+104
* Fix a white-space nit which I happened to notice.phk1998-02-121-3/+2
* Oops, sorry, a #define line for my debugging session slipped intoyokota1998-02-121-3/+1
* - Move the mouse cursor to the center of the screen after videoyokota1998-02-111-16/+41
* - A new semaphore: font_loading_in_progress.yokota1998-02-111-9/+27
* - Break scrn_timer() into two pieces. Now screen update is done in ayokota1998-02-111-85/+97
* - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's calledyokota1998-02-111-9/+18
* Staticize. (Diffs by me & and Simon in cooperation.)eivind1998-02-103-36/+36
* Support C-NET(98)S ethernet card (PC-98 only).kato1998-02-102-0/+105
* Staticize.eivind1998-02-0913-46/+46
* Add #include "opt_devfs.h".eivind1998-02-091-1/+2
* Back out DIAGNOSTIC changes.eivind1998-02-066-9/+3
* Add PnP support to if_ed.c.eivind1998-02-051-4/+113
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-046-3/+9
* MF22: update to newest version from author.jkh1998-02-041-188/+407
* Re-add my DEVFS changes after they were stomped on. This time, I throw awayeivind1998-02-042-5/+4
* Bugs/Enhancements:ahasty1998-02-023-149/+289
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isbde1998-02-011-20/+5
* Make the debug options new-style.eivind1998-01-312-2/+6
* Attempt at making this use DEVFS properly. (Now it should at least work.)eivind1998-01-312-3/+6
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Remove unused devfs include. (Julian or Satoshi might want to add propereivind1998-01-311-4/+1
* Don't clobber pp_flags when PP_KEEPALIVE must be set.jhay1998-01-302-6/+8
* Update to version stable-165jkh1998-01-291-196/+251
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyyokota1998-01-281-5/+5
* Add Simon Shapiro's DPT driverjulian1998-01-264-0/+5321
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-2418-14/+40
* Driver for the new SMC 9432TX cards.jkh1998-01-211-0/+1051
* - Add binary compatibility support for obsolete console/mouse ioctlsyokota1998-01-201-1/+51
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isbde1998-01-163-6/+6
* Fix illegal numeric expressions: 08 and 09.yokota1998-01-121-10/+10
* add devfs entries for a few more syscons devices (e.g. sysmouse)julian1998-01-121-3/+9
* - Produce the accent letter if the user hits the accent key twice.yokota1998-01-091-4/+28
* Make INET a proper option.eivind1998-01-0820-26/+95
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsamurai1998-01-081-4/+71
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-072-6/+356
* Actually implement the internals of the 'ppi' device.msmith1998-01-022-17/+94
OpenPOWER on IntegriCloud