aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hatm/if_hatm_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-7/+7
* Fix another fallout from the ifnet change that assumed that a softcHartmut Brandt2005-07-011-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-6/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Make the driver preserve open connections accross ifconfig downHartmut Brandt2003-08-071-12/+21
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedHartmut Brandt2003-08-061-54/+2
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsHartmut Brandt2003-08-061-4/+2
* Rearrange the fields in the vcc table entry to fit to the requirementsHartmut Brandt2003-07-301-58/+5
* Generate events for carrier state, PVC state changes and flow controlHartmut Brandt2003-07-291-8/+3
* Use the default arguments for lockfunc and lockfuncarg inHartmut Brandt2003-07-101-1/+1
* Style: __FBSDID().Hartmut Brandt2003-06-181-2/+3
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-171-0/+486