summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the options in ps(1) that were disabled with the Linuxjulian1999-01-132-2/+10
* Oops, I accidentaly left the debug option on by default.yokota1999-01-131-2/+2
* 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
* ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(eivind1999-01-121-3/+3
* Avoid unnecessary GCCism - I hadn't noticed the __unused macro.eivind1999-01-121-2/+3
* Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.eivind1999-01-121-3/+3
* Cast argument to avoid warning.eivind1999-01-121-1/+1
* Remove two cases of unused variable sp3.eivind1999-01-122-6/+2
* #ifdef out unused function key_freetables.eivind1999-01-121-1/+2
* Remove functions that are no longer in use.eivind1999-01-121-24/+1
* * Print pointers using the correct type (%p) instead of %x.eivind1999-01-121-6/+8
* Add #ifdef's to avoid unused label warning in some cases.eivind1999-01-121-1/+3
* Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.yokota1999-01-121-3/+3
* Remove unused statics.eivind1999-01-121-5/+1
* De-staticize and add prototype for main debug function. I'll turneivind1999-01-121-2/+3
* Remove unused variable & clean up a couple of style issues.eivind1999-01-121-5/+5
* Silence warnings.eivind1999-01-121-5/+10
* Remove declarations for undefined functions and a couple of unusedeivind1999-01-125-53/+5
* Silence warning about unused debug function. (I'll turn this functioneivind1999-01-121-3/+3
* Silence warnings.eivind1999-01-127-17/+19
* A couple more osf/1 compat tweaks.dfr1999-01-122-6/+13
* Clean up warnings: get conditional compilation right so that a localyokota1999-01-122-12/+22
* Clean up and fix quirk table (was missing necessary wildcards) and add a couplemjacob1999-01-121-34/+61
* %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-126-11/+11
* Remove 'pci_bridgeto' - it was just an empty placeholder.eivind1999-01-122-18/+2
* Remove unused variable.eivind1999-01-121-3/+5
* Silence warning by casting vxintr to correct typeeivind1999-01-122-2/+2
* Clean out warnings introduced in last commit.eivind1999-01-121-4/+4
* Take cdev major # 114 for ugenn_hibma1999-01-123-4/+8
* Move a couple of functions to make __inline work. While I'm here,eivind1999-01-123-86/+92
* Add a prototype to silence warnings.eivind1999-01-122-2/+6
* 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-124-65/+6
* Silence warnings by cleaning up xxxintr typeseivind1999-01-123-7/+8
* Silence warnings.eivind1999-01-1217-39/+59
* Clean up warnings; a couple of these came because of genuine errors ineivind1999-01-122-8/+12
* Silence warnings.eivind1999-01-129-24/+28
* Silence warnings by removing unused convenience function andeivind1999-01-122-32/+6
* Fixed minor style bugs in previous commit.bde1999-01-113-27/+23
* Updated for not-so-new version of Cyclom-Y PCI boards (with a custombde1999-01-113-10/+51
* Avoid warning for unused variable.eivind1999-01-112-4/+4
* remove some unused variablesjulian1999-01-111-8/+7
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesjulian1999-01-112-18/+210
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.nsouch1999-01-111-24/+30
OpenPOWER on IntegriCloud