aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Added the bugfixes from the current NetBSD driver. Put in some parts ofAndreas Schulz1994-05-021-64/+98
* Change old alias b_cylin to b_residGary Clark II1994-04-301-2/+2
* Updated swedish keymap.Søren Schmidt1994-04-261-18/+18
* Fixed missing bounds check in scroll up/down sequence, that couldSøren Schmidt1994-04-261-5/+11
* Added support for the 16 port Boca via a flag to specify that there isDavid Greenman1994-04-231-4/+9
* Changed timer usage to new functions in clock.cSøren Schmidt1994-04-211-6/+8
* Change timer usage to use new functions in clock.cSøren Schmidt1994-04-211-10/+13
* Bug fixes and performance improvements from John Dyson and myself:David Greenman1994-04-202-2/+6
* Add delays after changing from 8/16 - 16/8 bit mode and after enabling/David Greenman1994-04-131-13/+30
* Patch from S0ren, 80x50 font trashed after switching from X consoleAndrey A. Chernov1994-04-121-1/+7
* Fixed brokeness in the support of the 83C790/Elite Ultra (now that IDavid Greenman1994-04-102-20/+82
* Fix arguments of CONS_GETINFOAndrey A. Chernov1994-04-071-2/+4
* Changes to lpt driver:Geoff Rehmet1994-04-061-0/+24
* Add declaration missing from previous bde's versionAndrey A. Chernov1994-04-031-1/+2
* CHANGES from Bruce:Andrey A. Chernov1994-04-031-195/+306
* New interrupt code from Bruce Evans. In additional to Bruce's attachedDavid Greenman1994-04-021-2/+1
* Replace CAPS led with ALTGR led for ALTGR mode (soft) keyboards,Andrey A. Chernov1994-04-011-7/+15
* Change got_status/modem_status assignment per Bruce suggestion,Andrey A. Chernov1994-04-011-4/+4
* 1) Better fix for false carrier detect on bidir portAndrey A. Chernov1994-03-261-8/+16
* Fix false carrier detection on incoming bidir port.Andrey A. Chernov1994-03-251-1/+3
* 1) Change dtrwait 300 to 3 * hz (to be more kosher)Andrey A. Chernov1994-03-231-2/+4
* Add siostop to sioclose, because ttyflush called fromAndrey A. Chernov1994-03-211-1/+2
* Changed the raw partition number from 3 to 0. This change lets us useAndreas Schulz1994-03-211-2/+2
* Increase default DTR wait time up to 3 secs.Andrey A. Chernov1994-03-211-2/+2
* previous optimization from John wasn't quite ready for primetime.David Greenman1994-03-211-9/+1
* Two fixes from John Dyson to fix hangs and panics when using ctrl-T:David Greenman1994-03-201-13/+46
* Remove ttyfree from siocloseAndrey A. Chernov1994-03-181-6/+1
* Added David Mills' kernel NTP PLL code. The current version of NTP doesGarrett Wollman1994-03-151-2/+2
* Checking l_close in unneeded (one of my previous fixes),Andrey A. Chernov1994-03-141-3/+2
* Don't call ttyclose twice into sioclose and move ttycloseAndrey A. Chernov1994-03-101-2/+3
* First open:Andrey A. Chernov1994-03-081-4/+11
* From: Jim Babb <babb@sedhps01.mdc.com>Nate Williams1994-03-081-1/+2
* Modified pccnprobe to not set cn_tp = CONSOLE_TTY if __FreeBSD__ isDavid Greenman1994-03-081-2/+2
* Removed a #warning that I left here.Guido van Rooij1994-03-061-4/+3
* Used definable status codes (some may be sharable, esp the door open codes, butJordan K. Hubbard1994-03-061-8/+8
* Added more status bytes for the mitsumi drive. This is only an uglyAndreas Schulz1994-03-051-2/+7
* This should stop the false probes in their slimey little tracks.Jordan K. Hubbard1994-03-051-2/+5
* Ttys structures are now allocated dynamically via ttymalloc/ttyfree.Guido van Rooij1994-03-022-25/+35
* 360 DD entry speed fixed to 250KBPSAndrey A. Chernov1994-03-021-2/+2
* floppy tape support shouldn't interfere with floppy disk driver onAndrew Moore1994-03-021-3/+4
* Minor comment change.David Greenman1994-03-021-5/+1
* Fix from Christoph Robitschko: the '790 interrupt table was wrong.David Greenman1994-03-011-2/+2
* RTS shouldn't be touched unless CS_RTS_IFLOW is set.Poul-Henning Kamp1994-02-261-2/+3
* TIOCTIMESTAMP capability. The port in question must be configured withPoul-Henning Kamp1994-02-241-1/+20
* This is Jordans probe code fixes. Tested on LU002, FX001D. Then I wentRodney W. Grimes1994-02-222-127/+217
* From: Jim Babb <babb@sedhps01.mdc.com>Nate Williams1994-02-141-3/+6
* Tentative fdc patches...Andrew Moore1994-02-072-39/+2
* Change all siointr (expect in Vsio, of course) to comintr1Andrey A. Chernov1994-02-071-16/+9
* Fixed bug in probe that was causing it to always probe true.David Greenman1994-02-071-2/+2
* Add floppy tape driver - fd => fdcAndrew Moore1994-02-072-96/+180