aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea
Commit message (Expand)AuthorAgeFilesLines
* Cast the first argument to bzero() to `void *' after casting it toRobert Drehmel2002-10-162-2/+2
* Create/destroy memory zones on module load/unload, not on deviceMatthew N. Dodd2002-10-022-15/+48
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.Matthew N. Dodd2002-10-012-0/+2
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-241-3/+3
* - Remove the definition for SCHED_ATMAndrew R. Reiter2002-06-241-3/+1
* - Turn the hea and hfa HARP storage pools into UMA zones and insertAndrew R. Reiter2002-06-145-22/+27
* This actually compiles under lint now, by effectively #if 0'ing itAlfred Perlstein2002-06-111-5/+0
* Recognize Adaptec ANA-5910/30/40[A] boards.Matthew N. Dodd2002-06-073-19/+65
* Move some code around.Matthew N. Dodd2002-06-072-4/+6
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)Matthew N. Dodd2002-06-036-18/+670
* - Remove KM_ macro calls and replace with the real function we're calling.Andrew R. Reiter2002-04-194-16/+12
* Remove __P.Alfred Perlstein2002-03-206-28/+28
* Fix warningsPeter Wemm2002-02-272-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-172-0/+11
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-072-0/+2
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-14/+12
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-305-0/+5
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-279-46/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-153-3/+0
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-149-188/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-129-9/+360
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-6/+0
* Remove un-needed #include's.Mike Spengler2000-01-171-1/+0
* Incorrect uses of NULL changed to 0Eivind Eklund1999-12-211-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-22/+22
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-6/+8
* 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-47/+48
* 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
* Shorten line.Eivind Eklund1999-04-121-3/+3
* Staticize.Eivind Eklund1999-04-111-3/+3
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-273-14/+13
* 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-042-8/+11
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-319-45/+45
* Add a missing ++.Poul-Henning Kamp1998-10-181-3/+3
* Two patches from the HARP people:Poul-Henning Kamp1998-09-173-10/+10
* Add new files for HARP3Poul-Henning Kamp1998-09-1513-0/+4646