summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-3/+3
* Device registration temporaly removed until major number allocation ok.nsouch1998-09-042-5/+8
* Reviewed by: Doug Rabsonnsouch1998-09-031-0/+607
* Reviewed by: Doug Rabsonnsouch1998-09-032-0/+103
* This commit was generated by cvs2svn to compensate for changes in r38776,nsouch1998-09-036-0/+873
|\
| * Submitted by: nsouchnsouch1998-09-036-0/+873
* | This commit was generated by cvs2svn to compensate for changes in r38774,nsouch1998-09-038-0/+1843
|\ \ | |/
| * Submitted by: nsouchnsouch1998-09-038-0/+1843
* printing with compatible mode fixed if ECP available + more verbose if bootve...nsouch1998-09-021-43/+163
* Fixed bug in Miro Tuner detection. Missing Goto.sos1998-08-311-58/+70
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-313-15/+69
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-313-27/+175
* Enable duplex autodetection if UTP media are autodetected.msmith1998-08-271-11/+12
* Fix an spl protection botch.gibbs1998-08-261-3/+3
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCphk1998-08-241-1/+5
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-248-50/+70
* remove bdevsw arg from dsopen();phk1998-08-231-2/+2
* Fixed printf format errors.bde1998-08-231-2/+2
* Fixed printf format errors. `struct eisa_device' uses a strange typebde1998-08-231-8/+8
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-239-62/+69
* A better fix for kern/7144:msmith1998-08-201-36/+28
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-202-20/+20
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-7/+7
* Make struct buf->b_offset reflect the real byte offset which gotsos1998-08-192-2/+5
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-193-27/+30
* Fix one forgotten instance of \n to \rsos1998-08-181-2/+2
* Fixed printf format errors.bde1998-08-171-2/+2
* FIxed printf format errors. Most of them were exposed by our ntohl()bde1998-08-171-25/+31
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-161-0/+7
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-164-21/+22
* Cast an int to (intptr_t) before casting it to (void *).bde1998-08-161-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg chaningingbde1998-08-161-6/+6
* Changed \n to \r in the mouse cutbuffer, this makes pine & Emacssos1998-08-141-4/+4
* Fix BNC/AUI autodetection.msmith1998-08-131-18/+32
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-132-6/+7
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-133-234/+127
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-133-80/+246
* Remove some #if 0'd and commented-out code.brian1998-08-121-34/+2
* Removed unused includes.bde1998-08-122-39/+2
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingbde1998-08-121-52/+27
* Fixed printf format errors.bde1998-08-121-7/+6
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-114-57/+39
* Fixed null setting of multiple wakeup prevention variable.bde1998-08-101-3/+3
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-103-15/+19
* Hide compiler warnings for casting from a long to a pointer of abde1998-08-101-2/+2
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+3
* A workaround for screen flicker; eliminate some I/O access to the VGAyokota1998-08-101-1/+17
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.sos1998-08-101-0/+1
* MF22: Shut this thing up by default.jkh1998-08-091-2/+2
OpenPOWER on IntegriCloud