aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add #ifdef's to avoid unused label warning in some cases.Eivind Eklund1999-01-121-1/+3
* Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.Kazutaka YOKOTA1999-01-121-3/+3
* Remove unused statics.Eivind Eklund1999-01-121-5/+1
* De-staticize and add prototype for main debug function. I'll turnEivind Eklund1999-01-121-2/+3
* Remove unused variable & clean up a couple of style issues.Eivind Eklund1999-01-121-5/+5
* Silence warnings.Eivind Eklund1999-01-121-5/+10
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-125-53/+5
* Silence warning about unused debug function. (I'll turn this functionEivind Eklund1999-01-121-3/+3
* Silence warnings.Eivind Eklund1999-01-127-17/+19
* A couple more osf/1 compat tweaks.Doug Rabson1999-01-122-6/+13
* Clean up warnings: get conditional compilation right so that a localKazutaka YOKOTA1999-01-122-12/+22
* Clean up and fix quirk table (was missing necessary wildcards) and add a coupleMatt Jacob1999-01-121-34/+61
* %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-126-11/+11
* Remove 'pci_bridgeto' - it was just an empty placeholder.Eivind Eklund1999-01-122-18/+2
* Remove unused variable.Eivind Eklund1999-01-121-3/+5
* Silence warning by casting vxintr to correct typeEivind Eklund1999-01-122-2/+2
* Clean out warnings introduced in last commit.Eivind Eklund1999-01-121-4/+4
* Take cdev major # 114 for ugenNick Hibma1999-01-123-4/+8
* Move a couple of functions to make __inline work. While I'm here,Eivind Eklund1999-01-123-86/+92
* Add a prototype to silence warnings.Eivind Eklund1999-01-122-2/+6
* 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-124-65/+6
* Silence warnings by cleaning up xxxintr typesEivind Eklund1999-01-123-7/+8
* Silence warnings.Eivind Eklund1999-01-1217-39/+59
* Clean up warnings; a couple of these came because of genuine errors inEivind Eklund1999-01-122-8/+12
* Silence warnings.Eivind Eklund1999-01-129-24/+28
* Silence warnings by removing unused convenience function andEivind Eklund1999-01-122-32/+6
* Fixed minor style bugs in previous commit.Bruce Evans1999-01-113-27/+23
* Updated for not-so-new version of Cyclom-Y PCI boards (with a customBruce Evans1999-01-113-10/+51
* Avoid warning for unused variable.Eivind Eklund1999-01-112-4/+4
* remove some unused variablesJulian Elischer1999-01-111-8/+7
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesJulian Elischer1999-01-112-18/+210
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.Nicolas Souchu1999-01-111-24/+30
* Make HP T4000S quirk to FIXED modeMatt Jacob1999-01-111-1/+5
* Add 'static' to the declaration, too.Eivind Eklund1999-01-111-2/+2
* SLOW_VGA -> VGA_SLOW_IOACCESS here, too.Eivind Eklund1999-01-113-6/+6
* Update the pointer into the bitmap correctly. The previous codeKazutaka YOKOTA1999-01-112-4/+4
* Drop boot.help support.Robert Nordier1999-01-112-20/+10
* Add a missing bzero which could be the source of instabilityLuigi Rizzo1999-01-111-12/+21
* No builtin command resets getopt before using it, causingMike Smith1999-01-114-3/+10
* Preserve the previous loader as loader.old.Mike Smith1999-01-111-1/+4
* Fix linux sendmsg() emulationMike Smith1999-01-112-4/+70
* Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead.Kazutaka YOKOTA1999-01-111-2/+3
* Add splash screen module. This version has rather limitedKazutaka YOKOTA1999-01-116-2/+1006
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-1140-2110/+1996
* 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-113-4/+43