summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix mindo:wpaul2001-06-051-1/+1
* Grrr. Fix PR 27742 correctly this time. (At least I got -stable right.)wpaul2001-06-011-11/+2
* Close PR #27742: allow the xl driver to receive VLAN tagged frames bywpaul2001-05-312-3/+16
* Vlan tags are 12 bits, mask off anything above since the chip doesn'tphk2001-05-231-2/+2
* Add description for 82801BA controller.kuriyama2001-05-211-0/+16
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-197-0/+7
* Close PR 22208: bring chip out of suspend mode, because Windows mightwpaul2001-05-142-0/+15
* I'll be making some rather substantial changes to the pci attachmentimp2001-05-132-606/+0
* Disable the 'stats counter overflow' interrupts since they can happenwpaul2001-05-111-1/+1
* The sk driver developed a bug when the multicast code was changed towpaul2001-05-091-6/+7
* Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. Theimp2001-05-081-4/+0
* Add some additional register definitions for some work I have in progress.imp2001-05-081-0/+2
* Move unused functions into #if 0 ... #endif.nyan2001-05-061-0/+4
* Fix the definitions for memory bank sizes, which I somehow got wrong.wpaul2001-04-262-2/+7
* Move setting of TI113X_PCI_CARD_CONTROL register soonerimp2001-04-171-3/+2
* Minor comment that missed the last changeimp2001-04-171-1/+1
* When booting, turn on the 3E0 compatibility address for ricoh cardbusimp2001-04-172-3/+32
OpenPOWER on IntegriCloud