summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix minor typo in comment. 112x -> 12xximp2001-04-111-1/+1
* Several things:mjacob2001-04-091-307/+618
* Add in MII support for LICENGOOD copper part (10/100/1000). Add in somemjacob2001-04-091-4/+28
* Pick up changes from Parag Patel and Kachun Lee, and self:mjacob2001-04-091-23/+104
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-263-3/+0
* Remove some unused stuffpeter2001-03-251-27/+1
* Add a placeholder for the ServerWorks OSB4 device id. The SMBuspeter2001-03-151-0/+4
* Remember to actually program the MAC address into the unicast filterwpaul2001-03-071-0/+7
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-3/+12
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-012-2/+3
* A better mousetrap: use device hints, as in:mjacob2001-02-271-7/+6
* Workaround to prevent VMware from melting down. The pseudo PCnet interfacewpaul2001-02-261-1/+9
* Apply patch to allow TX underrun handling without issuing a completewpaul2001-02-222-26/+64
* Big round of minor updates:wpaul2001-02-2114-197/+185
* Take luigi's suggestion and move the check for nothing to do to before theimp2001-02-201-5/+4
* Add DC_UNLOCK before first return. This caused returns when dc was onimp2001-02-201-1/+3
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-182-2/+2
* Add a check in the interrupt service routine to return quickly inluigi2001-02-181-1/+4
* Change and clean the mutex lock interface.bmilekic2001-02-0914-32/+32
OpenPOWER on IntegriCloud