summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Calling xl_rxeof() at the end of xl_start_locked() leads to recursionglebius2005-05-202-1/+20
* Deal with failed malloc calls[1].bz2005-04-251-0/+22
* Fix newer Xircom CBE2-100 cards that were reportingimp2005-04-181-13/+14
* Invert conditional and use continue to reduce nesting.mdodd2005-04-131-16/+16
* Add nForce3-250.obrien2005-04-081-0/+2
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-022-1/+3
* If resource allocation fails, we could wind up freeing the cdev without itscottl2005-03-311-1/+2
* Bring rev 1.31 to the AMD64 platform.obrien2005-03-281-3/+7
* deal with malloc failure when setting up the multicast filtersam2005-03-261-0/+4
* handle malloc failure and sk_vpd_prodname potentially being null forsam2005-03-261-5/+8
* xl(4) meets polling(4). Hardware for this work kindly provided byru2005-03-262-0/+122
* Start the process of modernizing the Tigon driver by using busdma for thescottl2005-03-212-21/+92
* Do not try to free non allocated memory in error case.bz2005-03-172-13/+61
* * Lower interrupt moderation timer 200->100.bz2005-03-172-1/+65
* * Improve chip identification.bz2005-03-172-32/+142
* * When adding/deleting multicast addresses, only whack the address filterbz2005-03-171-6/+15
* Bugger, wiped out a needed comma in the previous commit.scottl2005-03-091-1/+1
* The DC driver asks for an alignment of PAGE_SIZE for data buffers, but alsoscottl2005-03-081-3/+3
* Add device id for the Ali M1671 host to AGP bridge.cognet2005-02-271-0/+2
* Add back 'n' that went missing in last commitimp2005-02-251-1/+1
* Fix style(9) issues with __P removal.imp2005-02-2414-584/+561
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-2428-37/+37
* Correct the SiS 755 PCI ID. Confirmed against Linux code.anholt2005-02-141-1/+1
* No use for this AMD64 special-case "return NULL;" in probe now that we don'tanholt2005-02-141-2/+0
* Adjust TX threshold on every TX underrun. Some supported cards (8139-based)mlaier2005-02-111-6/+10
* Cleanup debugging code and put it under bootverbosebz2005-01-291-35/+36
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromimp2005-01-221-0/+1
* Reimplement the fix in rev. 1.126.ru2005-01-101-5/+8
* correct direction for bus_dma sync of rx buffersam2005-01-091-1/+1
* Revert local experiment which leaked into commit.phk2005-01-071-1/+1
* Fix compilation of DEVICE_POLLING code.phk2005-01-072-6/+6
* Fix typos from previous commit.scottl2005-01-072-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-0731-37/+39
* We no longer recurse the mutex.phk2005-01-071-1/+1
* If we get an interrupt and the interface is down, return before wephk2005-01-072-9/+5
* Don't tweak DSP on the ..16 chips.phk2005-01-061-1/+1
* Fix for an issue with excessive collisions in half duplex mode.phk2005-01-061-0/+8
* Nail the short cable problem the exact way National says it should be.phk2005-01-061-19/+14
* Simplify and fix bugs in rx/tx ring cleanup.phk2005-01-061-24/+21
* Rewrite the rx/tx ring initialization to use pointers instead of arrays.phk2005-01-061-45/+34
* Eliminate a bunch of unnecessary prototypes.phk2005-01-061-54/+12
* Move the module related stuff to the bottom of the file. This willphk2005-01-061-30/+30
* Make sure to clear any pending interrupts when we stop the interface.phk2005-01-061-0/+1
* Close a theoretical race: By the time the watchdog comes aroundphk2005-01-061-1/+5
* 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
OpenPOWER on IntegriCloud