aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b
Commit message (Expand)AuthorAgeFilesLines
* Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa...Thomas Wintergerst2006-07-092-4/+9
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-168-8/+0
* PR: kern/76611Hellmuth Michaelis2006-05-131-8/+8
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-054-8/+8
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-092-5/+6
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-1/+9
* Fix a number of now bogus casts I missed the first time around (I mustBrooks Davis2005-06-171-8/+7
* Refer to the correct file/function in panic messages.Brooks Davis2005-06-171-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-151/+149
* 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-06126-374/+498
* Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they bothRobert Watson2004-10-122-0/+4
* Kill count device support from config. I've changed the last fewPeter Wemm2004-08-308-19/+6
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-5/+1
* Fix a possible hang which apparently occurs during a warm boot (cold bootGary Jennejohn2004-07-181-0/+8
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Catch up with the new world order of Netgraph metas.Ruslan Ermilov2004-07-061-15/+3
* Add another ifdef...Warner Losh2004-07-051-0/+2
* meta_p is a void *, so a variable that's of type void * can't beWarner Losh2004-07-041-1/+4
* Be BURN_BRIDGES compliantPoul-Henning Kamp2004-06-211-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-165-26/+26
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-1/+1
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-303-0/+3
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+10
* 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