summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-023-3/+3
* Enhance the use of the watchdog timer in this driver so that it willsilby2002-05-151-4/+3
* Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139jhb2002-05-062-1/+9
* Add suspend/resume code mostly merged from fxp/rl driver.iwasaki2002-05-062-0/+88
* Don't grab the lock until somewhat later in attach to avoid a lockphk2002-05-031-6/+7
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-291-6/+6
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-282-5/+5
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Redo the pps bit to avoid digging into the private bits of the timecounter.phk2002-04-261-4/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-2/+8
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantssemenu2002-04-192-2334/+0
* Add DEVICE_POLLING support to the "rl" driver.luigi2002-04-162-6/+73
* Fix some nits in AMD AGP driver. Remove excess malloc and move a bzerocokane2002-04-151-10/+3
* Nortel Networks sells a RealTek 8139-based NIC that's basicallywpaul2002-04-112-0/+7
* Teach the rlphy driver how to do parallel link detection. If the link partnerwpaul2002-04-071-0/+11
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-0412-13/+26
* smbus_alloc_bus is not part of the smbus interface anymorensouch2002-03-231-3/+7
* Major rework of the iicbus/smbus framework:nsouch2002-03-233-187/+1070
* Remove __P.alfred2002-03-2018-627/+603
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work toopeter2002-03-191-1/+1
* Work around a PLX9050 bug that causes system lockup in certain systems,bde2002-03-171-3/+4
* Fix warning; amdsmb_abort() is not used.peter2002-02-261-0/+2
* Fix a formatting error.joe2002-02-171-6/+6
* KNF style the code, ready for an MFC.joe2002-02-171-54/+64
* KNF style the code, ready for an MFC.joe2002-02-171-38/+41
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-113-10/+0
* Fix some bugs in the ohci driver with respect to irq setup failure.joe2002-02-111-3/+4
* Use ETHER_CRC_LEN instead of SIS_CRC_SIZEluigi2002-02-071-2/+1
* Fix a bug in the driver -- the chip will always include the CRCluigi2002-02-071-1/+2
* Fix support for 630ET support. We don't need the Linux part to set theambrisko2002-02-062-11/+4
* Correctly identify the Intel 82830 AGP bridge.benno2002-02-051-0/+3
* Merged cy_pcireg.h into the one file that uses it (cy_pci.c).bde2002-02-022-46/+16
* Fixed breakage of interrupt setup in previous commit. It used anbde2002-02-021-0/+2
* Forgot one part of the VLAN support for the dc(4) driver.ambrisko2002-01-161-0/+2
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.ambrisko2002-01-161-12/+26
* Fix mind-o: compare sc->sis_rev instead of 'command' when trying towpaul2002-01-141-1/+1
* Add support for newer integrated SiS 900 controllers on the 635 and 735wpaul2002-01-122-5/+54
* Add support for the Intel 82443MX chipsetpirzyk2001-12-211-0/+1
* Fix the "conexant chips don't work in full duplexmode" problem. Accordingwpaul2001-12-191-4/+8
* Fix compiler warning in dc_intr(): if the only code that does a "goto"wpaul2001-12-191-0/+3
* Allow retrieval of the virtual address of the AGP aperturemdodd2001-12-192-0/+2
* Fix a problem where stats overflow interrupts would causesilby2001-12-172-2/+2
* Fix access-after-free bug added in revision 1.31.archie2001-12-151-4/+5
* Patch up some existing style bugs and some that crept in with thepeter2001-12-153-9/+10
* Device Polling code for -current.luigi2001-12-144-1/+170
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-1410-60/+11
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.luigi2001-12-112-2/+7
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-103-6/+6
* This patch will fix the lockups associated with AMD 751,761,762 based AGPcokane2001-12-072-7/+52
* MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+3
OpenPOWER on IntegriCloud