summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-193-27/+30
* Fix one forgotten instance of \n to \rsos1998-08-181-2/+2
* Fixed printf format errors.bde1998-08-171-2/+2
* FIxed printf format errors. Most of them were exposed by our ntohl()bde1998-08-171-25/+31
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-0/+7
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-164-21/+22
* 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
* 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
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-132-6/+7
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-133-234/+127
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-133-80/+246
* Remove some #if 0'd and commented-out code.brian1998-08-121-34/+2
* Removed unused includes.bde1998-08-122-39/+2
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingbde1998-08-121-52/+27
* Fixed printf format errors.bde1998-08-121-7/+6
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-114-57/+39
* 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
* Hide compiler warnings for casting from a long to a pointer of abde1998-08-101-2/+2
* 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
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.sos1998-08-101-0/+1
* MF22: Shut this thing up by default.jkh1998-08-091-2/+2
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCsos1998-08-081-5/+13
* Fix some things Simon had broken, basically making LINT compile again.eivind1998-08-061-9/+3
* The daemon, snake and star savers should refuse to load if the currentyokota1998-08-063-3/+12
* Add Id keywordbrian1998-08-053-2/+9
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-053-159/+294
* Add driver dgm - for the Digiboard PC/Xembrian1998-08-044-0/+7023
* Implemented a more sophisticated mechanism for handling transmitterdg1998-08-041-45/+103
* Major ppbus updates from the author.msmith1998-08-0315-978/+3056
* 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 82555B support for media status.dg1998-08-021-1/+2
* Reordered fxp_softc for optimal cacheline behavior.dg1998-08-021-8/+10
* Killed unused variable/assignment.dg1998-08-021-2/+1
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-3/+3
* Typo fix: teh --> (the|they)alex1998-07-301-2/+2
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-292-4/+8
* Fixed error handling:bde1998-07-291-56/+61
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-293-142/+642
* minphys means something different in FreeBSD than in NetBSD- not needed here ...mjacob1998-07-251-2/+1
* Don't return an error if the magic number is not present.julian1998-07-221-7/+14
* Add a call to a platform-specific irq remapping function for alpha platformsdfr1998-07-221-1/+4
OpenPOWER on IntegriCloud