summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+2
* Add suspend/resume hooks to this driver; necessary to overcomeguido2001-12-051-0/+38
* Add VLAN support.jhay2001-12-051-0/+11
* Remove error messages on mbuf allocation failures, nowluigi2001-12-042-16/+3
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Per jlemon request, reintroduce some printf() when anluigi2001-11-292-6/+16
* For i386 architecture, remove an expensive m_devget() (and theluigi2001-11-291-31/+40
* Remove the need for an expensive m_devget on the i386, which does notluigi2001-11-281-39/+41
* Fix a bug in the driver -- under load, the receive unit could becomeluigi2001-11-272-14/+13
* Don't automatically unbind/deallocate memory when releasing.ru2001-11-271-10/+6
* Add suspend/resume code mostly merged from fxp driver.iwasaki2001-11-232-0/+79
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-141-1/+0
* Add support for Intel's i820/i840/i845/i850/i860 chipset.kuriyama2001-11-082-11/+106
* Add AMD766 OHCI USB controller. Remove unused VENDORID lists.peter2001-11-061-9/+8
* This file was part of something grander, which doesn't seem to bephk2001-11-061-1512/+0
* Remove unneeded call to cdevsw_add()phk2001-11-041-4/+0
* No FreeBSD/vax here either.peter2001-11-031-1/+1
* Add ICH3 (82801CA/CAM) and 460GXpeter2001-11-031-0/+24
* Enable round-robin arbitration between transmit and receive unitluigi2001-10-271-0/+5
* Defs for three (unused so far) bits in PCI command/status registerluigi2001-10-251-3/+3
* Implement TCP/IP checksum off-loading on send for the 3c905B and lateralc2001-10-221-1/+12
* Remove this driver from FreeBSD.mjacob2001-10-203-2962/+0
* Whack on this soon to be deprecated driver.mjacob2001-10-153-32/+153
* Note that this driver is soon to be deprecated and removed from FreeBSD.mjacob2001-10-091-1/+6
* Let's not kid ourselves- we don't *really* support jumbframes yet.mjacob2001-10-021-0/+7
* Various fixes and improvements- some from the folks at Sitara Networks (thx)mjacob2001-10-022-14/+34
* Remove all OpenBSD/NetBSD code. It was the right place to start from, butmjacob2001-10-022-646/+61
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-296-38/+28
* Fix typo in a comment.luigi2001-09-271-1/+1
* Implement TCP/IP checksum off-loading on receive. Announcealc2001-09-231-3/+21
* Add probe line for the AMD 761 northbridge chip. At least it detects now,cokane2001-09-201-0/+2
* Have the driver advertise that it is capable of hardware checksums, andjlemon2001-09-181-2/+19
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-161-0/+634
* KSE Milestone 2julian2001-09-123-16/+16
* Update tx(4) to always enable vlan(4) support.brooks2001-09-051-6/+0
OpenPOWER on IntegriCloud