summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Align if else if properlyphk2005-01-051-6/+4
* Style: new-speak functions, remove pointless "return".phk2005-01-051-137/+44
* Make sis_initl() take a typed argument.phk2005-01-051-24/+15
* Add locked/unlocked variants of sis_init()phk2005-01-051-15/+22
* Make a locked and unlocked variant of sis_start()phk2005-01-051-15/+20
* Don't declare variables "register", the compiler ought to know what to do.phk2005-01-051-6/+6
* Instead of keeping track of the index into the receive ring use the alreadyphk2005-01-042-8/+6
* Forget about the sis_list_data and sis_ring_data structures and embeddphk2005-01-042-132/+109
* Prototype busdma callback using the typedef.phk2005-01-041-1/+1
* Add PCI and device ID's to if_xl to support:rwatson2005-01-032-1/+6
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-304-15/+55
* Enable sk(4) for ATLQ.mlaier2004-12-241-5/+7
* Enable jumbo frames on Yukon variants of sk(4).bz2004-12-201-2/+9
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingalc2004-12-061-15/+23
* - Simplify pcn_probe() by moving vendor/device matching code to pcn_match().mdodd2004-12-031-45/+44
* - Move chip ID code into separate function.mdodd2004-12-031-42/+94
* Additional register definitions.mdodd2004-12-031-1/+19
* Correct URL of the programming manual.brueffer2004-11-171-1/+1
* Add missing /* DEVICE_POLLING */brueffer2004-11-171-1/+1
* only clear the IFF_OACTIVE flag when we have a chance of being able tojmg2004-11-171-4/+4
* move the lock after the NULL check so we don't have a hard(er) to diagnosejmg2004-11-151-2/+2
* fix the missing lock in sk_jfree (verified w/ an assert)jmg2004-11-152-10/+23
* Commit more debugging output. This is a little bit of using a large hammer,obrien2004-11-141-0/+10
* Set ramsize depending on a value from eprom instead of usingbz2004-11-131-3/+9
* Add altq support.brueffer2004-11-121-7/+9
* Add device polling supportbrueffer2004-11-102-0/+109
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-1/+2
* Another missing ! in front of IFQ_DRV_IS_EMPTY, this time in an even moremlaier2004-11-081-3/+7
* * Correct an off-by-one reading vpd ro data.obrien2004-11-012-3/+33
* Forcibly disable interrupts, if we find ourselves servicing one whenbms2004-10-271-1/+8
* Workaround for a recursive acquisition of the driver mutex during devicebms2004-10-261-0/+2
* Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and thealc2004-10-241-4/+1
* Avoid repeated acquisition and release of the vm object lock inside ofalc2004-10-241-5/+6
* Really really fix typo this time.bms2004-10-191-1/+0
* Fix typo sc -> dev.bms2004-10-191-1/+1
* Detach the Rhine completely on shutdown, rather than merely stopping itbms2004-10-191-3/+1
* fix (for me) the problems where if_de gets really slow after timejmg2004-10-181-21/+0
* Fix sis, bfe and ndis in the same way dc was fixed:mlaier2004-10-081-8/+12
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIanholt2004-10-051-0/+2
* Read the MAC address in the EEPROM in the correct byte order. Thismux2004-10-011-4/+4
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.green2004-10-011-15/+21
* Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.green2004-10-011-2/+3
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUjmg2004-09-281-1/+18
* style: Move the { back to the else line to match the }.johan2004-09-261-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-2/+1
* fix misspelling of TX...jmg2004-09-191-1/+1
* comment requirement that rx/tx descriptor counts must be equal due tojmg2004-09-191-3/+8
* Fix oversight reported by Norikatsu Shigemura for the "sym" driverse2004-09-101-0/+1
* Do not call xl_init_locked() unconditionally when we are bringed UP. Callglebius2004-09-091-2/+3
* Fix a couple of typos in commentsbrueffer2004-09-061-4/+4
OpenPOWER on IntegriCloud