summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use a fast interrupt handler for the PCI version of the cy driverbde1999-01-156-8/+34
* Fixed corruption of the fd buffer queue. Once upon a time, the activebde1999-01-155-22/+45
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isabial1999-01-152-12/+20
* Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be usedmsmith1999-01-153-1/+799
* Change counter-intuitive pc@ and pc! to inb and outb.abial1999-01-145-20/+22
* Backed out previous commit. MALLOC_DEFINE() needs <sys/kernel.h>.bde1999-01-141-3/+3
* 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-148-17/+17
* Add entry for the target mode black hole driver.gibbs1999-01-141-0/+1
* Add support for routing initiator transactions to disabled luns to thegibbs1999-01-144-263/+452
* Add support for wildcard device entries in the EDT. The target modegibbs1999-01-141-94/+42
* The target mode 'Black Hole' device. This peripheral driver provides inquirygibbs1999-01-141-0/+715
* Properly handle transfers that only consume partial buffers.gibbs1999-01-141-6/+10
* Move the linker set definitions into a new header filejdp1999-01-142-59/+92
* dftp -> dtfp Get it right...msmith1999-01-143-6/+6
* add HZ missing in options.kjc1999-01-141-1/+2
* Fix various breakage after the recent keyboard driver change.yokota1999-01-142-14/+15
* 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
* In the event of a disk error, boot2 is expecting an errorrnordier1999-01-132-12/+12
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itabial1999-01-131-2/+2
* Add words "pc!" and "pc@" which allow to manipulate I/O ports. This canabial1999-01-135-0/+120
* 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-132-4/+4
* Move notes on some flags for AT keyboard. They used to be for sc0,yokota1999-01-133-12/+18
* Typo in patch application.msmith1999-01-131-2/+2
* Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>msmith1999-01-133-6/+6
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)bde1999-01-133-9/+22
* Add support for the ACER LABS Aladin chipset UDMA controller.julian1999-01-131-5/+87
* 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
OpenPOWER on IntegriCloud