summaryrefslogtreecommitdiff
path: root/sys/dev/hfa
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.9.0_cvscvs2svn2003-10-2719-32/+32
* MFC: Implement CBR traffic shaping for the Fore adapters. This is controledHartmut Brandt2003-08-225-1/+262
* For some reason the hfa driver behaves differently between current andHartmut Brandt2003-08-222-2/+23
* MFC fore_aali.h:1.4, fore_command.c:1.15, fore_init.c:1.14,Hartmut Brandt2003-08-205-4/+68
* MFC: m_tag supportSam Leffler2003-01-231-1/+1
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 cameJim Pirzyk2001-07-202-1/+4
* 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
* Two patches from the HARP people:Poul-Henning Kamp1998-09-176-47/+48
* Add new files for HARP3Poul-Henning Kamp1998-09-1519-0/+7121