summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea
Commit message (Expand)AuthorAgeFilesLines
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-2410-10/+30
* fix reference to pci/pcireg.himp2003-08-221-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use a size_t where a buffer length is meant.harti2003-07-291-2/+4
* Explicitly declare 'int' parameters.obrien2003-04-211-0/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-13/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-11/+1
* When we have found a chunk of memory that is large enough and have computedharti2003-02-271-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-082-4/+4
* Adjust some casts to quiet warnings.jhb2002-11-063-7/+7
* Cast the first argument to bzero() to `void *' after casting it torobert2002-10-162-2/+2
* Create/destroy memory zones on module load/unload, not on devicemdodd2002-10-022-15/+48
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.mdodd2002-10-012-0/+2
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-241-3/+3
* - Remove the definition for SCHED_ATMarr2002-06-241-3/+1
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-145-22/+27
* This actually compiles under lint now, by effectively #if 0'ing italfred2002-06-111-5/+0
* Recognize Adaptec ANA-5910/30/40[A] boards.mdodd2002-06-073-19/+65
* Move some code around.mdodd2002-06-072-4/+6
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)mdodd2002-06-036-18/+670
* - Remove KM_ macro calls and replace with the real function we're calling.arr2002-04-194-16/+12
* Remove __P.alfred2002-03-206-28/+28
* Fix warningspeter2002-02-272-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-172-0/+11
* Add back some now needed #include <sys/systm.h>phk2000-12-072-0/+2
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-14/+12
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-305-0/+5
* Remove 86 unneeded #includesphk2000-10-279-46/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Remove even more nneeded #includes.phk2000-10-149-188/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-129-9/+360
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-121-6/+0
* Remove un-needed #include's.mks2000-01-171-1/+0
* Incorrect uses of NULL changed to 0eivind1999-12-211-3/+3
* $Id$ -> $FreeBSD$peter1999-08-2813-22/+22
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-6/+8
* 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-47/+48
* 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
* Shorten line.eivind1999-04-121-3/+3
* Staticize.eivind1999-04-111-3/+3
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-273-14/+13
* 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-042-8/+11
* Trivial stylish changes, mostly to silence gcc.phk1998-10-319-45/+45
* Add a missing ++.phk1998-10-181-3/+3
OpenPOWER on IntegriCloud