summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Special case for compiling LINT - just give a warning and continue on.peter2001-01-174-0/+20
* Remove unneeded (and compile-breaking) #include "alpm.h"peter2001-01-171-2/+0
* moved isp_pci.c from pci to dev/ispmjacob2001-01-091-1826/+0
* add missing length argumentmjacob2001-01-091-1/+1
* Part 2 of the netgraph rewrite.julian2001-01-081-10/+10
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-20/+17
* Add device id for the OZ Micro 6832. I didn't try to init it like theimp2001-01-022-1/+6
* Remove old PCI compatibility.nsouch2001-01-021-57/+77
* Set up to do a local interrupt fielding before calling common code-mjacob2000-12-291-8/+27
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-5/+5
* 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
OpenPOWER on IntegriCloud