summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* The previous commit broke kernel builds on alpha (and probably ia64).gallatin2000-10-161-0/+2
* Added support for i815.ru2000-10-161-2/+16
* When a pci device hasn't had an interrupt routed to it (signified byimp2000-10-161-0/+19
* Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). Afterwpaul2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-1523-23/+0
* Recognize the ServerWorks IB6566 south bridge.alc2000-10-141-0/+4
* Clean up a few things in dc_setcfg() pointed out to be me bywpaul2000-10-141-4/+9
* Make mutex name reflect device driver name.cp2000-10-131-1/+2
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-1313-44/+65
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-1322-274/+542
* Make if_sk stop using the "hide the softc structure in the jumbo buffer"bmilekic2000-10-122-27/+13
* Validate the PCI bus number that we fetch from our parent, since there's nomsmith2000-10-091-2/+5
* When leaving suspend mode after enabling/disabling the promisc mode bit,wpaul2000-10-061-0/+4
* Add the card ID for the Am79c975 PCnet/FAST III card. This is a variantwpaul2000-10-052-0/+2
* - Add another PCI Id for a Lucent Win Modem.jhb2000-10-051-1/+2
* Add support for parsing the media blocks from the SROM on 21143wpaul2000-10-052-57/+341
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Add support for the AMD Am79c976 PCnet/PRO controller chip. For nowwpaul2000-10-032-14/+10
* Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.archie2000-10-021-2/+1
* Recognize the ATI Rage128-LF Mobility AGP video adapter.jhb2000-09-291-0/+2
* Spelling police in a comment: Defalut -> Default.jhb2000-09-291-1/+1
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-2/+6
* Don't #include <sys/proc.h>, since machine/mutex.h does it now.jasone2000-09-231-1/+0
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-1/+0
* Typo in comment (decent performances -> decent performance).wpaul2000-09-221-1/+1
* Make pcn_miibus_readreg() latch onto the first PHY that it finds (aswpaul2000-09-222-1/+5
* some copyright cleanupsmjacob2000-09-211-3/+2
* Add the PCI device ID for the on-board ethernet controllers on thewpaul2000-09-212-0/+4
* Remove one debug line that snuck in by accident.wpaul2000-09-201-1/+0
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-202-0/+1865
* Clean up the VIA id's a bit and add the K[TX]133 chipsetssos2000-09-201-7/+12
* If this is a Davicom DM9102A and we're enabling the homePNA link, forcewpaul2000-09-201-4/+9
* Removed NetBSD support, which bit-rotted long ago.dg2000-09-182-363/+41
* Added a couple more missing FXP_SPLVAR()'s.dg2000-09-171-0/+2
* As a minor optimization, do suspended checking more like it was originallydg2000-09-171-1/+6
* Added missing FXP_SPLVAR() to fxp_intr().dg2000-09-171-2/+2
* Attempt to replicate the new fxp SMP locking in the changes committeddg2000-09-171-6/+8
* Added support for APM suspend/resume.dg2000-09-172-7/+111
* Add include of proc.h to make compile without SMP defined. Thiscp2000-09-171-0/+1
* Add locking to make able to run without the Giant lock being held. Thiscp2000-09-172-17/+51
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spacegibbs2000-09-161-0/+1
* Make LINT compile again.phk2000-09-161-0/+1
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-8/+1
* Per msmith's request, don't attach to Qlogic 12160 id'd cards that havemjacob2000-09-071-0/+8
* Special-case the LED twiddling code so that it doesn't do anythingwpaul2000-09-072-2/+12
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+3
* Register resources in a more opportune order for the hardware.phk2000-09-051-17/+17
* Add compaq hotplug PCI device id.peter2000-09-051-9/+27
* When dumping the 'found devices' list in verbose mode, actually show thepeter2000-09-051-0/+2
* Fix pci-pci bridges (I hope).peter2000-09-031-9/+4
OpenPOWER on IntegriCloud