summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1998-08-10A workaround for screen flicker; eliminate some I/O access to the VGAKazutaka YOKOTA
1998-08-10Support the PAL version of the BT878 based Haupauge WinTV/PCI.Søren Schmidt
1998-08-09MF22: Shut this thing up by default.Jordan K. Hubbard
1998-08-08Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCSøren Schmidt
1998-08-06Fix some things Simon had broken, basically making LINT compile again.Eivind Eklund
1998-08-06The daemon, snake and star savers should refuse to load if the currentKazutaka YOKOTA
1998-08-05Add Id keywordBrian Somers
1998-08-05Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund
1998-08-04Add driver dgm - for the Digiboard PC/XemBrian Somers
1998-08-04Implemented a more sophisticated mechanism for handling transmitterDavid Greenman
1998-08-03Major ppbus updates from the author.Mike Smith
1998-08-031. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA
1998-08-03- When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA
1998-08-03Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA
1998-08-03Don't accept the blank time value, if it is too big.Kazutaka YOKOTA
1998-08-03- Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA
1998-08-02Added 82555B support for media status.David Greenman
1998-08-02Reordered fxp_softc for optimal cacheline behavior.David Greenman
1998-08-02Killed unused variable/assignment.David Greenman
1998-07-30Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans
1998-07-30Typo fix: teh --> (the|they)Alexander Langer
1998-07-29Fixed sign extension bugs awoken by changing speed_t to an unsignedBruce Evans
1998-07-29Fixed error handling:Bruce Evans
1998-07-29update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho
1998-07-25minphys means something different in FreeBSD than in NetBSD- not needed here ...Matt Jacob
1998-07-22Don't return an error if the magic number is not present.Julian Elischer
1998-07-22Add a call to a platform-specific irq remapping function for alpha platformsDoug Rabson
1998-07-22On the alpha, ports may be allocated above 64k.Doug Rabson
1998-07-20Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. ThisMike Smith
1998-07-20Add support for PCNet PCI chips that only work when we talk to them as ISAMike Smith
1998-07-20Start cleaning up the aynchronous probing code for SLICE handlers.Julian Elischer
1998-07-18Fixed error handling after a seek error that can't happen. When theBruce Evans
1998-07-15Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans
1998-07-15The ioctl request arg is unsigned long, so don't attempt to pass itBruce Evans
1998-07-15Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans
1998-07-14Add support for the AVer Media range of cards.Søren Schmidt
1998-07-14Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans
1998-07-14I checked in the wrong version yesterday . The correct version is 1.38Amancio Hasty
1998-07-13Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans
1998-07-13SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer
1998-07-13Improved Hauppauge's tuner detection and bt878 supportAmancio Hasty
1998-07-11Fixed printf format errors.Bruce Evans
1998-07-11Don't pretend to support ix86's with 7-bit ints by using longs just toBruce Evans
1998-07-08Merge changes from vendor branch.Peter Wemm
1998-07-06Add the ability to suspend as well as hibernate to the system. ThisWarner Losh
1998-07-04There is no such thing any more as "struct bdevsw".Julian Elischer
1998-07-04VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer
1998-07-04Fix some strange errors of shutting transmitter up when startSemen Ustimenko
1998-07-04Don't use a struct buf (malloc'd) without first initialising all the fieldsJulian Elischer
1998-06-28Some revisions of the aic7880 have a problem where, if theJustin T. Gibbs