aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Add a missing include of <sys/proc.h>.John Baldwin2000-12-121-0/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-3/+5
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-086-4132/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-088-36/+17
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Restore a sense of cleanly supporting multiple platforms. That is,Matt Jacob2000-12-062-36/+95
* Move $FreeBSD id up to top of file for multi-OS ease of support reasons.Matt Jacob2000-12-061-1/+1
* Remove more printfs and use either isp_prt or device_printf. RememberMatt Jacob2000-12-051-34/+37
* Initialize/grab the mutex earlier in the attach phase, so thatBill Paul2000-12-0412-32/+36
* We now have the ability to assign the correct IRQ when PNP-OS is turnedNick Sayer2000-12-032-20/+0
* Add device ID for the 3c565C card. I followed exactly the 3c575c, butWarner Losh2000-12-012-1/+9
* Add identifier for Compaq HotPlug host->pci bridge.Jonathan Lemon2000-12-011-0/+4
* Convert the pcib_{read,write}_config args from signed to unsigned,Andrew Gallatin2000-12-011-8/+8
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedMatthew N. Dodd2000-11-281-45/+18
* Change the driver to allocate its own callout structure, and modifyJonathan Lemon2000-11-252-8/+12
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-8/+12
* Don't attach the interface twice. While I'm here, add a driverJonathan Lemon2000-11-251-25/+27
* Print a warning when we detect a Realtek 8139B chipRoger Hardiman2000-11-241-0/+10
* Update the probe some more to deal with 16/32 bit issues. If the chipBill Paul2000-11-232-3/+32
* When checking the device code in the probe routine, leave the chip inBill Paul2000-11-161-3/+22
* Add support for the Accton EN2242 MiniPCI adapter. This is just anBill Paul2000-11-142-0/+4
* Change MEXTADD usage to pass the two new arguments.Bosko Milekic2000-11-113-3/+4
* Add missing delay after card reset.Pierre Beyssac2000-11-091-0/+1
* add a couple ESS Technology products(pci device id only).MIHIRA Sanpei Yoshiro2000-11-081-0/+14
* add Texas Instruments TSB12LV22 OHCI IEEE 1394 Host ControllerMIHIRA Sanpei Yoshiro2000-11-081-0/+2
* add Aureal Inc. AU8820/AU8830 Audio controllerMIHIRA Sanpei Yoshiro2000-11-081-0/+6
* newbusify the en atm driver.Kenjiro Cho2000-11-071-144/+187
* Added used include of <machine/bus.h> -- don't depend on evil namespaceBruce Evans2000-11-041-1/+2
* Create a pcn_setfilt() routine that twiddles the promiscuous modeBill Paul2000-11-031-17/+29
* Grrrr. Remember to bzero() the mediainfo structures after we allocateBill Paul2000-11-031-0/+3
* add support for 3Com 3c575TX Fast Etherlink XL.MIHIRA Sanpei Yoshiro2000-11-022-1/+7
* Fix a couple of cases where I tried to release the I/O space resource twiceBill Paul2000-11-023-3/+3
* Fix 8-bit EEPROM breakage: compare against 0x8129, not 8129.Bill Paul2000-11-011-6/+6
* Convert the de driver into a loadable module. Still missing is anMark Murray2000-10-311-72/+14
* Call dc_apply_fixup() in dc_setcfg() for the MII case.Bill Paul2000-10-311-0/+4
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notBill Paul2000-10-301-1/+1
* Fix support for cardbus cards:Bill Paul2000-10-302-2/+9
* Unmask cypress ata controllers. This bug was hidden beforeAndrew Gallatin2000-10-291-0/+1
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-292-2/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* fix warning compile error about unused variableDarren Reed2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().Poul-Henning Kamp2000-10-291-2/+2
* Unconditionally turning on the I/O and memory enable bits in the PCIMike Smith2000-10-281-1/+14
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/Peter Wemm2000-10-281-1/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really isBill Paul2000-10-284-3/+22
* Allow PCI busses to be connected to host bridges detected by ACPI as well.Mike Smith2000-10-281-0/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Yet another bug fix/optimization for the Davicom DM9100/9102: increaseBill Paul2000-10-271-0/+5
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the DavicomBill Paul2000-10-251-2/+2
* Add a missing SK_UNLOCK() to sk_attach_xmac().Bill Paul2000-10-251-0/+1