summaryrefslogtreecommitdiffstats
path: root/sys/dev/lnc/if_lnc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-031-1/+1
* Adjust lnc(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-031-3/+3
* 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 __FBSDID().obrien2003-08-241-1/+3
* Don't inline ridiculously very large functions.phk2003-07-221-4/+4
* 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-141-26/+16
* Fix mis-indentation.phk2002-10-021-7/+7
* Remove __P.alfred2002-03-201-20/+20
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-5/+7
* - Don't overwrite inb, inw and outw.nyan2001-07-041-27/+42
* 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
* 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-291-0/+2
* 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-161-1/+1
* Newbusify.paul2000-12-161-132/+130
* fix problem with vmware DAD. reported by many, tested @ IETF49 withume2000-12-111-5/+15
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-8/+1
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointeritojun2000-07-041-0/+1
* Unused includes: #include "pci.h" and #include "lnc.h"peter2000-06-101-3/+0
* Dynamically allocate softc structuresbrian2000-06-091-2/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+13
* Replace all references to lnc_softc with a typedef.paul2000-05-161-30/+30
* Re-organise lnc driver in preparation for newbusifying it.paul2000-05-161-419/+5
* Unchain lnc include files.paul2000-05-141-0/+1
* Fix includes to build from /sys/dev/lncpaul2000-05-141-1/+1
* Sync with the BPF and BRIDGE changes.paul2000-05-141-52/+5
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Update the copyright. Remove the advertising clause.paul2000-03-201-5/+2
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-3/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Set ifp->if_init to the right function.mdodd1999-08-201-3/+6
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-31/+6
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-101-1/+13
* Rename bpfilter to bpf.des1999-07-061-6/+6
* #ifdef BRIDGE around a goto label used by the bridge code to silcence apeter1999-05-091-1/+3
OpenPOWER on IntegriCloud