summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-092-1/+105
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familysemenu2001-02-072-42/+190
* Move ti1031 to the 16-bit bridge sectionimp2001-02-071-3/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-0615-43/+22
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-047-18/+9
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-11/+11
* Use <sys/queue.h> macro API.phk2001-02-041-2/+2
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-0313-36/+18
* Converted to new-bus.bde2001-02-011-57/+85
* The ar and sr devices have moved to sys/dev/.jhay2001-01-302-308/+0
* Disable cy - it is now completely broken and needs non-trivial work.peter2001-01-251-5/+0
* Newbusify ar(4).jhay2001-01-241-55/+99
* Allow fxp to configure in I/O space if the user wants it and specifiesmjacob2001-01-232-10/+42
* Update these netgraph drivers in current so that these changes can bephk2001-01-211-38/+127
* Check the return value of sf_encap() and handle errors accordingly.wpaul2001-01-201-3/+11
* Set the OACTIVE flag if vr_encap() fails.wpaul2001-01-201-0/+1
* Silence compiler warnings.wpaul2001-01-201-2/+2
* Bug fixes that I've put together while working on a project in the office:wpaul2001-01-192-9/+19
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-1914-14/+14
* Use pci_get_revid() rather than groping around the PCI register spacepeter2001-01-171-3/+3
OpenPOWER on IntegriCloud