aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hfa
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-103-9/+9
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0613-13/+13
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Delete an unused file which no longer compiles anyway.Nate Lawson2004-04-201-599/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Unbreak after the change to use vm_paddr_t. Since vm_paddr_t isMaxime Henrion2004-02-224-8/+8
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Use the more appropriate vm_paddr_t in places where a physicalHartmut Brandt2004-02-218-61/+74
* The token for atm_intr is actually a void *, not an int. ClarifyHartmut Brandt2004-02-211-2/+4
* Use __FBSDID().David E. O'Brien2003-08-2410-50/+37
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-2213-14/+14
* Implement a traffic shaping option for the PCA200 for CBR channels.Hartmut Brandt2003-07-315-1/+247
* Make the driver to work with firmware version 4.1.12 (other 4.X.Y shouldHartmut Brandt2003-07-315-4/+68
* Use a size_t where a buffer length is meant.Hartmut Brandt2003-07-291-2/+4
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-13/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-3/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-2/+2
* Adjust some casts to quiet warnings.John Baldwin2002-11-062-2/+2
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Use more standard variable names for modevent functions.Matthew N. Dodd2002-10-021-2/+2
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.Matthew N. Dodd2002-10-012-0/+2
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-2410-92/+12
* - Remove the definition for SCHED_ATMAndrew R. Reiter2002-06-241-1/+1
* - Turn the hea and hfa HARP storage pools into UMA zones and insertAndrew R. Reiter2002-06-145-22/+28
* Move some code around.Matthew N. Dodd2002-06-072-12/+12
* Change two KM_COPY()s to bcopy(). This should have been done when theMike Barcroft2002-04-202-2/+2
* - Convert the 'hfa' ATM interface driver to newbus.Matthew N. Dodd2002-04-175-0/+966
* - Nuke fore_pci_device.Andrew R. Reiter2002-04-161-67/+41
* - Remove PCA-200E definition -- this will be re-added in the commit toAndrew R. Reiter2002-04-161-1/+0
* Remove __P.Alfred Perlstein2002-03-206-44/+44
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 cameJim Pirzyk2001-06-202-1/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-172-0/+10
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-072-12/+3
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-3/+1
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-3013-0/+13
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-2713-40/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-153-3/+0
* Remove even more unneeded #includes.Poul-Henning Kamp2000-10-1413-280/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-1215-102/+611
* More HARP polishina:Poul-Henning Kamp2000-10-129-83/+4
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-122-954/+0
* Ensure that DMA mappings are freed in error situations.Mike Spengler2000-01-152-7/+52
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0