| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 10 | -10/+30 |
| * | fix reference to pci/pcireg.h | Warner Losh | 2003-08-22 | 1 | -1/+1 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Use a size_t where a buffer length is meant. | Hartmut Brandt | 2003-07-29 | 1 | -2/+4 |
| * | Explicitly declare 'int' parameters. | David E. O'Brien | 2003-04-21 | 1 | -0/+1 |
| * | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -13/+0 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -11/+1 |
| * | When we have found a chunk of memory that is large enough and have computed | Hartmut Brandt | 2003-02-27 | 1 | -1/+1 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | - Change the ATM stack functions to use intptr_t instead of int for opaque | John Baldwin | 2002-11-08 | 2 | -4/+4 |
| * | Adjust some casts to quiet warnings. | John Baldwin | 2002-11-06 | 3 | -7/+7 |
| * | Cast the first argument to bzero() to `void *' after casting it to | Robert Drehmel | 2002-10-16 | 2 | -2/+2 |
| * | Create/destroy memory zones on module load/unload, not on device | Matthew N. Dodd | 2002-10-02 | 2 | -15/+48 |
| * | Add a field to struct cmn_unit to hold a pointer to the driver's softc. | Matthew N. Dodd | 2002-10-01 | 2 | -0/+2 |
| * | - Remove DMA_* macros as only one, DMA_GET_ADDR, was used. | Andrew R. Reiter | 2002-06-24 | 1 | -3/+3 |
| * | - Remove the definition for SCHED_ATM | Andrew R. Reiter | 2002-06-24 | 1 | -3/+1 |
| * | - Turn the hea and hfa HARP storage pools into UMA zones and insert | Andrew R. Reiter | 2002-06-14 | 5 | -22/+27 |
| * | This actually compiles under lint now, by effectively #if 0'ing it | Alfred Perlstein | 2002-06-11 | 1 | -5/+0 |
| * | Recognize Adaptec ANA-5910/30/40[A] boards. | Matthew N. Dodd | 2002-06-07 | 3 | -19/+65 |
| * | Move some code around. | Matthew N. Dodd | 2002-06-07 | 2 | -4/+6 |
| * | Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) | Matthew N. Dodd | 2002-06-03 | 6 | -18/+670 |
| * | - Remove KM_ macro calls and replace with the real function we're calling. | Andrew R. Reiter | 2002-04-19 | 4 | -16/+12 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 6 | -28/+28 |
| * | Fix warnings | Peter Wemm | 2002-02-27 | 2 | -2/+2 |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Minor tweaks to get these to stop breaking LINT. They still dont work | Peter Wemm | 2001-01-17 | 2 | -0/+11 |
| * | Add back some now needed #include <sys/systm.h> | Poul-Henning Kamp | 2000-12-07 | 2 | -0/+2 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 2 | -14/+12 |
| * | Add back some #include <sys/systm.h> which were needed when <sys/ktr.h> | Poul-Henning Kamp | 2000-10-30 | 5 | -0/+5 |
| * | Remove 86 unneeded #includes | Poul-Henning Kamp | 2000-10-27 | 9 | -46/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 3 | -3/+0 |
| * | Remove even more nneeded #includes. | Poul-Henning Kamp | 2000-10-14 | 9 | -188/+0 |
| * | Remove the #include kitchensink <netatm/kern_include.h> and add | Poul-Henning Kamp | 2000-10-12 | 9 | -9/+360 |
| * | Do some cleanups of the HARP atm codes interface into the system: | Poul-Henning Kamp | 2000-10-12 | 1 | -6/+0 |
| * | Remove un-needed #include's. | Mike Spengler | 2000-01-17 | 1 | -1/+0 |
| * | Incorrect uses of NULL changed to 0 | Eivind Eklund | 1999-12-21 | 1 | -3/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 13 | -22/+22 |
| * | Implement a new generic mechanism for attaching handler functions to | Mike Smith | 1999-08-21 | 1 | -6/+8 |
| * | Allow configuration of up to 256 network interfaces per physical interface - | Mike Spengler | 1999-05-10 | 1 | -3/+3 |
| * | Enable PCI bus master during attach in case the BIOS hasn't done it for us. | Mike Spengler | 1999-05-10 | 1 | -47/+48 |
| * | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -6/+2 |
| * | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | Peter Wemm | 1999-04-24 | 1 | -2/+6 |
| * | Shorten line. | Eivind Eklund | 1999-04-12 | 1 | -3/+3 |
| * | Staticize. | Eivind Eklund | 1999-04-11 | 1 | -3/+3 |
| * | Fix warnings preparing for -Wall -Wcast-qual | Matthew Dillon | 1999-01-27 | 3 | -14/+13 |
| * | probe function changed from returning char * to const char *. | Matthew Dillon | 1998-12-14 | 1 | -4/+4 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 2 | -8/+11 |
| * | Trivial stylish changes, mostly to silence gcc. | Poul-Henning Kamp | 1998-10-31 | 9 | -45/+45 |
| * | Add a missing ++. | Poul-Henning Kamp | 1998-10-18 | 1 | -3/+3 |