summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-132-4/+32
* Pacify users who get all bent out of shape when they see the "xl%d: commandwpaul2001-07-271-2/+7
* IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this changebrooks2001-07-251-1/+1
* s/adress/address/kris2001-07-231-1/+1
* Deal with the condition where we lose link in the middle of transmittingwpaul2001-07-121-1/+1
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-0912-23/+23
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-056-0/+6
* Set vendor string correctly for the Apple KeyLargo.benno2001-07-051-0/+4
* Add device ID for the OHCI controller in the Apple KeyLargo chip.benno2001-07-021-0/+5
* Add initializetion of NVCTL register with EEPROM stored value.semenu2001-06-232-0/+16
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-207-38/+19
* Fix warning:peter2001-06-151-2/+2
* Fix warnings:peter2001-06-151-3/+6
OpenPOWER on IntegriCloud