summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* vr(4) was repocopied to src/sys/dev/vr.yongari2008-03-112-2125/+0
* Don't map memory/IO resource in device probe and just use PCIyongari2008-03-031-41/+18
* Don't allow jumbo frame on 8139C+ controller.yongari2008-03-031-0/+2
* Implement WOL.yongari2008-03-031-1/+39
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-2/+2
* Add copyrights.ru2008-01-212-0/+52
* sf(4) was repocopied to src/sys/dev/sf.yongari2008-01-212-2663/+0
* Overhaul re(4).yongari2008-01-151-23/+37
* Add another RTL8168 revision 3 which is found on RTL8111-GR Gigabityongari2007-12-081-0/+1
* Remove XRPU driver, after asking all the users.phk2007-12-011-268/+0
* Add the FNW3603TX Planex NIC.remko2007-11-262-0/+7
* Fix function prototype for device_shutdown method.yongari2007-11-225-11/+19
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-1214-5891/+0
* Add SMB support for the MCP61 chipset.remko2007-11-101-0/+3
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-3011-38/+39
* Oops, convert a tsleep() to a msleep() that was missed when adding lockingjhb2007-10-151-1/+1
* Spelling fix for interupt -> interruptkevlo2007-10-122-3/+3
* Not all VIA Rhine chips support 256 register space. So touchingyongari2007-10-121-1/+4
* - Add the device ID for the VIA VT3324 (CX700) chipset.kevlo2007-09-211-21/+83
* Add the PCI id for the Intel 7221's integrated graphics controller. It isalc2007-09-151-0/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* Add the device ID for the VIA CX700 chipset.kevlo2007-08-021-2/+9
* Add MSI support.yongari2007-07-242-10/+13
* Add support for G965/Q965/GM965/GME965/GME945 AGP.anholt2007-07-134-230/+387
* re(4) devices requires an external EEPROM. Depending on models ityongari2007-07-061-0/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* The mac address must be written a word length at a time, it was having no eff...thompsa2007-06-151-2/+4
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-291-1/+0
* Implement assert() in ncr.c using KASSERT() rather than explicitly testingrwatson2007-05-271-6/+1
* tl(4) appears to support long frames.yar2007-05-091-0/+2
* Add VLAN capability.phk2007-04-232-1/+2
* Remove the old software bit-banging MII interface, we started usingphk2007-04-221-167/+1
* Remove further cobwebs: Two layers of pointless substructures.phk2007-04-222-105/+71
* Initialize the physical next pointer in the tx descriptors when wephk2007-04-221-7/+8
* Don't rename fields with #define.phk2007-04-222-27/+18
* Run if_vr(4) through FlexeLint and clean some of the cobwebs found.phk2007-04-222-101/+59
* Oops, fix intsmb(4) attach. Don't overwrite the 'value' holding thejhb2007-04-191-2/+1
* Don't reinitialize the hardware if only PROMISC flag was changed.yongari2007-04-181-0/+1
* Add support for hw-assisted checksums on 6105M.phk2007-04-172-17/+72
* No need to throw tag+handle around on the stack.phk2007-04-172-18/+7
* Improve the if_vr driver ever so slightly.phk2007-04-172-87/+110
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+3
* Add new ST201 PCI id.yongari2007-03-102-2/+4
* Convert sis(4) to use its own watchdog procedure.delphij2007-02-242-16/+16
* Catchup with filtersimp2007-02-232-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-2310-11/+11
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingmarius2007-01-161-1/+1
* Remove duplicate variable initialization.jhb2007-01-161-1/+0
* - Allow multiple (external) PHYs with Am79C97{2,6}, which actuallymarius2007-01-131-5/+15
OpenPOWER on IntegriCloud