aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-061-3/+3
* Device registration temporaly removed until major number allocation ok.Nicolas Souchu1998-09-042-5/+8
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+607
* Reviewed by: Doug RabsonNicolas Souchu1998-09-032-0/+103
* Submitted by: nsouchNicolas Souchu1998-09-036-0/+873
* Submitted by: nsouchNicolas Souchu1998-09-038-0/+1843
* printing with compatible mode fixed if ECP available + more verbose if bootve...Nicolas Souchu1998-09-021-43/+163
* Fixed bug in Miro Tuner detection. Missing Goto.Søren Schmidt1998-08-311-58/+70
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.Søren Schmidt1998-08-313-15/+69
* Added Capture Area ioctl - BT848[SG]CAPAREA.Søren Schmidt1998-08-313-27/+175
* Enable duplex autodetection if UTP media are autodetected.Mike Smith1998-08-271-11/+12
* Fix an spl protection botch.Justin T. Gibbs1998-08-261-3/+3
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCPoul-Henning Kamp1998-08-241-1/+5
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-248-50/+70
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-231-2/+2
* Fixed printf format errors.Bruce Evans1998-08-231-2/+2
* Fixed printf format errors. `struct eisa_device' uses a strange typeBruce Evans1998-08-231-8/+8
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-239-62/+69
* A better fix for kern/7144:Mike Smith1998-08-201-36/+28
* Fixed devfs initialization which I broke in the previous commit.Bruce Evans1998-08-202-20/+20
* Fixed devfs initialization which I broke in the previous commit.Bruce Evans1998-08-201-7/+7
* Make struct buf->b_offset reflect the real byte offset which gotSøren Schmidt1998-08-192-2/+5
* Enabled dynamically sized tty input buffers (with enough bufferingBruce Evans1998-08-193-27/+30
* Fix one forgotten instance of \n to \rSøren Schmidt1998-08-181-2/+2
* Fixed printf format errors.Bruce Evans1998-08-171-2/+2
* FIxed printf format errors. Most of them were exposed by our ntohl()Bruce Evans1998-08-171-25/+31
* Fixed printf format and spelling errors. Didn't fix relatedBruce Evans1998-08-161-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itsBill Paul1998-08-161-0/+7
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-164-21/+22
* Cast an int to (intptr_t) before casting it to (void *).Bruce Evans1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingBruce Evans1998-08-161-6/+6
* Changed \n to \r in the mouse cutbuffer, this makes pine & EmacsSøren Schmidt1998-08-141-4/+4
* Fix BNC/AUI autodetection.Mike Smith1998-08-131-18/+32
* Use "baseclass" instead of "class" for storing the contents of PCI registerJustin T. Gibbs1998-08-132-6/+7
* Cleaned up previous commit, mainly by moving repetitive calculationsBruce Evans1998-08-133-234/+127
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andBruce Evans1998-08-133-80/+246
* Remove some #if 0'd and commented-out code.Brian Somers1998-08-121-34/+2
* Removed unused includes.Bruce Evans1998-08-122-39/+2
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingBruce Evans1998-08-121-52/+27
* Fixed printf format errors.Bruce Evans1998-08-121-7/+6
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-114-57/+39
* Fixed null setting of multiple wakeup prevention variable.Bruce Evans1998-08-101-3/+3
* Use [u]intptr_t instead of [unsigned] long to convert and/or representBruce Evans1998-08-103-15/+19
* Hide compiler warnings for casting from a long to a pointer of aBruce Evans1998-08-101-2/+2
* Fixed the formatting of some tables (mainly the one produced by psBruce Evans1998-08-101-3/+3
* A workaround for screen flicker; eliminate some I/O access to the VGAKazutaka YOKOTA1998-08-101-1/+17
* 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