aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans1997-03-241-2/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includeBruce Evans1997-03-241-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-249-16/+16
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-2414-27/+13
* Re-arrange the code to upload an SCB to ensure that there is at leastJustin T. Gibbs1997-03-241-14/+12
* Added Accton EN1207-TX support.KATO Takenori1997-03-231-1/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-2310-18/+18
* Submitted by: Michael Petry <petry@netwolf.NetMasters.com>Steve Passe1997-03-212-828/+1256
* Submitted by: Michael Petry <petry@netwolf.NetMasters.com>Steve Passe1997-03-211-14/+31
* Added support for newer cards that have the DP83840A PHY chip.David Greenman1997-03-212-9/+46
* Added Allied Telesis CenterCOM LA100-PCI support. Currently, fullKATO Takenori1997-03-201-1/+5
* additions for table-driven frequency calculation.Steve Passe1997-03-191-196/+202
* additions for table-driven frequency calculation.Steve Passe1997-03-191-0/+11
* aic7xxx.seq:Justin T. Gibbs1997-03-184-36/+263
* Submitted by: Doug White <dwhite@gdi.uoregon.edu>Steve Passe1997-03-171-1/+1
* Fixed two deficiencies in the driver that have existed since it wasDavid Greenman1997-03-172-23/+116
* Fixed null pointer panic in devtotty(). Fixed bounds checking inBruce Evans1997-03-161-7/+13
* Don't depend on <sys/types.h> being (bogusly) included by <stdio.h>.Bruce Evans1997-03-163-3/+9
* patches for bt848 specific hue/bright/contrast/satu/satv.Steve Passe1997-03-161-2/+68
* Submitted by: Amancio Hasty <hasty@rah.star-gate.com>Steve Passe1997-03-162-44/+182
* Missed one.Justin T. Gibbs1997-03-163-0/+204
* Makefile gram.y scan.l sequencer.h symbol.c symbol.h aic7xxx_asm.c:Justin T. Gibbs1997-03-1622-3239/+9185
* Various stylistic improvements regarding num_eisa_slots & co.:Joerg Wunsch1997-03-132-8/+10
* Since i don't see that anybody is implementing a more correct EISAJoerg Wunsch1997-03-121-1/+5
* Initial import of the Brooktree PCI-TV drivers. I have not testedMark Murray1997-03-103-0/+2664
* make sure that the user supplied signals in struct vt_mode are actuallyJohn-Mark Gurney1997-03-011-8/+18
* Fixed spelling error in a variable name.Bruce Evans1997-02-281-2/+2
* Removed an obsolete test which prevented mouse movement from quitingKazutaka YOKOTA1997-02-281-7/+6
* No longer clear all interrupt status when the sequencer is reset. The onlyJustin T. Gibbs1997-02-281-40/+29
* Leave reselections on all the time.Justin T. Gibbs1997-02-252-10/+21
* Add support for the SMC9332BDT that's using the DE21140A chip. ThisJoerg Wunsch1997-02-231-1/+15
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-225-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2270-70/+70
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wideJustin T. Gibbs1997-02-182-18/+11
* Oops, cut/paste could be done on tthe WRONG vty :(Søren Schmidt1997-02-131-1/+1
* Clear the DFCNTRL register after every busfree.Justin T. Gibbs1997-02-111-23/+26
* really minor cleanupJulian Elischer1997-02-111-1/+1
* Make ccd compile again after the Lite2 merge.Mike Pritchard1997-02-101-4/+4
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-102-3/+3
* Clear the channel after (re)selection instead of once we see the bus goJustin T. Gibbs1997-02-092-30/+31
* Fixed missing ioport offset from the reading/updating of the PLXDavid Greenman1997-02-051-1/+1
* Fix misspelled variable name, -current build stopperAndrey A. Chernov1997-02-051-1/+1
* Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.hStefan Eßer1997-02-041-1/+5
* Changed several configuration options:David Greenman1997-02-041-7/+7
* Do "selective" reset rather than full reset...the manual specificallyDavid Greenman1997-02-042-3/+8
* Don't include the short-frames counter in with the input errors. ThisDavid Greenman1997-02-041-3/+1
* In dma_finish, don't disturb the direction bit in DFCNTRL when turning offJustin T. Gibbs1997-02-031-6/+3
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inBruce Evans1997-02-011-3/+15
* Fixed the "switch to next screen" command (normally bound to theSøren Schmidt1997-01-301-1/+10
* Fixes and workarounds for Hayes ESP:Bruce Evans1997-01-291-7/+25