summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* un-staticize M_AGP so that it can be used in agp*.cassar2000-12-191-1/+1
* Add power state manipulation to the fxp driver. Some people havewpaul2000-12-181-0/+20
* Use pci_get_powerstate()/pci_set_powerstate() which now exists in thewpaul2000-12-183-70/+54
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-8/+18
* Make sure to check if MGET(HDR) returned NULL, even when called with M_WAIT.bmilekic2000-12-151-2/+26
* I really hate it when part of a patch gets left out.julian2000-12-131-1/+0
* Next round of PCI subsystem updates:msmith2000-12-131-336/+0
* Remove a couple of leftover unused variables.msmith2000-12-132-2/+0
* Add a missing include of <sys/proc.h>.jhb2000-12-121-0/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-3/+5
* Next phase in the PCI subsystem cleanup.msmith2000-12-086-4132/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-088-36/+17
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Restore a sense of cleanly supporting multiple platforms. That is,mjacob2000-12-062-36/+95
* Move $FreeBSD id up to top of file for multi-OS ease of support reasons.mjacob2000-12-061-1/+1
* Remove more printfs and use either isp_prt or device_printf. Remembermjacob2000-12-051-34/+37
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-0412-32/+36
* We now have the ability to assign the correct IRQ when PNP-OS is turnednsayer2000-12-032-20/+0
* Add device ID for the 3c565C card. I followed exactly the 3c575c, butimp2000-12-012-1/+9
* Add identifier for Compaq HotPlug host->pci bridge.jlemon2000-12-011-0/+4
* Convert the pcib_{read,write}_config args from signed to unsigned,gallatin2000-12-011-8/+8
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedmdodd2000-11-281-45/+18
* Change the driver to allocate its own callout structure, and modifyjlemon2000-11-252-8/+12
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-8/+12
* Don't attach the interface twice. While I'm here, add a driverjlemon2000-11-251-25/+27
* Print a warning when we detect a Realtek 8139B chiproger2000-11-241-0/+10
* Update the probe some more to deal with 16/32 bit issues. If the chipwpaul2000-11-232-3/+32
* 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
OpenPOWER on IntegriCloud