aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hatm
Commit message (Expand)AuthorAgeFilesLines
...
* When we cannot allocate an external buffer (bacause we've hitHartmut Brandt2003-10-271-9/+5
* Sysctl names should not contain dots. Convert them to underlines.Hartmut Brandt2003-10-241-19/+19
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-6/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-225-10/+10
* Make the driver preserve open connections accross ifconfig downHartmut Brandt2003-08-074-26/+57
* 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-064-9/+6
* Rearrange the fields in the vcc table entry to fit to the requirementsHartmut Brandt2003-07-302-68/+13
* Generate events for carrier state, PVC state changes and flow controlHartmut Brandt2003-07-293-16/+13
* Remove the rather bogus statistics sysctl and merge it into theHartmut Brandt2003-07-292-17/+8
* The card resets the S/Uni chip when it is resetted. ThereforHartmut Brandt2003-07-171-0/+5
* Use the default arguments for lockfunc and lockfuncarg inHartmut Brandt2003-07-105-14/+23
* Mega busdma API commit.Scott Long2003-07-011-4/+7
* Style: __FBSDID().Hartmut Brandt2003-06-185-10/+16
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-178-0/+6017