| Commit message (Expand) | Author | Age | Files | Lines |
* | Add device polling support | brueffer | 2004-11-10 | 2 | -0/+109 |
* | Hide link up/down/media printfs behind bootverbose | phk | 2004-11-08 | 1 | -1/+2 |
* | Another missing ! in front of IFQ_DRV_IS_EMPTY, this time in an even more | mlaier | 2004-11-08 | 1 | -3/+7 |
* | * Correct an off-by-one reading vpd ro data. | obrien | 2004-11-01 | 2 | -3/+33 |
* | Forcibly disable interrupts, if we find ourselves servicing one when | bms | 2004-10-27 | 1 | -1/+8 |
* | Workaround for a recursive acquisition of the driver mutex during device | bms | 2004-10-26 | 1 | -0/+2 |
* | Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and the | alc | 2004-10-24 | 1 | -4/+1 |
* | Avoid repeated acquisition and release of the vm object lock inside of | alc | 2004-10-24 | 1 | -5/+6 |
* | Really really fix typo this time. | bms | 2004-10-19 | 1 | -1/+0 |
* | Fix typo sc -> dev. | bms | 2004-10-19 | 1 | -1/+1 |
* | Detach the Rhine completely on shutdown, rather than merely stopping it | bms | 2004-10-19 | 1 | -3/+1 |
* | fix (for me) the problems where if_de gets really slow after time | jmg | 2004-10-18 | 1 | -21/+0 |
* | Fix sis, bfe and ndis in the same way dc was fixed: | mlaier | 2004-10-08 | 1 | -8/+12 |
* | Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRI | anholt | 2004-10-05 | 1 | -0/+2 |
* | Read the MAC address in the EEPROM in the correct byte order. This | mux | 2004-10-01 | 1 | -4/+4 |
* | Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier. | green | 2004-10-01 | 1 | -15/+21 |
* | Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE. | green | 2004-10-01 | 1 | -2/+3 |
* | fix jumbo frames as much as they can be fixed for re. We now cap the MTU | jmg | 2004-09-28 | 1 | -1/+18 |
* | style: Move the { back to the else line to match the }. | johan | 2004-09-26 | 1 | -2/+2 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -2/+1 |
* | fix misspelling of TX... | jmg | 2004-09-19 | 1 | -1/+1 |
* | comment requirement that rx/tx descriptor counts must be equal due to | jmg | 2004-09-19 | 1 | -3/+8 |
* | Fix oversight reported by Norikatsu Shigemura for the "sym" driver | se | 2004-09-10 | 1 | -0/+1 |
* | Do not call xl_init_locked() unconditionally when we are bringed UP. Call | glebius | 2004-09-09 | 1 | -2/+3 |
* | Fix a couple of typos in comments | brueffer | 2004-09-06 | 1 | -4/+4 |
* | Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until they | rwatson | 2004-08-28 | 6 | -6/+12 |
* | Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S) | sanpei | 2004-08-28 | 1 | -0/+5 |
* | if_dc includes locking, but that locking is disabled by a #ifdef | rwatson | 2004-08-25 | 1 | -1/+2 |
* | Add support for Intel E7205 AGP. | anholt | 2004-08-22 | 1 | -0/+6 |
* | Fix aperture size detection on some ALi chipsets by only using the lowest 4 bits | anholt | 2004-08-21 | 1 | -4/+4 |
* | Apply some stylistic changes based off of kern/70037 (content changes to | anholt | 2004-08-21 | 1 | -10/+10 |
* | fix LOR's in sk. Original patch from dwhite. This moves the memory | jmg | 2004-08-20 | 2 | -44/+56 |
* | put function's name at begining of column... | jmg | 2004-08-20 | 1 | -1/+2 |
* | add pci id for Belkin F5D5005 Gigabit ethernet card. | jmg | 2004-08-20 | 2 | -0/+11 |
* | Unconditionally support the AMD64 GART HW. | obrien | 2004-08-19 | 3 | -15/+1 |
* | AMD64 on-CPU GART support. | obrien | 2004-08-16 | 5 | -1/+341 |
* | style.9. | obrien | 2004-08-16 | 1 | -12/+8 |
* | - Make OF_getetheraddr() honour the "local-mac-address?" system config | marius | 2004-08-14 | 1 | -1/+1 |
* | Since the if_de driver doesn't contain locking, mark it as | rwatson | 2004-08-13 | 1 | -1/+1 |
* | Revert rev 1.93 and replace it by grabbing the vr lock before calling | scottl | 2004-08-11 | 1 | -2/+2 |
* | Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIA | anholt | 2004-08-09 | 2 | -1/+12 |
* | Fix rl(4)'s lock behavior upon deinitialization. I would get a panic | green | 2004-08-09 | 1 | -5/+6 |
* | Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(), | rwatson | 2004-08-07 | 1 | -0/+2 |
* | Do not attempt to clean up data that has not been initialized yet. | roam | 2004-08-06 | 1 | -2/+4 |
* | Unbreak DEVICE_POLLING build / LINT. Sorry! | mlaier | 2004-08-02 | 1 | -1/+1 |
* | Second part of ALTQ driver modifications, covering: | mlaier | 2004-08-01 | 1 | -5/+7 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -1/+2 |
* | Further improve locking in xl(4): | bms | 2004-07-09 | 1 | -21/+34 |
* | Apply the long-overdue hatchet of style(9) death to this file. | bms | 2004-07-09 | 1 | -458/+547 |
* | Further locking improvements for vr(4): | bms | 2004-07-09 | 1 | -46/+69 |