summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-263-3/+0
* Remove some unused stuffpeter2001-03-251-27/+1
* Add a placeholder for the ServerWorks OSB4 device id. The SMBuspeter2001-03-151-0/+4
* Remember to actually program the MAC address into the unicast filterwpaul2001-03-071-0/+7
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-3/+12
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-012-2/+3
* A better mousetrap: use device hints, as in:mjacob2001-02-271-7/+6
* Workaround to prevent VMware from melting down. The pseudo PCnet interfacewpaul2001-02-261-1/+9
* Apply patch to allow TX underrun handling without issuing a completewpaul2001-02-222-26/+64
* Big round of minor updates:wpaul2001-02-2114-197/+185
* Take luigi's suggestion and move the check for nothing to do to before theimp2001-02-201-5/+4
* Add DC_UNLOCK before first return. This caused returns when dc was onimp2001-02-201-1/+3
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-182-2/+2
* Add a check in the interrupt service routine to return quickly inluigi2001-02-181-1/+4
* Change and clean the mutex lock interface.bmilekic2001-02-0914-32/+32
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-092-1/+105
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familysemenu2001-02-072-42/+190
* Move ti1031 to the 16-bit bridge sectionimp2001-02-071-3/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-0615-43/+22
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-047-18/+9
* 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
OpenPOWER on IntegriCloud