aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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-141/+641
* 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-36/+145
* 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-575/+558
* 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
* Avoid some panics in sio_unload which gets called with various dirtPoul-Henning Kamp1998-06-241-1/+9
* Removed unused includes.Bruce Evans1998-06-214-7/+3
* Removed unused includes.Bruce Evans1998-06-211-10/+6
* Removed unused includes.Bruce Evans1998-06-214-12/+4
* Renambed sbintr to sb_intr to avoid a conflict with the (nowBruce Evans1998-06-174-20/+20
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-171-2/+1
* Include <i386/isa/pnp.h> after including its prerequisiteBruce Evans1998-06-171-5/+5
* Added used include of <i386/isa/isa_device.h> - don't depend onBruce Evans1998-06-174-4/+8
* Don't log "unexpected" events on never-opened devices. Events leftBruce Evans1998-06-161-11/+4
* Horrible hack to allow newfs to work again in SLICE kernels.Julian Elischer1998-06-141-1/+4