summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Yet another bug fix/optimization for the Davicom DM9100/9102: increasewpaul2000-10-271-0/+5
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-251-2/+2
* Add a missing SK_UNLOCK() to sk_attach_xmac().wpaul2000-10-251-0/+1
* Whoops! Forgot to commit this when I committed the other (turnin on locks)mjacob2000-10-251-13/+26
* Make LINT compile again.phk2000-10-221-1/+0
* Make usual 1-line cardbus support modification.imp2000-10-221-0/+1
* (Introduce something sitting in my repo for 3 weeks now...)bmilekic2000-10-212-24/+11
* remove old pccbb bridge code.jon2000-10-203-2701/+0
* Add actual URL for XMAC II datasheet in comments.archie2000-10-201-2/+4
* Add i815 host to PCI bridge IDache2000-10-201-0/+3
* Add i815 IDsache2000-10-201-1/+19
* Catch up to moving headers:jhb2000-10-201-1/+1
* Remove unnecessary machine/mutex.h include.jhb2000-10-201-1/+0
* NEWCARD/Cardbus -jon2000-10-192-9/+207
* Write the routed interrupt back to PCI configuration space.msmith2000-10-191-1/+1
* This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/peter2000-10-181-1/+1
* Use appropriate resource management accessors instead of directlymdodd2000-10-181-2/+1
* Add support for cardbus card's chips. This will make the 3c575 cardsimp2000-10-162-5/+38
* Very early and very *very* lightly tested support for LIVENGOOD chipsetmjacob2000-10-163-30/+198
* When wierdreset flag is set, turn on the DISADVFD flag when we resetimp2000-10-161-1/+2
* Forgot to commit this last night.imp2000-10-161-0/+10
* Remove an errant splimp() that I missed when I went through this driverwpaul2000-10-161-3/+0
* The previous commit broke kernel builds on alpha (and probably ia64).gallatin2000-10-161-0/+2
* Added support for i815.ru2000-10-161-2/+16
* When a pci device hasn't had an interrupt routed to it (signified byimp2000-10-161-0/+19
* Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). Afterwpaul2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-1523-23/+0
* Recognize the ServerWorks IB6566 south bridge.alc2000-10-141-0/+4
* Clean up a few things in dc_setcfg() pointed out to be me bywpaul2000-10-141-4/+9
* Make mutex name reflect device driver name.cp2000-10-131-1/+2
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-1313-44/+65
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-1322-274/+542
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"bmilekic2000-10-122-27/+13
* Validate the PCI bus number that we fetch from our parent, since there's nomsmith2000-10-091-2/+5
* When leaving suspend mode after enabling/disabling the promisc mode bit,wpaul2000-10-061-0/+4
* Add the card ID for the Am79c975 PCnet/FAST III card. This is a variantwpaul2000-10-052-0/+2
* - Add another PCI Id for a Lucent Win Modem.jhb2000-10-051-1/+2
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-052-57/+341
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Add support for the AMD Am79c976 PCnet/PRO controller chip. For nowwpaul2000-10-032-14/+10
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.archie2000-10-021-2/+1
* Recognize the ATI Rage128-LF Mobility AGP video adapter.jhb2000-09-291-0/+2
* Spelling police in a comment: Defalut -> Default.jhb2000-09-291-1/+1
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-2/+6
* Don't #include <sys/proc.h>, since machine/mutex.h does it now.jasone2000-09-231-1/+0
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-1/+0
* Typo in comment (decent performances -> decent performance).wpaul2000-09-221-1/+1
* Make pcn_miibus_readreg() latch onto the first PHY that it finds (aswpaul2000-09-222-1/+5
* some copyright cleanupsmjacob2000-09-211-3/+2
OpenPOWER on IntegriCloud