summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa
Commit message (Expand)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-2523-6912/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-103-9/+9
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0613-13/+13
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Delete an unused file which no longer compiles anyway.njl2004-04-201-599/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Unbreak after the change to use vm_paddr_t. Since vm_paddr_t ismux2004-02-224-8/+8
* Device megapatch 4/6:phk2004-02-211-0/+2
* Use the more appropriate vm_paddr_t in places where a physicalharti2004-02-218-61/+74
* The token for atm_intr is actually a void *, not an int. Clarifyharti2004-02-211-2/+4
* Use __FBSDID().obrien2003-08-2410-50/+37
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-2213-14/+14
* Implement a traffic shaping option for the PCA200 for CBR channels.harti2003-07-315-1/+247
* Make the driver to work with firmware version 4.1.12 (other 4.X.Y shouldharti2003-07-315-4/+68
* Use a size_t where a buffer length is meant.harti2003-07-291-2/+4
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-13/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-3/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Adjust some casts to quiet warnings.jhb2002-11-062-2/+2
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Use more standard variable names for modevent functions.mdodd2002-10-021-2/+2
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.mdodd2002-10-012-0/+2
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-2/+2
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2410-92/+12
* - Remove the definition for SCHED_ATMarr2002-06-241-1/+1
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-145-22/+28
* Move some code around.mdodd2002-06-072-12/+12
* Change two KM_COPY()s to bcopy(). This should have been done when themike2002-04-202-2/+2
* - Convert the 'hfa' ATM interface driver to newbus.mdodd2002-04-175-0/+966
* - Nuke fore_pci_device.arr2002-04-161-67/+41
* - Remove PCA-200E definition -- this will be re-added in the commit toarr2002-04-161-1/+0
* Remove __P.alfred2002-03-206-44/+44
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 camepirzyk2001-06-202-1/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-172-0/+10
* Add back some now needed #include <sys/systm.h>phk2000-12-072-12/+3
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-3/+1
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3013-0/+13
* Remove 86 unneeded #includesphk2000-10-2713-40/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Remove even more unneeded #includes.phk2000-10-1413-280/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-1215-102/+611
* More HARP polishina:phk2000-10-129-83/+4
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-122-954/+0
OpenPOWER on IntegriCloud