aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)Nick Hibma1999-02-151-0/+8
* Added vendor Compaq/CMDTACH and USB067[03]Nick Hibma1999-02-151-0/+21
* Added more verbose debugging output to uhci_runNick Hibma1999-02-151-2/+26
* Corrected ioctl numbers conflict.Roger Hardiman1999-02-151-37/+47
* More appropriate fix to the id_irq read during probeNicolas Souchu1999-02-141-3/+3
* The way the interrupt id was calculated was wrong and the lptNicolas Souchu1999-02-141-2/+2
* Move away from lpt.h data structure definition that only lpt.c relies on.Nicolas Souchu1999-02-143-43/+59
* Return approriate errors to userland.Nicolas Souchu1999-02-143-20/+52
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.Nicolas Souchu1999-02-141-5/+10
* Rename nlpt to lpt.Nicolas Souchu1999-02-144-136/+97
* Handle correctly iicbus request/release mechanism. Add iicbus allocationNicolas Souchu1999-02-132-9/+28
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.Nicolas Souchu1999-02-134-18/+29
* Improved reporting of autodetected speed and duplex.Julian Elischer1999-02-121-21/+48
* Define more registers and fix incorrect (but unused) register bit definitions.Julian Elischer1999-02-111-10/+29
* Define more registers in the PHY unit and use them to report backJulian Elischer1999-02-112-9/+82
* Added ioctl REMOTE_GETKEY for Hauppauge Infra-Red Remote Control.Roger Hardiman1999-02-111-17/+103
* Added new ioctls for Hauppage Infra-Red Remote Control support,Roger Hardiman1999-02-111-2/+25
* Set the ultra enable bits in the adaptor's scratch ram area only afterJustin T. Gibbs1999-02-111-20/+19
* Ensure that the ACK from the last information transfer phase has beenJustin T. Gibbs1999-02-111-2/+16
* Correct a race condition where a target mode SCB dma could occurJustin T. Gibbs1999-02-111-7/+8
* Correct some indentationGreg Lehey1999-02-111-37/+48
* build_write_request: correct logic for handling writes to volumes withGreg Lehey1999-02-111-1/+1
* check_drive: Make sure that we don't open two different drives withGreg Lehey1999-02-111-14/+27
* In some cases, it's possible that I/O errors will cause the daemon toGreg Lehey1999-02-111-4/+15
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-102-4/+6
* Cleanup. Set all PCI parameters of importance. Set a define that willMatt Jacob1999-02-091-15/+105
* Roll internal release tag. Roll core version minor. Fix broken DPARM_DEFAULTMatt Jacob1999-02-091-5/+8
* clean up some NVRAM definesMatt Jacob1999-02-091-9/+5
* Add in defines that disable (temp) fast posting.Matt Jacob1999-02-091-3/+7
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop UpMatt Jacob1999-02-091-13/+43
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.Matt Jacob1999-02-091-59/+156
* roll internal release tagMatt Jacob1999-02-094-10/+14
* Generate correct DLT_NULL headers before passing packets to bpf.Dag-Erling Smørgrav1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cDag-Erling Smørgrav1999-02-081-26/+20
* Added detection for bt848a chipsRoger Hardiman1999-02-081-5/+11
* Added check to bktr_mmap() from OpenBSD driver.Roger Hardiman1999-02-081-46/+83
* Changed to use IICBUS_REPEATED_STARTRoger Hardiman1999-02-061-2/+2
* Followup to yokota's last commit:Dag-Erling Smørgrav1999-02-054-13/+14
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-053-11/+12
* Remove some dead debug codeGreg Lehey1999-02-051-32/+27
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).Bruce Evans1999-02-042-232/+378
* Remember to initialize ifp->if_snd.ifq_maxlen.Bill Paul1999-02-011-2/+3
* Nuke some prototypes that really shouldn't be here.Mark Newton1999-02-011-8/+0
* The alternate B_PAGING path for vnstrategy() is used for VM faultsMatthew Dillon1999-02-011-1/+2
* Move the "fetch serial data" delay so that it is an inter-bit delay.Peter Dufault1999-01-311-5/+13
* Added UHCI_LEGSUP to uhcireg.hNick Hibma1999-01-311-0/+2
* Fix compile warnings about missing braces around static initialization of uni...Nicolas Souchu1999-01-312-25/+25
* New driver flags to support IFF_ALLMULTI handling.Paul Richards1999-01-311-1/+4
* Add IFF_MULTICAST when setting flags in lnc_init().Paul Richards1999-01-311-2/+2
* Fix and enable multicast support.Paul Richards1999-01-311-51/+47