summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Change the chip description from "DFE-550TX" to "DL10050".phk2002-12-232-4/+4
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-231-0/+4
* Fix bug with 3c90xB cards and newer. We weren't trying tomux2002-12-181-39/+14
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.semenu2002-12-181-1/+1
* Convert the xl(4) driver to the busdma API. This should makemux2002-12-172-157/+300
* Move the amd(4) driver to it's own directory in preparation for it growingscottl2002-12-132-3033/+0
* Correct a harmless problem when creating the DMA tagmux2002-12-131-1/+1
* Xircom cards store the MAC address in the CIS, so get it from the newimp2002-11-271-2/+8
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsluigi2002-11-251-9/+7
* Import some relevant changes from Via's if_fet driver:silby2002-11-252-2/+29
* o track either_ifattach/ether_ifdetach API changessam2002-11-1413-217/+91
* Remove a bunch of #include "opt_pci.h".mux2002-11-137-7/+0
* Fix an unparenthasized macro argument. md5s differ but this is likelyalfred2002-11-091-1/+1
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-092-13/+13
* Fix some sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-2/+2
* Wrap a device_printf() that violates bus space abstractions to figure outjhb2002-11-081-0/+2
* Use %z to print a size_t value.jhb2002-11-081-1/+1
* Use %z to print size_t values.jhb2002-11-081-3/+3
* Don't take out the rl_mtx lock in the attach routine. The only wayimp2002-10-291-19/+15
* Add some magic bits necessary to turn the transmitter on for somesilby2002-10-222-0/+10
* Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead ofbrooks2002-10-212-33/+32
* Be consistent about functions being static.phk2002-10-165-20/+20
* Be consistent about functions being static.phk2002-10-165-19/+21
* Rename struct softc to struct mn_softc.phk2002-10-161-27/+31
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Turn off the premature locking in xl. The driver tries to use the mutexespeter2002-10-141-0/+6
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
* Ooops. Need to free dc_srom on detach to not leak memory.imp2002-10-071-0/+1
* Dynamically configure the width of the srom. This code comes fromimp2002-10-072-15/+106
* Static'ify a variable.alfred2002-10-031-1/+1
* Correct an indentation.anholt2002-10-031-1/+1
* Fix two misindents.phk2002-10-012-2/+2
* Remove all DELAY(1) calls around MII operations in the XL driver.silby2002-09-221-17/+0
* Cleanup of amdpm(4).nsouch2002-09-211-137/+178
* Fix the support for the AN985/983 chips, which do not set thembr2002-09-201-1/+2
* Enable the automatic TX underrun recovery for the ADMtek chips.mbr2002-09-202-0/+5
* simos.c needs a to be updated from the old pci shims. Yell loudly butpeter2002-09-191-0/+7
* Clarify comment to "Code borrowed from if_fxp.c" to deal with runningambrisko2002-09-181-1/+1
* Fix i810 after i830 commit.anholt2002-09-151-0/+2
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.anholt2002-09-131-6/+4
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakianholt2002-09-122-49/+216
* Only probe one PHY on the D-Link 580 version of the card (ie rev 0x12).ambrisko2002-09-111-6/+37
* add missing \n to printfticso2002-09-093-6/+6
* Add support for Corega FEther CB-TXD (CardBus 100M/10M).iwasaki2002-09-062-1/+13
* Make consistent; turn spaces into tabs where there is a mixture.markm2002-09-041-21/+21
* Add a device description for Intel 82801CA/CAM (ICH3) USB controllerjoe2002-08-281-0/+5
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-277-0/+7
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-8/+8
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-252-2/+2
* style: put return types on a line by themselves.alfred2002-08-245-188/+376
OpenPOWER on IntegriCloud