aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.Søren Schmidt1998-08-101-0/+1
* MF22: Shut this thing up by default.Jordan K. Hubbard1998-08-091-2/+2
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCSøren Schmidt1998-08-081-5/+13
* Fix some things Simon had broken, basically making LINT compile again.Eivind Eklund1998-08-061-9/+3
* The daemon, snake and star savers should refuse to load if the currentKazutaka YOKOTA1998-08-063-3/+12
* Add Id keywordBrian Somers1998-08-053-2/+9
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-053-159/+294
* Add driver dgm - for the Digiboard PC/XemBrian Somers1998-08-044-0/+7023
* Implemented a more sophisticated mechanism for handling transmitterDavid Greenman1998-08-041-45/+103
* Major ppbus updates from the author.Mike Smith1998-08-0315-978/+3056
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-032-146/+300
* - When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA1998-08-031-3/+17
* Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA1998-08-031-7/+18
* Don't accept the blank time value, if it is too big.Kazutaka YOKOTA1998-08-031-2/+4
* - Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA1998-08-032-4/+12
* Added 82555B support for media status.David Greenman1998-08-021-1/+2
* Reordered fxp_softc for optimal cacheline behavior.David Greenman1998-08-021-8/+10
* Killed unused variable/assignment.David Greenman1998-08-021-2/+1
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-301-3/+3
* Typo fix: teh --> (the|they)Alexander Langer1998-07-301-2/+2
* Fixed sign extension bugs awoken by changing speed_t to an unsignedBruce Evans1998-07-292-4/+8
* Fixed error handling:Bruce Evans1998-07-291-56/+61
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-293-142/+642
* minphys means something different in FreeBSD than in NetBSD- not needed here ...Matt Jacob1998-07-251-2/+1
* Don't return an error if the magic number is not present.Julian Elischer1998-07-221-7/+14
* Add a call to a platform-specific irq remapping function for alpha platformsDoug Rabson1998-07-221-1/+4
* On the alpha, ports may be allocated above 64k.Doug Rabson1998-07-221-2/+8
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. ThisMike Smith1998-07-202-0/+1950
* Add support for PCNet PCI chips that only work when we talk to them as ISAMike Smith1998-07-203-4/+25
* Start cleaning up the aynchronous probing code for SLICE handlers.Julian Elischer1998-07-203-72/+106
* Fixed error handling after a seek error that can't happen. When theBruce Evans1998-07-181-1/+3
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-155-25/+25
* The ioctl request arg is unsigned long, so don't attempt to pass itBruce Evans1998-07-151-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Add support for the AVer Media range of cards.Søren Schmidt1998-07-141-9/+13
* Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans1998-07-141-8/+8
* I checked in the wrong version yesterday . The correct version is 1.38Amancio Hasty1998-07-141-12/+32
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-138-50/+53
* SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer1998-07-136-922/+701
* Improved Hauppauge's tuner detection and bt878 supportAmancio Hasty1998-07-132-37/+146
* Fixed printf format errors.Bruce Evans1998-07-111-12/+15
* Don't pretend to support ix86's with 7-bit ints by using longs just toBruce Evans1998-07-111-4/+4
* Merge changes from vendor branch.Peter Wemm1998-07-081-2/+11
* Add the ability to suspend as well as hibernate to the system. ThisWarner Losh1998-07-061-2/+21
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-046-56/+135
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-042-6/+6
* Fix some strange errors of shutting transmitter up when startSemen Ustimenko1998-07-041-578/+561
* Don't use a struct buf (malloc'd) without first initialising all the fieldsJulian Elischer1998-07-041-1/+5
* Some revisions of the aic7880 have a problem where, if theJustin T. Gibbs1998-06-281-2/+10
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTKazutaka YOKOTA1998-06-241-5/+2