summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dc after repo copy.imp2005-10-181-3863/+0
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-131-2/+3
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-28/+41
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-161-2/+2
* When bus_alloc_resource_any() fails, dc_detach() is called and itkeramida2005-09-151-5/+11
* Better commentimp2005-08-291-1/+4
* Fix another instance of old info re: miibusimp2005-08-291-1/+1
* Fixup locking and mark MPSAFE:jhb2005-08-181-70/+77
* Use device_printf() and if_printf() and remove dc_unit from softc.jhb2005-08-101-35/+31
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-24/+30
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Fix newer Xircom CBE2-100 cards that were reportingimp2005-04-181-13/+14
* 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
* Fix style(9) issues with __P removal.imp2005-02-241-71/+67
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* 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
* if_dc includes locking, but that locking is disabled by a #ifdefrwatson2004-08-251-1/+2
* - Make OF_getetheraddr() honour the "local-mac-address?" system configmarius2004-08-141-1/+1
* Whitespace nitsbms2004-07-051-6/+6
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-281-63/+3
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-23/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+2
* First driver with user-configurable polling(4).ru2004-04-111-1/+13
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Some integrated Davicom cards in sparc64 boxes have an all zerosmux2004-01-081-0/+18
* The transmit frame status is stored in the last transmit descriptor for thetruckman2004-01-081-3/+4
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)sanpei2003-12-061-0/+2
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-1/+9
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-4/+3
* reconst poisonimp2003-11-141-10/+10
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-20/+23
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Correct the spelling of m_devget() in the sysctl variable description.ru2003-11-021-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Const poison crc routines (why these aren't centralized, I'm not sure).imp2003-10-231-9/+9
* Fix a problem where m_defrag would allocate a new mbuf to replace thesilby2003-10-191-8/+8
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersmbr2003-10-051-9/+26
* Don't read the MAC address from a copy of the EEPROM in the softcmbr2003-09-161-4/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* All davicom cards seem to need DC_TX_ALIGN.mbr2003-08-271-2/+1
OpenPOWER on IntegriCloud