aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-1719-142/+135
* Device megapatch 4/6:Poul-Henning Kamp2004-02-215-0/+10
* Device megapatch 1/6:Poul-Henning Kamp2004-02-215-10/+0
* Based on an excellent suggestion from tanimura@ define I4BPRI and use itGary Jennejohn2003-11-105-47/+22
* Fix breakage cuased by the selwakeuppri commit by defining TTIPRI forGary Jennejohn2003-11-104-0/+28
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-093-10/+10
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-10/+10
* Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] toBrooks Davis2003-10-311-3/+4
* 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-226-12/+12
* Undo agressive inlining which GCC previously wisely ignored.Poul-Henning Kamp2003-07-232-152/+169
* Mega busdma API commit.Scott Long2003-07-011-0/+1
* Use __FBSDID().David E. O'Brien2003-06-1120-60/+60
* 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-1025-86/+76
* Fix off-by-one errors in range checks of state machine states & events.Poul-Henning Kamp2003-05-312-8/+8
* Fix systematic off-by-one errors in unit number range checks.Poul-Henning Kamp2003-05-316-11/+11
* 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
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-035-65/+36
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-024-28/+28
* NODEVFS cleanup:Poul-Henning Kamp2003-02-265-76/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-194-11/+11
* Fix another typo in a comment which I noticed while doing the MFC.Gary Jennejohn2003-02-061-1/+1
* Fix some typos in 3 comments.Gary Jennejohn2003-02-011-4/+5
* Add a fix for the case where the dialout fails. In this case the ispGary Jennejohn2003-01-301-0/+13
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-214-11/+11
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-24/+24
* network interface and link layer changes:Sam Leffler2002-11-152-6/+4
* Don't include the depricated "bpf.h" and always compile in bpf supportBrooks Davis2002-10-212-21/+1
* Be consistent about marking functions static.Poul-Henning Kamp2002-10-157-30/+31
* 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-0282-476/+34
* Bugfix to enable dialer "connected" response.Hellmuth Michaelis2002-08-271-3/+12
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)Hellmuth Michaelis2002-08-124-3/+43
* add experimental support for Data over Voice (DoV) outgoing calls.Hellmuth Michaelis2002-08-116-10/+34
* Remote pci.h/NPCI usage from i4b code.Brooks Davis2002-06-1321-40/+19
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Unbreak LINT by compensating for theAlfred Perlstein2002-06-011-4/+3
* Fixed printf format errors which apparently crept in while -Wformat wasBruce Evans2002-05-251-1/+2
* Oops, I missed this warning. Comment out extra junk after #endifPeter Wemm2002-05-241-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-0415-28/+28