summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-067-21/+28
* Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they bothrwatson2004-10-122-0/+4
* Kill count device support from config. I've changed the last fewpeter2004-08-306-8/+4
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-5/+1
* Catch up with the new world order of Netgraph metas.ru2004-07-061-15/+3
* Add another ifdef...imp2004-07-051-0/+2
* meta_p is a void *, so a variable that's of type void * can't beimp2004-07-041-1/+4
* Be BURN_BRIDGES compliantphk2004-06-211-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-21/+21
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-1/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Device megapatch 4/6:phk2004-02-214-0/+8
* Device megapatch 1/6:phk2004-02-214-8/+0
* Based on an excellent suggestion from tanimura@ define I4BPRI and use itgj2003-11-103-38/+17
* Fix breakage cuased by the selwakeuppri commit by defining TTIPRI forgj2003-11-103-0/+21
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-092-8/+8
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-10/+10
* Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] tobrooks2003-10-311-3/+4
* Use __FBSDID().obrien2003-06-107-21/+21
* Fix systematic off-by-one errors in unit number range checks.phk2003-05-311-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-034-52/+29
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-023-25/+25
* NODEVFS cleanup:phk2003-02-264-64/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Fix another typo in a comment which I noticed while doing the MFC.gj2003-02-061-1/+1
* Fix some typos in 3 comments.gj2003-02-011-4/+5
* Add a fix for the case where the dialout fails. In this case the ispgj2003-01-301-0/+13
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* network interface and link layer changes:sam2002-11-152-6/+4
* Don't include the depricated "bpf.h" and always compile in bpf supportbrooks2002-10-212-21/+1
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-027-34/+0
* Bugfix to enable dialer "connected" response.hm2002-08-271-3/+12
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Unbreak LINT by compensating for thealfred2002-06-011-4/+3
* Oops, I missed this warning. Comment out extra junk after #endifpeter2002-05-241-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-044-6/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-177-955/+95
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerhm2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.hm2002-03-091-4687/+0
* Remove unused includes.joerg2001-12-311-7/+0
* Fix two typos in previous commit.joerg2001-12-301-1/+1
* Remove references to i4b/driver/i4b_ispppsubr.c, now thatjoerg2001-12-301-41/+0
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-305-8/+16
* fix kvprintf panic in attach routinehm2001-10-241-6/+1
* Add experimental support for sending keypad facility messages.hm2001-10-181-94/+13
* sppp rewrites the interface's ip address directly; this breaks when thejlemon2001-10-011-1/+7
* KSE Milestone 2julian2001-09-124-48/+48
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)hm2001-05-211-4/+4
OpenPOWER on IntegriCloud