aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sysconsKazutaka YOKOTA1999-01-198-99/+233
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-195-57/+15
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.Julian Elischer1999-01-182-4/+4
* Fix screwed up previous commit.Julian Elischer1999-01-182-8/+18
* From inspection, ISA interrupts were completely broken..Julian Elischer1999-01-182-2/+40
* "fix" long standing aicasm build glitch. The problem was thePeter Wemm1999-01-172-4/+4
* Retrun EAGAIN if the current video mode is a graphics mode.Kazutaka YOKOTA1999-01-173-6/+6
* - Examine the error code from the screen saver and act accordingly.Kazutaka YOKOTA1999-01-171-18/+28
* Move the definition of set_origin from logo_saver.c to saver.h.Dag-Erling Smørgrav1999-01-161-3/+1
* Add two missing break statements.Justin T. Gibbs1999-01-151-1/+3
* Use a fast interrupt handler for the PCI version of the cy driverBruce Evans1999-01-151-2/+13
* Fixed corruption of the fd buffer queue. Once upon a time, the activeBruce Evans1999-01-151-6/+13
* Return error codes to user-land.Nicolas Souchu1999-01-141-12/+12
* Terminate negociation if Ext. link negociation succeeds. This avoidsNicolas Souchu1999-01-141-1/+8
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-142-4/+4
* Add support for routing initiator transactions to disabled luns to theJustin T. Gibbs1999-01-144-262/+451
* Removal unneccessary definitionsNick Hibma1999-01-141-9/+5
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-148-13/+31
* Added Entrega Parallel and Serial Connectors to the informationNick Hibma1999-01-142-4/+26
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,Kazutaka YOKOTA1999-01-132-4/+4
* Calculate the number of bitmap colors in the correct way.Kazutaka YOKOTA1999-01-131-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)Bruce Evans1999-01-131-2/+5
* Get conditional compilation right so that unnecessary referenceKazutaka YOKOTA1999-01-131-8/+10
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-135-11/+11
* Removed warning and commentsNick Hibma1999-01-131-17/+1
* 1) Bug fix: Interrupt transfers worked only for the first packet.Nick Hibma1999-01-131-12/+17
* Cast argument to avoid warning.Eivind Eklund1999-01-121-1/+1
* Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.Kazutaka YOKOTA1999-01-121-3/+3
* Clean up warnings: get conditional compilation right so that a localKazutaka YOKOTA1999-01-122-12/+22
* %b takes ints, not u_longs.Eivind Eklund1999-01-121-4/+4
* Clean out warnings by changin ID string declarations to be char xxx[]Eivind Eklund1999-01-121-2/+2
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-124-8/+8
* Remove 'pci_bridgeto' - it was just an empty placeholder.Eivind Eklund1999-01-121-9/+1
* Silence warning by casting vxintr to correct typeEivind Eklund1999-01-121-1/+1
* Take cdev major # 114 for ugenNick Hibma1999-01-121-2/+4
* Move a couple of functions to make __inline work. While I'm here,Eivind Eklund1999-01-121-9/+10
* 1) textual changesNick Hibma1999-01-121-48/+24
* Changed DRIVER_MODULE to CDEV_DRIVER_MODULENick Hibma1999-01-121-3/+4
* Remove/comment out unused functions.Eivind Eklund1999-01-122-42/+2
* Silence warnings.Eivind Eklund1999-01-126-15/+17
* Clean up warnings; a couple of these came because of genuine errors inEivind Eklund1999-01-121-4/+6
* Fixed minor style bugs in previous commit.Bruce Evans1999-01-111-12/+10
* Updated for not-so-new version of Cyclom-Y PCI boards (with a customBruce Evans1999-01-111-3/+19
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.Nicolas Souchu1999-01-111-24/+30
* Update the pointer into the bitmap correctly. The previous codeKazutaka YOKOTA1999-01-111-2/+2
* Add splash screen module. This version has rather limitedKazutaka YOKOTA1999-01-111-0/+494
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-1113-1308/+1051
* Oops, I committed wrong version of these files in the last commit!Kazutaka YOKOTA1999-01-112-73/+151
* Added file handling to ulpt (USB printer) driverNick Hibma1999-01-111-2/+39
* Tweak the vr_start() and vr_rxeof() routines a little to improveBill Paul1999-01-102-31/+13