summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* FIxed printf format errors (an new one that is only detected on systemsbde1998-09-291-6/+6
* Update SimOS scsi driver to use CAM.dfr1998-09-261-136/+169
* Add hooks so that the alpha can detect which disk has the root partition.dfr1998-09-262-2/+9
* Don't set script to vaddr2 on the alpha - it can't access scripts in devicedfr1998-09-261-2/+6
* Apply patch graciously provided by Jason Wright <jason@thought.net> fromwpaul1998-09-252-25/+36
* Small tweak: force another reset of the adapter after probing for all thewpaul1998-09-241-3/+13
* Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.peter1998-09-241-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidpeter1998-09-241-7/+15
* Overhaul the ThunderLAN driver. This update includes the followingwpaul1998-09-232-1031/+1008
* A fix from Justin for the NCR bug that caused panics on 875 (and possiblyken1998-09-221-3/+3
* Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c.gibbs1998-09-221-23/+25
* Alpha patches for the NCR driver from Doug Rabson. I've tested these on anken1998-09-201-54/+136
* Set QUIRK_NOMSG for all devices as was the case in the non-CAM versiongibbs1998-09-181-3/+3
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp drivermjacob1998-09-181-7/+8
* Really correct ncr_freeze_devq now. We scan backwards from the currentgibbs1998-09-171-11/+26
* A major amount of cleaning up:mjacob1998-09-171-44/+32
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-5/+5
* Fix a regression that caused the script to spam itself by copying somethinggibbs1998-09-161-17/+49
* Add 450NX chipset components.msmith1998-09-161-1/+5
* Fix a bug in ncr_freeze_devq() which is called when we see a queuegibbs1998-09-161-5/+10
* Alpha port related fixes from Doug Rabson.mjacob1998-09-161-17/+33
* Some workarounds for a common DEC pci-pci bridge found on alphas.dfr1998-09-161-5/+9
* Port de driver to alpha.dfr1998-09-161-3/+37
* Correct printf format bugs.gibbs1998-09-152-11/+13
* Obsoleted by CAM.gibbs1998-09-152-1114/+0
* Convert ISP pci front end to CAM/bus space/dma.gibbs1998-09-153-1723/+1504
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-151-407/+88
* Revive PCIConf.gibbs1998-09-154-57/+501
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-151-0/+205
* Move to new name, convert to CAM, add support for new chips, andgibbs1998-09-151-0/+1202
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportgibbs1998-09-151-0/+275
* Changed METEORSINPUT for Hauppauge cards with bt878.sos1998-09-102-25/+56
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-101-3/+35
* - If the OACTIVE flag is set on entry to xl_start(), check to see if thewpaul1998-09-081-4/+68
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-062-9/+9
* Patch the transmit error handler to avoid following NULL pointers andwpaul1998-09-061-3/+4
* Modify the xl_mediacheck() routine to also test for the case where thewpaul1998-09-042-19/+44
* "xl%d: chip is is in D%d power mode " -> "xl%d: chip is in D%d power mode "wpaul1998-09-011-3/+3
* Fixed bug in Miro Tuner detection. Missing Goto.sos1998-08-311-58/+70
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-312-13/+67
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-312-27/+160
* Fix handling of ENOBUFS condition. During reception, the filled mbufwpaul1998-08-311-12/+27
* Change the autonegotiation waiting period from 3 seconds to 5. Thiswpaul1998-08-301-3/+3
* - #define mask of enabled interrupts/indications in if_xlreg.h instead ofwpaul1998-08-242-22/+40
* Increase the number of descriptors (and, as a consequence, the numberwpaul1998-08-211-2/+2
* Fix small printf() bogon (forgot newline, and the message was longer thatwpaul1998-08-201-4/+4
* Make two changes:wpaul1998-08-191-28/+48
* Fixed printf format errors.bde1998-08-183-9/+11
* Fixed printf format errors (none detected in GENERIC again).bde1998-08-171-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-163-0/+3427
OpenPOWER on IntegriCloud