summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sysconsyokota1999-01-198-99/+233
* Update the pccard hooks to use a module style declaration instead.peter1999-01-195-57/+15
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.julian1999-01-182-4/+4
* Fix screwed up previous commit.julian1999-01-182-8/+18
* From inspection, ISA interrupts were completely broken..julian1999-01-182-2/+40
* "fix" long standing aicasm build glitch. The problem was thepeter1999-01-172-4/+4
* Retrun EAGAIN if the current video mode is a graphics mode.yokota1999-01-173-6/+6
* - Examine the error code from the screen saver and act accordingly.yokota1999-01-171-18/+28
* Move the definition of set_origin from logo_saver.c to saver.h.des1999-01-161-3/+1
* Add two missing break statements.gibbs1999-01-151-1/+3
* Use a fast interrupt handler for the PCI version of the cy driverbde1999-01-151-2/+13
* Fixed corruption of the fd buffer queue. Once upon a time, the activebde1999-01-151-6/+13
* Return error codes to user-land.nsouch1999-01-141-12/+12
* Terminate negociation if Ext. link negociation succeeds. This avoidsnsouch1999-01-141-1/+8
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-142-4/+4
* Add support for routing initiator transactions to disabled luns to thegibbs1999-01-144-263/+452
* Removal unneccessary definitionsn_hibma1999-01-141-9/+5
* Corrected the latent fact that the uhub driver was providing a driver forn_hibma1999-01-148-13/+31
* Added Entrega Parallel and Serial Connectors to the informationn_hibma1999-01-142-4/+26
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,yokota1999-01-132-4/+4
* Calculate the number of bitmap colors in the correct way.yokota1999-01-131-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)bde1999-01-131-2/+5
* Get conditional compilation right so that unnecessary referenceyokota1999-01-131-8/+10
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)n_hibma1999-01-135-11/+11
* Removed warning and commentsn_hibma1999-01-131-17/+1
* 1) Bug fix: Interrupt transfers worked only for the first packet.n_hibma1999-01-131-12/+17
* Cast argument to avoid warning.eivind1999-01-121-1/+1
* Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.yokota1999-01-121-3/+3
* Clean up warnings: get conditional compilation right so that a localyokota1999-01-122-12/+22
* %b takes ints, not u_longs.eivind1999-01-121-4/+4
* Clean out warnings by changin ID string declarations to be char xxx[]eivind1999-01-121-2/+2
* Switch type of vxintr instead of using the previous casts.eivind1999-01-124-8/+8
* Remove 'pci_bridgeto' - it was just an empty placeholder.eivind1999-01-121-9/+1
* Silence warning by casting vxintr to correct typeeivind1999-01-121-1/+1
* Take cdev major # 114 for ugenn_hibma1999-01-121-2/+4
* Move a couple of functions to make __inline work. While I'm here,eivind1999-01-121-9/+10
* 1) textual changesn_hibma1999-01-121-48/+24
* Changed DRIVER_MODULE to CDEV_DRIVER_MODULEn_hibma1999-01-121-3/+4
* Remove/comment out unused functions.eivind1999-01-122-42/+2
* Silence warnings.eivind1999-01-126-15/+17
* Clean up warnings; a couple of these came because of genuine errors ineivind1999-01-121-4/+6
* Fixed minor style bugs in previous commit.bde1999-01-111-12/+10
* Updated for not-so-new version of Cyclom-Y PCI boards (with a custombde1999-01-111-3/+19
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.nsouch1999-01-111-24/+30
* Update the pointer into the bitmap correctly. The previous codeyokota1999-01-111-2/+2
* Add splash screen module. This version has rather limitedyokota1999-01-111-0/+494
* The first stage of console driver reorganization: activate newyokota1999-01-1113-1312/+1055
* Oops, I committed wrong version of these files in the last commit!yokota1999-01-112-73/+151
* Added file handling to ulpt (USB printer) drivern_hibma1999-01-111-2/+39
* Tweak the vr_start() and vr_rxeof() routines a little to improvewpaul1999-01-102-31/+13
OpenPOWER on IntegriCloud