summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Add sanity check to foo_start() routines: in the unlikely (thoughwpaul1998-12-056-12/+48
* trivial header fixmjacob1998-12-051-0/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-045-9/+12
* Put back some missing chip identification code that got lost somehowwpaul1998-12-042-8/+15
* Fix typo: expression needs parenthesesarchie1998-12-041-3/+3
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-048-0/+10836
* The Neomagic chip is a 2160 not a 3160.sos1998-12-011-2/+2
* Alias Adaptec as a vendor of Cogent NICs.msmith1998-11-281-1/+2
* Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)n_hibma1998-11-261-5/+1
* Add missing return statement to rl_phy_writereg(). This bug didn't actuallywpaul1998-11-201-2/+3
* The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)wpaul1998-11-182-28/+35
* Fix a minor bug in xl_attach() where the list buffer region is roundedwpaul1998-11-181-3/+3
* Consign the 'amd' driver to the Attic.msmith1998-11-111-1709/+0
* Convert to change in ISA compatiblity port handling in the base bt driver.gibbs1998-11-101-3/+3
* ifioctl takes a u_long rather than an int on 3.0peter1998-11-091-1/+5
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingpeter1998-11-091-3/+3
* Fix a warning (#include the apic_next_irq() prototype for APIC_IO)peter1998-11-091-1/+5
* * Fix a couple of places in the device pager where an address wasdfr1998-11-083-5/+5
* Return to previous check_for_i2c_devices() behaviour.nsouch1998-11-072-24/+17
* 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
OpenPOWER on IntegriCloud