summaryrefslogtreecommitdiff
path: root/sys/dev/en/midway.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-3367/+0
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* To ease changes to underlying mbuf structure and the mbuf allocator, reduceRobert Watson2015-01-051-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-4/+4
* In sys/dev/en/midway.c, #if 0 an unused static function.Dimitry Andric2013-12-291-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-6/+6
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-2/+2
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-2/+2
* Hide an unused variable in case we compile with neither INET nor INET6.Bjoern A. Zeeb2008-11-061-1/+5
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-20/+6
* Where I previously removed calls to kdb_enter(), now remove include ofRobert Watson2007-05-291-1/+0
* Rather than entering DDB with the message "unexpected error" and wedgingRobert Watson2007-05-271-2/+1
* Fix fat-fingering in previous commit.John Baldwin2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-2/+2
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-18/+18
* Subtracting two pointers produces a ptrdiff_t not a size_t so useHartmut Brandt2006-03-211-9/+9
* Drop the driver lock around atm_input() analogous to all the ethernetJohn Baldwin2005-10-271-0/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-10/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-51/+52
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+1
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-21/+12
* Update for the KDB framework:Marcel Moolenaar2004-07-101-3/+2
* All three of these drivers abused cv_waitq_empty in the same way by spinningScott Long2004-02-291-4/+1
* Move the locking of the softc up to before the allocation of theHartmut Brandt2003-12-171-4/+6
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+2
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedHartmut Brandt2003-08-061-31/+6
* Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/closeHartmut Brandt2003-08-061-1/+1
* When sending check that the channel is really open. Get the informationHartmut Brandt2003-08-061-7/+9
* Print an array index that is computed as ptrdiff_t with %tu.Hartmut Brandt2003-08-061-2/+2
* Change the format type to unbreak LINT on 64-bit platforms.David E. O'Brien2003-08-061-2/+2
* Implement per-VC statistics.Hartmut Brandt2003-08-051-1/+8
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theHartmut Brandt2003-08-051-37/+82
* Use the generic getvccs function from net/if_atmsubr.c and removeHartmut Brandt2003-08-051-54/+4
* Arrghhh. Remove debugging printf's that slipped in in the pre-previousHartmut Brandt2003-08-051-11/+1
* Use __FBSDID() as per style(9).Hartmut Brandt2003-08-051-2/+2
* Make the en(4) driver more like the other ATM drivers. This is theHartmut Brandt2003-08-051-233/+323
* Move the clearing of the IFF_RUNNING flag into the reset routine.Hartmut Brandt2003-08-051-1/+2
* Be careful to call bus_dmamap_load with BUS_DMA_NOWAIT so that theHartmut Brandt2003-07-151-7/+7
* Delete a superfluous semi-colon.Hartmut Brandt2003-07-041-1/+1
* Mega busdma API commit.Scott Long2003-07-011-2/+4
* Implement the ioctl that returns a list of currently open VCCs.Hartmut Brandt2003-06-131-0/+70
* Make the midway driver use the new ATM phy driver. This allows one toHartmut Brandt2003-06-131-6/+79
* Make the internal statistics sysctl an array of integers rather than a string.Hartmut Brandt2003-06-041-33/+10
* Fix off-by-one error in range check of VC index.Poul-Henning Kamp2003-05-311-1/+1
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-051-44/+67
* Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-291-3/+2
* Convert the midway driver to use busdma. Except for this conversion theHartmut Brandt2003-04-251-2898/+2707
* clean up the en driver since it will survice for a while byKenjiro Cho2003-03-121-96/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-0/+2