| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a possible hang which apparently occurs during a warm boot (cold boot | gj | 2004-07-18 | 1 | -0/+8 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 3 | -0/+3 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 17 | -130/+127 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 5 | -18/+15 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 5 | -10/+10 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 33 | -111/+100 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 7 | -32/+21 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 11 | -51/+34 |
* | Fix systematic off-by-one errors in unit number range checks. | phk | 2003-05-31 | 4 | -8/+8 |
* | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | hmp | 2003-05-30 | 1 | -2/+2 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 2 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Be consistent about marking functions static. | phk | 2002-10-15 | 6 | -29/+29 |
* | It's bad enough people can't figure out to use the same code, or in | phk | 2002-09-11 | 3 | -192/+139 |
* | Add missing calls to mtx_init(). | phk | 2002-09-10 | 1 | -0/+12 |
* | Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, | brooks | 2002-09-02 | 49 | -281/+34 |
* | Remote pci.h/NPCI usage from i4b code. | brooks | 2002-06-13 | 18 | -36/+18 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Fix some low hanging fruit warnings. There are problems in i4b_ing.c | peter | 2002-05-24 | 2 | -0/+5 |
* | Fix a problem which could cause some machines to hang after a warm boot. | gj | 2002-05-10 | 1 | -2/+2 |
* | Change instances of avma1pp2- to ifpi2- in printf's since the name | gj | 2002-04-28 | 1 | -5/+5 |
* | On slow machines interrupts could be lost, so check for pending | gj | 2002-04-23 | 1 | -11/+18 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 6 | -16/+16 |
* | Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, | hm | 2002-03-17 | 2 | -19/+5 |
* | Quiet bogus gcc warning | peter | 2002-02-28 | 1 | -1/+1 |
* | Fix some places where the macro L0IFPIUNIT was used instead of the correct | gj | 2002-01-02 | 2 | -7/+7 |
* | Fix two typos in previous commit. | joerg | 2001-12-30 | 1 | -1/+1 |
* | Protect mtx_init() invocations with mtx_intialized() checks to avoid a | gj | 2001-12-30 | 6 | -16/+32 |
* | Fix an error which could cause a panic if both an ifpi and ifpi2 controller | gj | 2001-12-29 | 2 | -5/+5 |
* | Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller. | gj | 2001-12-22 | 8 | -0/+3452 |
* | Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectly | hm | 2001-10-21 | 1 | -2/+2 |
* | Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP | hm | 2001-10-21 | 2 | -26/+100 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 2 | -2/+2 |
* | Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. | hm | 2001-01-26 | 3 | -3/+420 |
* | remove redundant definitions of card types: | hm | 2001-01-24 | 30 | -451/+118 |
* | Update the iwic driver: fix error handling for rx errors on the D-channel | hm | 2001-01-21 | 8 | -111/+103 |
* | Reenable support for FreeBSD 4.x and possibly the other supported BSD's | hm | 2001-01-15 | 6 | -28/+79 |
* | Add the ISDN itjc hardware driver. This driver supports the NETJet-S cards | hm | 2001-01-11 | 8 | -9/+3942 |
* | Update the ihfc driver with a patch from the author. He writes: This patch | hm | 2001-01-11 | 4 | -50/+84 |
* | Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV) | hm | 2001-01-10 | 1 | -4/+3 |
* | Move the mutex initialization from avma1pp_bchannel_setup into | jlemon | 2001-01-09 | 1 | -2/+9 |
* | Bugfix: enable interrupt sharing for ELSA Microlink ISDN PCI | hm | 2000-12-03 | 1 | -2/+2 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 7 | -53/+36 |
* | Fix two typo's: teh -> the, ther -> there. | asmodai | 2000-11-08 | 1 | -1/+1 |
* | Remove unused #include statements | hm | 2000-10-30 | 34 | -74/+0 |
* | Add infrastructure for Cologne Chip HFC-S PCI driver. | hm | 2000-10-26 | 1 | -1/+4 |
* | Make the software HDLC decoder work again. | hm | 2000-10-26 | 1 | -3/+5 |
* | Submitted by: Hans Petter Selasky <hselasky@c2i.net> | hm | 2000-10-20 | 2 | -17/+33 |