aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* Set all of the "optimum performance" PHY registers for the 15D parts asJohn Baldwin2008-07-301-10/+8
* SIS_SETBIT() already does a read/modify/write operation, so there isn'tJohn Baldwin2008-07-301-2/+1
* Add driver support for RTL8102E and RTL8102EL which is the secondPyun YongHyeon2008-07-091-0/+2
* Add a new RTL8169 variant, 8169SB(L)/8110SB(L).Pyun YongHyeon2008-07-021-0/+1
* Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.Pyun YongHyeon2008-07-021-0/+24
* Instead of allocating variables for each events/hardware flags, usePyun YongHyeon2008-07-021-2/+6
* Switch to memory space register mapping over IO space. If thatPyun YongHyeon2008-07-021-0/+2
* Add support for VT8237 ISA bridge.Oleksandr Tymoshenko2008-06-221-0/+7
* Add the SMB functionality for the MCP65 chipset I happen toJoerg Wunsch2008-06-181-0/+3
* Add another 8139D variant.Remko Lodder2008-06-162-0/+3
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handleJohn Baldwin2008-06-065-33/+13
* Remove unused 'xl_unit' member from softc.John Baldwin2008-05-282-2/+0
* - Set sc->dev to the new-bus device_t so all the device_printf()s work.John Baldwin2008-05-121-1/+3
* It seems that RealTek 8129/8139 chip reports invalid length ofPyun YongHyeon2008-04-101-3/+5
* Padding more bytes than necessary one broke another variants ofPyun YongHyeon2008-03-311-0/+6
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-26/+5
* - Take advantage of bus_dmamap_load_mbuf_sg(9).Marius Strobl2008-03-242-94/+71
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2Pyun YongHyeon2008-03-231-0/+1
* vr(4) was repocopied to src/sys/dev/vr.Pyun YongHyeon2008-03-112-2125/+0
* Don't map memory/IO resource in device probe and just use PCIPyun YongHyeon2008-03-031-41/+18
* Don't allow jumbo frame on 8139C+ controller.Pyun YongHyeon2008-03-031-0/+2
* Implement WOL.Pyun YongHyeon2008-03-031-1/+39
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-2/+2
* Add copyrights.Ruslan Ermilov2008-01-212-0/+52
* sf(4) was repocopied to src/sys/dev/sf.Pyun YongHyeon2008-01-212-2663/+0
* Overhaul re(4).Pyun YongHyeon2008-01-151-23/+37
* Add another RTL8168 revision 3 which is found on RTL8111-GR GigabitPyun YongHyeon2007-12-081-0/+1
* Remove XRPU driver, after asking all the users.Poul-Henning Kamp2007-12-011-268/+0
* Add the FNW3603TX Planex NIC.Remko Lodder2007-11-262-0/+7
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-225-11/+19
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-1214-5891/+0
* Add SMB support for the MCP61 chipset.Remko Lodder2007-11-101-0/+3
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-3011-38/+39
* Oops, convert a tsleep() to a msleep() that was missed when adding lockingJohn Baldwin2007-10-151-1/+1
* Spelling fix for interupt -> interruptKevin Lo2007-10-122-3/+3
* Not all VIA Rhine chips support 256 register space. So touchingPyun YongHyeon2007-10-121-1/+4
* - Add the device ID for the VIA VT3324 (CX700) chipset.Kevin Lo2007-09-211-21/+83
* Add the PCI id for the Intel 7221's integrated graphics controller. It isAlan Cox2007-09-151-0/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* Add the device ID for the VIA CX700 chipset.Kevin Lo2007-08-021-2/+9
* Add MSI support.Pyun YongHyeon2007-07-242-10/+13
* Add support for G965/Q965/GM965/GME965/GME945 AGP.Eric Anholt2007-07-134-230/+387
* re(4) devices requires an external EEPROM. Depending on models itPyun YongHyeon2007-07-061-0/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* The mac address must be written a word length at a time, it was having no eff...Andrew Thompson2007-06-151-2/+4
* Where I previously removed calls to kdb_enter(), now remove include ofRobert Watson2007-05-291-1/+0
* Implement assert() in ncr.c using KASSERT() rather than explicitly testingRobert Watson2007-05-271-6/+1
* tl(4) appears to support long frames.Yaroslav Tykhiy2007-05-091-0/+2
* Add VLAN capability.Poul-Henning Kamp2007-04-232-1/+2
* Remove the old software bit-banging MII interface, we started usingPoul-Henning Kamp2007-04-221-167/+1