summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use %p with (void *) casts to print pointers with printf.Justin T. Gibbs1998-09-173-16/+16
* Fix the (unported) resource shortage case- I'd done a xpt_freeze_simqMatt Jacob1998-09-162-4/+15
* Alpha port related fixes from Doug Rabson.Matt Jacob1998-09-161-17/+33
* alpha port fixes from Doug.Matt Jacob1998-09-162-5/+5
* Some workarounds for a common DEC pci-pci bridge found on alphas.Doug Rabson1998-09-161-5/+9
* Port de driver to alpha.Doug Rabson1998-09-161-3/+37
* Import base vinum lkm sourcesGreg Lehey1998-09-1623-0/+8235
* Fix printf format bugs.Justin T. Gibbs1998-09-163-31/+37
* Fix compile warnings.Matt Jacob1998-09-161-4/+4
* fix reported compile error flying blind- I do not have the new compiler yetMatt Jacob1998-09-151-2/+2
* Nuke uninitialized varible fd from retrier(). Change the devstat codeJustin T. Gibbs1998-09-151-3/+2
* Correct printf format bugs.Justin T. Gibbs1998-09-152-9/+10
* Add VESA support to syscons.Søren Schmidt1998-09-1511-1395/+1226
* Convert ISP pci front end to CAM/bus space/dma.Justin T. Gibbs1998-09-151-36/+428
* Contents were duplicated.Justin T. Gibbs1998-09-151-206/+1
* Update QLogic ISP support for CAM. Add preliminary target mode support.Justin T. Gibbs1998-09-158-2946/+14045
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-156-3704/+3138
* Add new files for HARP3Poul-Henning Kamp1998-09-1532-0/+11767
* Revive PCIConf.Justin T. Gibbs1998-09-152-44/+381
* Update system to new device statistics code.Justin T. Gibbs1998-09-152-68/+48
* Adaptec 154X SCSI-Host Adapter driver for CAM.Justin T. Gibbs1998-09-153-0/+2455
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.Justin T. Gibbs1998-09-155-0/+3755
* Move to new name, convert to CAM, add support for new chips, andJustin T. Gibbs1998-09-151-0/+1202
* Move to new name and convert to CAM.Justin T. Gibbs1998-09-151-0/+459
* Massive overhaul of the aic7xxx driver:Justin T. Gibbs1998-09-1521-1096/+8411
* Adaptec 174x EISA SCSI Host Adapter driver for CAM.Justin T. Gibbs1998-09-152-0/+1627
* EISA bus attachment for the AdvanSys driver.Justin T. Gibbs1998-09-151-0/+354
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-158-996/+3305
* Remove the SLICE code.Søren Schmidt1998-09-149-3806/+2
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfsSøren Schmidt1998-09-141-3/+1
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickEivind Eklund1998-09-132-29/+24
* invalid printf call fixed -> compile time warning removedNicolas Souchu1998-09-131-2/+2
* unused function removed (byte_1284_inbyte)Nicolas Souchu1998-09-131-34/+1
* Lowlevel i/o routines for ZIP+ support. Mostly written with microseqNicolas Souchu1998-09-131-0/+771
* ppbus enhanced to support ZIP+ : microseq improvedNicolas Souchu1998-09-132-27/+69
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-1310-129/+286
* Enable the vn device under DEVFS without SLICE.Søren Schmidt1998-09-121-4/+33
* Changed METEORSINPUT for Hauppauge cards with bt878.Søren Schmidt1998-09-102-25/+56
* Correct SECAM B-Delay and add XUSSR channel set.Søren Schmidt1998-09-102-4/+37
* Major number allocated for generic SMB i/o -> 106Nicolas Souchu1998-09-091-5/+3
* Major number allocated for generic I2C i/o -> 105Nicolas Souchu1998-09-091-5/+4
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-061-3/+3
* Device registration temporaly removed until major number allocation ok.Nicolas Souchu1998-09-042-5/+8
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+607
* Reviewed by: Doug RabsonNicolas Souchu1998-09-032-0/+103
* Submitted by: nsouchNicolas Souchu1998-09-036-0/+873
* Submitted by: nsouchNicolas Souchu1998-09-038-0/+1843
* printing with compatible mode fixed if ECP available + more verbose if bootve...Nicolas Souchu1998-09-021-43/+163
* Fixed bug in Miro Tuner detection. Missing Goto.Søren Schmidt1998-08-311-58/+70
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.Søren Schmidt1998-08-313-15/+69