summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* When checking the device code in the probe routine, leave the chip inwpaul2000-11-161-3/+22
* Add support for the Accton EN2242 MiniPCI adapter. This is just anwpaul2000-11-142-0/+4
* Change MEXTADD usage to pass the two new arguments.bmilekic2000-11-113-3/+4
* Add missing delay after card reset.pb2000-11-091-0/+1
* add a couple ESS Technology products(pci device id only).sanpei2000-11-081-0/+14
* add Texas Instruments TSB12LV22 OHCI IEEE 1394 Host Controllersanpei2000-11-081-0/+2
* add Aureal Inc. AU8820/AU8830 Audio controllersanpei2000-11-081-0/+6
* newbusify the en atm driver.kjc2000-11-071-144/+187
* Added used include of <machine/bus.h> -- don't depend on evil namespacebde2000-11-041-1/+2
* Create a pcn_setfilt() routine that twiddles the promiscuous modewpaul2000-11-031-17/+29
* Grrrr. Remember to bzero() the mediainfo structures after we allocatewpaul2000-11-031-0/+3
* add support for 3Com 3c575TX Fast Etherlink XL.sanpei2000-11-022-1/+7
* Fix a couple of cases where I tried to release the I/O space resource twicewpaul2000-11-023-3/+3
* Fix 8-bit EEPROM breakage: compare against 0x8129, not 8129.wpaul2000-11-011-6/+6
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-311-72/+14
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-311-0/+4
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-301-1/+1
* Fix support for cardbus cards:wpaul2000-10-302-2/+9
* Unmask cypress ata controllers. This bug was hidden beforegallatin2000-10-291-0/+1
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-292-2/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* fix warning compile error about unused variabledarrenr2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().phk2000-10-291-2/+2
* Unconditionally turning on the I/O and memory enable bits in the PCImsmith2000-10-281-1/+14
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/peter2000-10-281-1/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really iswpaul2000-10-284-3/+22
* Allow PCI busses to be connected to host bridges detected by ACPI as well.msmith2000-10-281-0/+1
* 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
OpenPOWER on IntegriCloud