summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
* Added missing #include of "opt_devfs.h".bde1998-02-251-4/+3
* Properly bzero() structures after they're returned from getccdbuf().jkh1998-02-221-1/+3
* there is a minor bug in sb_dsp.c -- the drivernate1998-02-214-4/+0
* Add $Id$gpalmer1998-02-211-0/+2
* Provide a missing parameter to printf to stop the kernel from panicing.gpalmer1998-02-211-1/+1
* Update to "stable-167" release; totally reimplements media detection.jkh1998-02-201-327/+418
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-202-3/+3
* Removed unused debugging variables and macros.bde1998-02-201-11/+3
* Removed unused #includes.bde1998-02-2012-95/+9
* Move Luigi's I2CWR ioctl from the video_ioctl section to theahasty1998-02-201-22/+26
* - Updated to Luigi's 2-15-98 code. The code in 2.2 is the same except fornate1998-02-176-12/+64
* 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
OpenPOWER on IntegriCloud