summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-26/+5
* Add support for Conexant LANfinity miniPCI controllers. People who havewpaul2001-09-042-3/+49
* Remove long overdue obsolete file ide_pcireg.hsos2001-09-041-63/+0
* The fxp driver has lived in dev/fxp for some time, remove old files.jlemon2001-08-313-2464/+0
* Recognise VIA Apollo KT133A bridge.dfr2001-08-301-0/+2
* Add support for the 3c656B cardbus adapter. This is one half of awpaul2001-08-282-6/+23
* John Polstramjacob2001-08-241-2/+1
* Fix a bug in the ste_setmulti() routine. The NIC has 4 16-bit multicastwpaul2001-08-232-5/+11
* After one more day of testing, make what I hope are the final tweaks towpaul2001-08-161-3/+5
* Still more changes to try to prevent TX lockups. Will wait for one morewpaul2001-08-162-7/+48
* Tweak the interrupt handler so that we call the txeof handler more often,wpaul2001-08-151-2/+5
* Convert the if_sis and if_rl drivers to use the bus_dma API instead ofwpaul2001-08-154-67/+359
* Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingsemenu2001-08-131-9/+7
OpenPOWER on IntegriCloud