summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer1
Commit message (Expand)AuthorAgeFilesLines
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-164-4/+0
* PR: kern/76611hm2006-05-131-8/+8
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Don't use 'i386/include' directly.nyan2005-04-081-2/+2
* Add device ID for Planet IA 128P-STD card.murray2005-03-191-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0670-210/+280
* Fix a possible hang which apparently occurs during a warm boot (cold bootgj2004-07-181-0/+8
* add missing #include <sys/module.h>phk2004-05-303-0/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-1717-130/+127
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-025-18/+15
* Prefer new location of pci include files (which have only been in theimp2003-08-225-10/+10
* Mega busdma API commit.scottl2003-07-011-0/+1
* Use __FBSDID().obrien2003-06-1033-111/+100
* Use __FBSDID().obrien2003-06-107-32/+21
* Use __FBSDID().obrien2003-06-1011-51/+34
* Fix systematic off-by-one errors in unit number range checks.phk2003-05-314-8/+8
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-252-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Be consistent about marking functions static.phk2002-10-156-29/+29
* It's bad enough people can't figure out to use the same code, or inphk2002-09-113-192/+139
* Add missing calls to mtx_init().phk2002-09-101-0/+12
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-0249-281/+34
* Remote pci.h/NPCI usage from i4b code.brooks2002-06-1318-36/+18
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Fix some low hanging fruit warnings. There are problems in i4b_ing.cpeter2002-05-242-0/+5
* Fix a problem which could cause some machines to hang after a warm boot.gj2002-05-101-2/+2
* Change instances of avma1pp2- to ifpi2- in printf's since the namegj2002-04-281-5/+5
* On slow machines interrupts could be lost, so check for pendinggj2002-04-231-11/+18
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-046-16/+16
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-172-19/+5
* Quiet bogus gcc warningpeter2002-02-281-1/+1
* Fix some places where the macro L0IFPIUNIT was used instead of the correctgj2002-01-022-7/+7
* Fix two typos in previous commit.joerg2001-12-301-1/+1
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-306-16/+32
* Fix an error which could cause a panic if both an ifpi and ifpi2 controllergj2001-12-292-5/+5
* Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.gj2001-12-228-0/+3452
* Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectlyhm2001-10-211-2/+2
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-212-26/+100
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-263-3/+420
* remove redundant definitions of card types:hm2001-01-2430-451/+118
* Update the iwic driver: fix error handling for rx errors on the D-channelhm2001-01-218-111/+103
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-156-28/+79
* Add the ISDN itjc hardware driver. This driver supports the NETJet-S cardshm2001-01-118-9/+3942
* Update the ihfc driver with a patch from the author. He writes: This patchhm2001-01-114-50/+84
* Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV)hm2001-01-101-4/+3
* Move the mutex initialization from avma1pp_bchannel_setup intojlemon2001-01-091-2/+9
OpenPOWER on IntegriCloud