aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea/eni.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we have the en(4) driver, we no longer need the hea driver.Warner Losh2003-12-071-697/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - Turn the hea and hfa HARP storage pools into UMA zones and insertAndrew R. Reiter2002-06-141-2/+2
* This actually compiles under lint now, by effectively #if 0'ing itAlfred Perlstein2002-06-111-5/+0
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)Matthew N. Dodd2002-06-031-14/+25
* - Remove KM_ macro calls and replace with the real function we're calling.Andrew R. Reiter2002-04-191-1/+1
* Remove __P.Alfred Perlstein2002-03-201-8/+8
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-171-0/+9
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-301-0/+1
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-271-4/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-141-18/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-1/+40
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-6/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-6/+8
* 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
* 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-041-5/+7
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-5/+5
* Two patches from the HARP people:Poul-Henning Kamp1998-09-171-4/+4
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+664