aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-151-2/+3
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. ThisPeter Wemm1998-10-142-6/+6
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andPeter Wemm1998-10-132-57/+91
* Clear out transmit descriptor memory in fxp_attach when it's malloced.David Greenman1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().David Greenman1998-10-101-5/+9
* Attempt to work around the page fault in tulip_txput(). I've been runningPeter Wemm1998-10-101-2/+2
* Add support for yet another "cyclone" board, with PCI device id 0x905A.Bill Paul1998-10-092-3/+6
* Correctly update the tail pointer of the transmit queue in tl_start()Bill Paul1998-10-081-2/+3
* ahc_pci.c:Justin T. Gibbs1998-10-073-8/+17
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).Justin T. Gibbs1998-10-071-0/+185
* Add functions for accessing dense and bwx memory for pci devices. TheseDoug Rabson1998-10-062-3/+51
* Force the ThunderLAN driver to use PIO mode by default instead ofBill Paul1998-10-041-2/+9
* Oops, forgot /* */ around Id stringSøren Schmidt1998-10-011-1/+1
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardsSøren Schmidt1998-09-301-12/+33
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardsSøren Schmidt1998-09-301-0/+3
* Changed tuner code to autodetect tuner i2c address.Søren Schmidt1998-09-302-79/+59
* FIxed printf format errors (an new one that is only detected on systemsBruce Evans1998-09-291-6/+6
* Update SimOS scsi driver to use CAM.Doug Rabson1998-09-261-134/+167
* Add hooks so that the alpha can detect which disk has the root partition.Doug Rabson1998-09-262-2/+9
* Don't set script to vaddr2 on the alpha - it can't access scripts in deviceDoug Rabson1998-09-261-2/+6
* Apply patch graciously provided by Jason Wright <jason@thought.net> fromBill Paul1998-09-252-25/+36
* Small tweak: force another reset of the adapter after probing for all theBill Paul1998-09-241-3/+13
* Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.Peter Wemm1998-09-241-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidPeter Wemm1998-09-241-7/+15
* Overhaul the ThunderLAN driver. This update includes the followingBill Paul1998-09-232-1029/+1006
* A fix from Justin for the NCR bug that caused panics on 875 (and possiblyKenneth D. Merry1998-09-221-3/+3
* Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c.Justin T. Gibbs1998-09-221-23/+25
* Alpha patches for the NCR driver from Doug Rabson. I've tested these on anKenneth D. Merry1998-09-201-54/+136
* Set QUIRK_NOMSG for all devices as was the case in the non-CAM versionJustin T. Gibbs1998-09-181-3/+3
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driverMatt Jacob1998-09-181-7/+8
* Really correct ncr_freeze_devq now. We scan backwards from the currentJustin T. Gibbs1998-09-171-11/+26
* A major amount of cleaning up:Matt Jacob1998-09-171-44/+32
* Use %p with (void *) casts to print pointers with printf.Justin T. Gibbs1998-09-171-5/+5
* Fix a regression that caused the script to spam itself by copying somethingJustin T. Gibbs1998-09-161-17/+49
* Add 450NX chipset components.Mike Smith1998-09-161-1/+5
* Fix a bug in ncr_freeze_devq() which is called when we see a queueJustin T. Gibbs1998-09-161-5/+10
* Alpha port related fixes from Doug Rabson.Matt Jacob1998-09-161-17/+33
* 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
* Correct printf format bugs.Justin T. Gibbs1998-09-152-11/+13
* Obsoleted by CAM.Justin T. Gibbs1998-09-152-1114/+0
* Convert ISP pci front end to CAM/bus space/dma.Justin T. Gibbs1998-09-153-1718/+1499
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-151-404/+85
* Revive PCIConf.Justin T. Gibbs1998-09-154-57/+501
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.Justin T. Gibbs1998-09-151-0/+205
* Move to new name, convert to CAM, add support for new chips, andJustin T. Gibbs1998-09-151-0/+1202
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-151-0/+275
* 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-101-3/+35
* - If the OACTIVE flag is set on entry to xl_start(), check to see if theBill Paul1998-09-081-4/+68