summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-021-0/+4
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-011-0/+11
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-011-6/+13
* Take a shot at fixing multiple pci busses on i386.peter2000-08-311-6/+11
* Remove duplicate static definition of pci_devclasspeter2000-08-311-1/+0
* Add a detach method to allow this device to be unloaded.imp2000-08-301-0/+7
* Add TI-1031 id. It doesn't work yet, but it is nice to have it.imp2000-08-292-0/+6
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-287-216/+318
* Add support for the 3Com 556 and 556B mini-pci adapters used on somewpaul2000-08-282-9/+89
* remove clause 3 licencemjacob2000-08-271-7/+1
* Correct messages for VIA Apollo Pro133A.kuriyama2000-08-251-1/+5
* Fix up the sis driver, largely to improve the NatSemi DP83815 support:wpaul2000-08-222-19/+85
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-195-152/+32
* Fix a bug brought to light by the people working on SMPng. I don't quitewpaul2000-08-111-1/+11
* Close PR 20438. Make fix for preserving LED settings conditional onwpaul2000-08-071-3/+7
* Add the ESS Solo-1 to generic chip match.sanpei2000-08-031-0/+2
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-022-1/+8
* Add call to bus_generic_attach() at the end of sk_attach(). It turns out thatwpaul2000-08-021-0/+2
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdaywpaul2000-08-021-0/+1
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemswpaul2000-08-011-2/+13
* Part of major rewrite for core version 2.0- clarification ofmjacob2000-08-011-99/+106
* "Fix" cast qualifier warnings using the uintptr_t intermediate trick.peter2000-07-281-3/+6
* Document the 0x12258086 PCI id.asmodai2000-07-271-1/+1
* Use a custom Tigon 2 firmware image, hopefully temporarily. This iswpaul2000-07-261-1683/+1728
OpenPOWER on IntegriCloud