aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hfa/fore_load.c
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Use __FBSDID().David E. O'Brien2003-08-241-6/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+1
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-241-4/+0
* - Turn the hea and hfa HARP storage pools into UMA zones and insertAndrew R. Reiter2002-06-141-2/+2
* - Nuke fore_pci_device.Andrew R. Reiter2002-04-161-66/+40
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-171-0/+8
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-071-6/+2
* 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 unneeded #includes.Poul-Henning Kamp2000-10-141-18/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-52/+47
* More HARP polishina:Poul-Henning Kamp2000-10-121-21/+0
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-951/+0
* 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-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* 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
* 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
* 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-4/+6
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-9/+9
* Two patches from the HARP people:Poul-Henning Kamp1998-09-171-16/+16
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+1618