summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-062-15/+29
* In the cyrix Cx5530, there are null (empty) Base address registers before thejulian1998-11-031-17/+25
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-012-585/+946
* Increase the size of the tx and rx rings from 10 to 20 descriptorswpaul1998-10-312-8/+8
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-314-19/+538
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asdfr1998-10-311-2/+8
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-301-8/+13
* Update and add timekeeping code.phk1998-10-241-24/+182
* Close PR #8409:wpaul1998-10-221-3/+3
* Close PR #8384:wpaul1998-10-222-23/+39
* Defer rundown (m_freem) of completed transmit buffers for no longerdg1998-10-221-1/+22
* Modify the transmit packet queuing strategy a bit to be a little lesswpaul1998-10-192-20/+23
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-182-0/+2553
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-151-2/+3
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-142-6/+6
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andpeter1998-10-132-57/+91
* Clear out transmit descriptor memory in fxp_attach when it's malloced.dg1998-10-111-1/+2
* Fixed mbuf leak in fxp_stop().dg1998-10-101-5/+9
* Attempt to work around the page fault in tulip_txput(). I've been runningpeter1998-10-101-2/+2
* Add support for yet another "cyclone" board, with PCI device id 0x905A.wpaul1998-10-092-3/+6
* Correctly update the tail pointer of the transmit queue in tl_start()wpaul1998-10-081-2/+3
* ahc_pci.c:gibbs1998-10-073-8/+17
* Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).gibbs1998-10-071-0/+185
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-062-3/+51
* Force the ThunderLAN driver to use PIO mode by default instead ofwpaul1998-10-041-2/+9
* Oops, forgot /* */ around Id stringsos1998-10-011-1/+1
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-301-12/+33
* Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boardssos1998-09-301-0/+3
* Changed tuner code to autodetect tuner i2c address.sos1998-09-302-79/+59
* 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
OpenPOWER on IntegriCloud