aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work tooPeter Wemm2002-03-191-1/+1
* Work around a PLX9050 bug that causes system lockup in certain systems,Bruce Evans2002-03-171-3/+4
* Fix warning; amdsmb_abort() is not used.Peter Wemm2002-02-261-0/+2
* Fix a formatting error.Josef Karthauser2002-02-171-6/+6
* KNF style the code, ready for an MFC.Josef Karthauser2002-02-171-54/+64
* KNF style the code, ready for an MFC.Josef Karthauser2002-02-171-38/+41
* Remove mbuf exhaustion warning messages; these are handled by theMike Silbersack2002-02-113-10/+0
* Fix some bugs in the ohci driver with respect to irq setup failure.Josef Karthauser2002-02-111-3/+4
* Use ETHER_CRC_LEN instead of SIS_CRC_SIZELuigi Rizzo2002-02-071-2/+1
* Fix a bug in the driver -- the chip will always include the CRCLuigi Rizzo2002-02-071-1/+2
* Fix support for 630ET support. We don't need the Linux part to set theDoug Ambrisko2002-02-062-11/+4
* Correctly identify the Intel 82830 AGP bridge.Benno Rice2002-02-051-0/+3
* Merged cy_pcireg.h into the one file that uses it (cy_pci.c).Bruce Evans2002-02-022-46/+16
* Fixed breakage of interrupt setup in previous commit. It used anBruce Evans2002-02-021-0/+2
* Forgot one part of the VLAN support for the dc(4) driver.Doug Ambrisko2002-01-161-0/+2
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.Doug Ambrisko2002-01-161-12/+26
* Fix mind-o: compare sc->sis_rev instead of 'command' when trying toBill Paul2002-01-141-1/+1
* Add support for newer integrated SiS 900 controllers on the 635 and 735Bill Paul2002-01-122-5/+54
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-211-0/+1
* Fix the "conexant chips don't work in full duplexmode" problem. AccordingBill Paul2001-12-191-4/+8
* Fix compiler warning in dc_intr(): if the only code that does a "goto"Bill Paul2001-12-191-0/+3
* Allow retrieval of the virtual address of the AGP apertureMatthew N. Dodd2001-12-192-0/+2
* Fix a problem where stats overflow interrupts would causeMike Silbersack2001-12-172-2/+2
* Fix access-after-free bug added in revision 1.31.Archie Cobbs2001-12-151-4/+5
* Patch up some existing style bugs and some that crept in with thePeter Wemm2001-12-153-9/+10
* Device Polling code for -current.Luigi Rizzo2001-12-144-1/+170
* Remove printf's on mbuf/cluster allocation failures. There are nowLuigi Rizzo2001-12-1410-60/+11
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.Luigi Rizzo2001-12-112-2/+7
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-103-6/+6
* This patch will fix the lockups associated with AMD 751,761,762 based AGPColeman Kane2001-12-072-7/+52
* MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.Peter Wemm2001-12-071-2/+3
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.Peter Wemm2001-12-071-2/+2
* Add suspend/resume hooks to this driver; necessary to overcomeGuido van Rooij2001-12-051-0/+38
* Add VLAN support.John Hay2001-12-051-0/+11
* Remove error messages on mbuf allocation failures, nowLuigi Rizzo2001-12-042-16/+3
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-031-1/+1
* Per jlemon request, reintroduce some printf() when anLuigi Rizzo2001-11-292-6/+16
* For i386 architecture, remove an expensive m_devget() (and theLuigi Rizzo2001-11-291-31/+40
* Remove the need for an expensive m_devget on the i386, which does notLuigi Rizzo2001-11-281-39/+41
* Fix a bug in the driver -- under load, the receive unit could becomeLuigi Rizzo2001-11-272-14/+13
* Don't automatically unbind/deallocate memory when releasing.Ruslan Ermilov2001-11-271-10/+6
* Add suspend/resume code mostly merged from fxp driver.Mitsuru IWASAKI2001-11-232-0/+79
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededJohn Baldwin2001-11-141-1/+0
* Add support for Intel's i820/i840/i845/i850/i860 chipset.Jun Kuriyama2001-11-082-11/+106
* Add AMD766 OHCI USB controller. Remove unused VENDORID lists.Peter Wemm2001-11-061-9/+8
* This file was part of something grander, which doesn't seem to bePoul-Henning Kamp2001-11-061-1512/+0
* Remove unneeded call to cdevsw_add()Poul-Henning Kamp2001-11-041-4/+0
* No FreeBSD/vax here either.Peter Wemm2001-11-031-1/+1
* Add ICH3 (82801CA/CAM) and 460GXPeter Wemm2001-11-031-0/+24
* Enable round-robin arbitration between transmit and receive unitLuigi Rizzo2001-10-271-0/+5