summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Enable duplex autodetection if UTP media are autodetected.msmith1998-08-271-11/+12
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-249-52/+72
* remove bdevsw arg from dsopen();phk1998-08-232-5/+4
* Fixed printf format errors.bde1998-08-231-2/+2
* Fixed printf format errors. `struct eisa_device' uses a strange typebde1998-08-231-8/+8
* Fixed printf format errors.bde1998-08-232-37/+47
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-2310-70/+78
* Removed cxpoll(). Just use ttpoll() like all other tty drivers. It'sbde1998-08-231-11/+1
* A better fix for kern/7144:msmith1998-08-201-36/+28
* Fixed bogus spelling `nx*' of some `no*' devswitch functions.bde1998-08-202-4/+4
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-10/+10
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-7/+7
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-192-18/+20
* Correct handling of ASCII DEL (0x7F).jkoshy1998-08-191-4/+6
* Correct glyph displayed by PCVT in ISO Latin-1 mode.jkoshy1998-08-191-1/+1
* Fix one forgotten instance of \n to \rsos1998-08-181-2/+2
* Removed unused includes.bde1998-08-171-9/+1
* Fixed a type mismatch.bde1998-08-171-2/+3
* Fixed printf format errors.bde1998-08-171-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-164-8/+10
* Cast an int to (intptr_t) before casting it to (void *).bde1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingbde1998-08-161-6/+6
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-152-2/+6
* Only write a filemark on close when data has actually been written.sos1998-08-141-5/+5
* Changed \n to \r in the mouse cutbuffer, this makes pine & Emacssos1998-08-141-4/+4
* Fix BNC/AUI autodetection.msmith1998-08-131-18/+32
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-132-121/+65
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-132-41/+127
* Removed support for FreeBSD-1.x.bde1998-08-121-6/+1
* Fixed printf format errors.bde1998-08-121-50/+4
* Removed unused includes.bde1998-08-121-25/+1
* Don't depend on "implicit int".bde1998-08-111-2/+2
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-117-76/+35
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-116-60/+51
* Fixed null setting of multiple wakeup prevention variable.bde1998-08-101-3/+3
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-103-15/+19
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+3
* A workaround for screen flicker; eliminate some I/O access to the VGAyokota1998-08-101-1/+17
* The machine dependent disk slice manager does not recognizephk1998-08-101-3/+6
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-081-0/+1
* Major ppbus updates from the author.msmith1998-08-032-190/+609
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-032-146/+300
* - When the system is shut down, switch to the vty0 if possible.yokota1998-08-031-3/+17
* Fix the bug which always reallocated the cut buffer wheneveryokota1998-08-031-7/+18
* Don't accept the blank time value, if it is too big.yokota1998-08-031-2/+4
* - Add new bell types: "quiet.normal" and "quiet.visual".yokota1998-08-032-4/+12
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-302-5/+6
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-291-2/+4
* Fixed error handling:bde1998-07-292-57/+63
* Extend cpl workaround so that it applies when we are returning tojlemon1998-07-271-3/+5
OpenPOWER on IntegriCloud