summaryrefslogtreecommitdiffstats
path: root/sys/dev/lnc
Commit message (Expand)AuthorAgeFilesLines
* Remove the old, and now deprecated lnc driver. The Lance style hardwaregnn2006-05-146-2833/+0
* Really fix it this time.ru2005-11-121-3/+3
* Attempt to fix pc98 GENERIC compile breakage.ru2005-11-121-3/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-112-6/+6
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-14/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-105-120/+86
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-4/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can onlymux2004-08-221-1/+1
* Since if_lnc doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-2/+4
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-20/+2
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-7/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-14/+14
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-4/+2
* Peter prefers it this way, bde might also[*]. I just want to have a chanceobrien2004-03-032-2/+2
* Adjust lnc(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-032-4/+4
* Fix the PCI attach routine to properly setup the IRQ and port resourcejhb2004-01-221-13/+20
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-4/+4
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-1/+0
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-14/+14
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-48/+35
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-244-6/+13
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Don't inline ridiculously very large functions.phk2003-07-221-4/+4
* Mega busdma API commit.scottl2003-07-013-0/+6
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-153-3/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* network interface driver changes:sam2002-11-144-29/+19
* Fix mis-indentation.phk2002-10-021-7/+7
* Remove __P.alfred2002-03-202-26/+26
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-5/+7
* - Don't overwrite inb, inw and outw.nyan2001-07-047-221/+392
* Use a module name of 'if_lnc' in both the PCI and ISA sections ofiedowse2001-03-182-2/+2
* There were a few changes missed when this file was converted toiedowse2001-03-021-3/+9
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Remove unused #include "lnc.h"peter2001-01-291-1/+0
* Make it clear that the macro `inb' is being overridden.wollman2001-01-091-0/+1
* The pci and isa drivers were meant to share the same devclass butpaul2000-12-294-4/+5
* Set a lower probe return value for PCI cards so that the pcn driver wins.paul2000-12-291-2/+4
* Fix a legacy issue. The offset for reading the MAC address is 0 usingpaul2000-12-291-1/+2
* Switch off some debugging code.paul2000-12-162-3/+1
OpenPOWER on IntegriCloud