summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-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 saved_* from dc_softc. They are now no longer needed.imp2004-06-291-5/+0
* 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
* Spelling fix in a comment.marius2004-05-291-1/+1
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-292-6/+0
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+2
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-1/+1
* 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-082-3/+5
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)sanpei2003-12-062-0/+3
* 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-142-1/+10
* 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-052-12/+37
* 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
* Make TX on davicom 9102A working again. This chip needsmbr2003-08-241-0/+2
* Use __FBSDID().obrien2003-08-242-0/+6
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-1/+1
* Use the BUS_DMA_ZERO flag.mux2003-07-271-2/+1
* Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858imp2003-07-192-0/+5
* Add support for a bunch of Microsoft networking products:wpaul2003-07-102-0/+34
* Make the dc(4) driver endian-clean, so to that it works on sparc64.mux2003-07-092-45/+56
* Convert the dc(4) driver to the busdma API. This is a necessary stepmux2003-07-062-117/+304
* Fix a bug that could cause dc(4) to m_freem() an already freedmux2003-07-061-1/+2
* Various style(9) and readability fixes.mux2003-07-061-14/+22
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-031-4/+8
* Add ADMtek ADM9511 and ADM9513 device ID's.mbr2003-06-082-0/+8
* Change a :mux2003-06-011-1/+1
OpenPOWER on IntegriCloud