summaryrefslogtreecommitdiff
path: root/sys/dev/hfa
Commit message (Expand)AuthorAgeFilesLines
* 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-66/+40
* - 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
* Fixed printf format errors (don't assume that ntohl() returns u_long;Bruce Evans1999-08-292-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-32/+32
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-6/+7
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-14/+22
* Allow configuration of up to 256 network interfaces per physical interface -Mike Spengler1999-05-101-3/+3
* Enable PCI bus master during attach in case the BIOS hasn't done it for us.Mike Spengler1999-05-101-2/+15
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-6/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-2/+6
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-276-22/+22
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-4/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-044-13/+18
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-3113-57/+57