summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* More appropriate fix to the id_irq read during probensouch1999-02-141-3/+3
* The way the interrupt id was calculated was wrong and the lptnsouch1999-02-141-2/+2
* Move away from lpt.h data structure definition that only lpt.c relies on.nsouch1999-02-143-43/+59
* Return approriate errors to userland.nsouch1999-02-143-20/+52
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.nsouch1999-02-141-5/+10
* Rename nlpt to lpt.nsouch1999-02-144-136/+97
* Handle correctly iicbus request/release mechanism. Add iicbus allocationnsouch1999-02-132-9/+28
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.nsouch1999-02-134-18/+29
* Improved reporting of autodetected speed and duplex.julian1999-02-121-21/+48
* Define more registers and fix incorrect (but unused) register bit definitions.julian1999-02-111-10/+29
* Define more registers in the PHY unit and use them to report backjulian1999-02-112-9/+82
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.roger1999-02-111-17/+103
* Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-111-2/+25
* Set the ultra enable bits in the adaptor's scratch ram area only aftergibbs1999-02-111-20/+19
* Ensure that the ACK from the last information transfer phase has beengibbs1999-02-111-2/+16
* Correct a race condition where a target mode SCB dma could occurgibbs1999-02-111-7/+8
* Correct some indentationgrog1999-02-111-37/+48
* build_write_request: correct logic for handling writes to volumes withgrog1999-02-111-1/+1
* check_drive: Make sure that we don't open two different drives withgrog1999-02-111-14/+27
* In some cases, it's possible that I/O errors will cause the daemon togrog1999-02-111-4/+15
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-102-4/+6
* Cleanup. Set all PCI parameters of importance. Set a define that willmjacob1999-02-091-15/+105
* Roll internal release tag. Roll core version minor. Fix broken DPARM_DEFAULTmjacob1999-02-091-5/+8
* clean up some NVRAM definesmjacob1999-02-091-9/+5
* Add in defines that disable (temp) fast posting.mjacob1999-02-091-3/+7
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop Upmjacob1999-02-091-13/+43
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.mjacob1999-02-091-59/+156
* roll internal release tagmjacob1999-02-094-10/+14
* Generate correct DLT_NULL headers before passing packets to bpf.des1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cdes1999-02-081-26/+20
* Added detection for bt848a chipsroger1999-02-081-5/+11
* Added check to bktr_mmap() from OpenBSD driver.roger1999-02-081-46/+83
* Changed to use IICBUS_REPEATED_STARTroger1999-02-061-2/+2
* Followup to yokota's last commit:des1999-02-054-13/+14
* - Don't assume the line length in the video memory is always the same asyokota1999-02-053-11/+12
* Remove some dead debug codegrog1999-02-051-32/+27
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).bde1999-02-042-232/+378
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-011-2/+3
* Nuke some prototypes that really shouldn't be here.newton1999-02-011-8/+0
* The alternate B_PAGING path for vnstrategy() is used for VM faultsdillon1999-02-011-1/+2
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-311-5/+13
* Added UHCI_LEGSUP to uhcireg.hn_hibma1999-01-311-0/+2
* Fix compile warnings about missing braces around static initialization of uni...nsouch1999-01-312-25/+25
* New driver flags to support IFF_ALLMULTI handling.paul1999-01-311-1/+4
* Add IFF_MULTICAST when setting flags in lnc_init().paul1999-01-311-2/+2
* Fix and enable multicast support.paul1999-01-311-51/+47
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-3010-64/+91
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-309-16/+24
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofmjacob1999-01-307-205/+410
* Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to powermjacob1999-01-301-1135/+3100
OpenPOWER on IntegriCloud