summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Ensure that DMA mappings are freed in error situations.mks2000-01-152-7/+52
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Fixed printf format errors (don't assume that ntohl() returns u_long;bde1999-08-292-2/+2
* $Id$ -> $FreeBSD$peter1999-08-2819-32/+32
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-6/+7
* This commit should be a extensive NO-OP:phk1999-05-301-14/+22
* Allow configuration of up to 256 network interfaces per physical interface -mks1999-05-101-3/+3
* Enable PCI bus master during attach in case the BIOS hasn't done it for us.mks1999-05-101-2/+15
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-2/+6
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-276-22/+22
* probe function changed from returning char * to const char *.dillon1998-12-141-4/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-044-13/+18
* Trivial stylish changes, mostly to silence gcc.phk1998-10-3113-57/+57
* Two patches from the HARP people:phk1998-09-176-47/+48
* Add new files for HARP3phk1998-09-1519-0/+7121
OpenPOWER on IntegriCloud