aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixed the annoing bug that caused writes to /dev/console to go toSøren Schmidt1995-02-051-29/+34
* Allow all characters except "real" control chars.Søren Schmidt1995-02-031-52/+59
* Have version number track CSV version number. No other change.Justin T. Gibbs1995-02-031-2/+2
* Fix hanging while playing very short notes.Andrey A. Chernov1995-02-031-3/+5
* Removed misleading copyright note. This file contains justStefan Eßer1995-02-021-7/+2
* Reapplied all of Stefan's changes. What a mess - the files were modifiedDavid Greenman1995-02-023-403/+212
* Fixed up include paths after copying these in the repository.David Greenman1995-02-022-5/+5
* Fixed problem passing received packets to bpf.Paul Richards1995-02-021-33/+94
* Reviewed by: seStefan Eßer1995-02-011-0/+242
* Syscons bug fix: tab now right (thanks bruce!)Søren Schmidt1995-02-011-287/+313
* Reviewed by:Søren Schmidt1995-01-302-46/+60
* Use double speed read for FX001D, now this driveAndrey A. Chernov1995-01-302-9/+21
* Warning: vn doesn't work just now. I havn't found out why. This commitPoul-Henning Kamp1995-01-301-24/+0
* Add parentheses around macros!Jean-Marc Zucconi1995-01-291-2/+2
* Third round in syscons update.Søren Schmidt1995-01-282-515/+415
* Do not recompute TIMER0's maximum count, since it is in timer0_max_count.Jean-Marc Zucconi1995-01-281-11/+8
* Back out my previous change and disable the floppy tape controller againJordan K. Hubbard1995-01-271-1/+4
* Use NUM_FKEYS instead of hardcoded 65 for fkey_tab sizeAndrey A. Chernov1995-01-261-2/+2
* Get rid of overloaded Keypad 5, now F(65)Andrey A. Chernov1995-01-261-8/+8
* Get rid of overloaded Back tab, now F(64)Andrey A. Chernov1995-01-261-2/+2
* Rewrite fkey_tab to produce unique sequences for all fkeysAndrey A. Chernov1995-01-261-14/+20
* Implement Delete key properly, needed by ncursesAndrey A. Chernov1995-01-261-12/+12
* o Restore removed hardware cursor support and make it _default_Andrey A. Chernov1995-01-261-51/+120
* Changed address of the game controller to 0x201 (was 0x200)Jean-Marc Zucconi1995-01-251-0/+209
* Fix probe so it now correctly identifies all the different chipsPaul Richards1995-01-251-56/+74
* Added Andres Vega Garcia's email address.David Greenman1995-01-241-1/+8
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)David Greenman1995-01-232-13/+71
* aic7xxx.c:Justin T. Gibbs1995-01-224-99/+64
* Second round in syscons update:Søren Schmidt1995-01-201-286/+499
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)Bill Paul1995-01-202-13/+26
* Enable floppy-tape controller by default again. Flags no longer has anyJordan K. Hubbard1995-01-171-5/+2
* At $Ids to all files. Have the sequencer use DMA to tranfer its SCBJustin T. Gibbs1995-01-164-109/+132
* Some fixes to device configuration, now that I've had a chance to do itGarrett Wollman1995-01-151-12/+51
* Oops, forgot one change when DDB is defined.Søren Schmidt1995-01-131-2/+2
* Use (n - 1) in ESC [ xxx d and ESC [ xxx `Andrey A. Chernov1995-01-131-3/+3
* Full support for 294x and Wide devices. Fixed month old bug in the SCSIJustin T. Gibbs1995-01-131-81/+173
* Back out cursor wrap (restore original thing)Andrey A. Chernov1995-01-121-2/+2
* Argl!, finally found this bummer. The code testing for a write-Joerg Wunsch1995-01-121-36/+10
* First round in syscons update. Several new features has been added:Søren Schmidt1995-01-121-354/+497
* Finally implement support for the `lsdev' program. The controller isJoerg Wunsch1995-01-111-14/+30
* Restored Herb's current copyright. The one in the file appeared to haveDavid Greenman1995-01-081-244/+28
* Peter's work to work around one of the most annoying bugs in theJoerg Wunsch1995-01-062-143/+371
* Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100.Bruce Evans1995-01-061-5/+5
* Fight against hanging modems: add timeout to ttywait.Andrey A. Chernov1995-01-051-4/+1
* Made a few cosmetic changes, and fixed a bug in handling the case of theDavid Greenman1995-01-041-12/+14
* Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use theBruce Evans1995-01-031-29/+26
* Possible fix for NE2000 problems...the remote byte count wasn't wordDavid Greenman1995-01-011-4/+8
* Get rid of unused variable.David Greenman1995-01-011-4/+1
* Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce.Andreas Schulz1994-12-311-5/+5
* Update the sequencer code to handle both channels of Twin channel devices.Justin T. Gibbs1994-12-311-54/+144