aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b/layer1
Commit message (Expand)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Don't use 'i386/include' directly.Yoshihiro Takahashi2005-04-081-2/+2
* Add device ID for Planet IA 128P-STD card.Murray Stokely2005-03-191-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0670-210/+280
* Fix a possible hang which apparently occurs during a warm boot (cold bootGary Jennejohn2004-07-181-0/+8
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-303-0/+3
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-1717-130/+127
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-025-18/+15
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-225-10/+10
* Mega busdma API commit.Scott Long2003-07-011-0/+1
* Use __FBSDID().David E. O'Brien2003-06-1033-111/+100
* Use __FBSDID().David E. O'Brien2003-06-107-32/+21
* Use __FBSDID().David E. O'Brien2003-06-1011-51/+34
* Fix systematic off-by-one errors in unit number range checks.Poul-Henning Kamp2003-05-314-8/+8
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-301-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-252-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Be consistent about marking functions static.Poul-Henning Kamp2002-10-156-29/+29
* It's bad enough people can't figure out to use the same code, or inPoul-Henning Kamp2002-09-113-192/+139
* Add missing calls to mtx_init().Poul-Henning Kamp2002-09-101-0/+12
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,Brooks Davis2002-09-0249-281/+34
* Remote pci.h/NPCI usage from i4b code.Brooks Davis2002-06-1318-36/+18
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Fix some low hanging fruit warnings. There are problems in i4b_ing.cPeter Wemm2002-05-242-0/+5
* Fix a problem which could cause some machines to hang after a warm boot.Gary Jennejohn2002-05-101-2/+2
* Change instances of avma1pp2- to ifpi2- in printf's since the nameGary Jennejohn2002-04-281-5/+5
* On slow machines interrupts could be lost, so check for pendingGary Jennejohn2002-04-231-11/+18
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-046-16/+16
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,Hellmuth Michaelis2002-03-172-19/+5
* Quiet bogus gcc warningPeter Wemm2002-02-281-1/+1
* Fix some places where the macro L0IFPIUNIT was used instead of the correctGary Jennejohn2002-01-022-7/+7
* Fix two typos in previous commit.Joerg Wunsch2001-12-301-1/+1
* Protect mtx_init() invocations with mtx_intialized() checks to avoid aGary Jennejohn2001-12-306-16/+32
* Fix an error which could cause a panic if both an ifpi and ifpi2 controllerGary Jennejohn2001-12-292-5/+5
* Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.Gary Jennejohn2001-12-228-0/+3452
* Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectlyHellmuth Michaelis2001-10-211-2/+2
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPHellmuth Michaelis2001-10-212-26/+100
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-2/+2
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.Hellmuth Michaelis2001-01-263-3/+420
* remove redundant definitions of card types:Hellmuth Michaelis2001-01-2430-451/+118
* Update the iwic driver: fix error handling for rx errors on the D-channelHellmuth Michaelis2001-01-218-111/+103
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'sHellmuth Michaelis2001-01-156-28/+79
* Add the ISDN itjc hardware driver. This driver supports the NETJet-S cardsHellmuth Michaelis2001-01-118-9/+3942
* Update the ihfc driver with a patch from the author. He writes: This patchHellmuth Michaelis2001-01-114-50/+84
* Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV)Hellmuth Michaelis2001-01-101-4/+3
* Move the mutex initialization from avma1pp_bchannel_setup intoJonathan Lemon2001-01-091-2/+9
* Bugfix: enable interrupt sharing for ELSA Microlink ISDN PCIHellmuth Michaelis2000-12-031-2/+2
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-257-53/+36
* Fix two typo's: teh -> the, ther -> there.Jeroen Ruigrok van der Werven2000-11-081-1/+1