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