summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a #define for the device name of the mmap device for devstat.phk2003-03-162-2/+7
* #ifdef notyet a bit of code which needs not yet committed refcounting tophk2003-03-161-0/+2
* Fix the cable detection and properly find the host bridge onsos2003-03-161-22/+22
* Make udf_allocv() return an unlocked vnode instead of a locked onetjr2003-03-161-2/+1
* Pass the sf buf to MEXTADD() as the optional argument. This permitsalc2003-03-162-11/+6
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-167-2/+12
* Catch up with bpf_mtap() changes.mdodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.mdodd2003-03-162-7/+2
* - Use IFP2AC().mdodd2003-03-162-5/+73
* Implement is_physical_memory. Accessing memory which doesn't exist causesjake2003-03-151-3/+9
* Fix whitespace issues.mdodd2003-03-151-20/+20
* Register module dependencies.mdodd2003-03-151-0/+2
* Don't build if_iso88025subr.c into the oltr module.mdodd2003-03-151-25/+3
* G/C unused varilable.mdodd2003-03-151-1/+1
* Catch up with recent changes.mdodd2003-03-151-36/+5
* Bump __FreeBSD_version for token-ring changes.mdodd2003-03-151-1/+1
* Don't strip header from packets before input routine is called.mdodd2003-03-152-6/+27
* Use if_printf().mdodd2003-03-152-4/+3
* iso88025_ifattach() changes:mdodd2003-03-152-3/+22
* - Style(9) changes.mdodd2003-03-151-4/+11
* Stray } forgotten by manual merging.mdodd2003-03-151-1/+0
* - Remove stray ).mdodd2003-03-151-2/+6
* One devstat_start_transaction_bio() is enough.phk2003-03-151-7/+0
* Revert part of 1.37; use bcopy() like if_fddisubr.c.mdodd2003-03-151-3/+1
* - Increment ifp->if_noproto when appropriate.mdodd2003-03-151-11/+19
* Run a revision of the devstat interface:phk2003-03-154-114/+90
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.mdodd2003-03-151-6/+6
* - Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packetsmdodd2003-03-151-5/+20
* Add MAC support.mdodd2003-03-151-0/+12
* Use llc_control rather than llc_snap.control.mdodd2003-03-151-1/+1
* - Add comment.mdodd2003-03-151-2/+5
* Reduce code differences.mdodd2003-03-153-19/+20
* Use ISO88025_ADDR_LEN where appropriate.mdodd2003-03-151-6/+6
* Don't use etherbroadcastaddr; use iso88025_broadcastaddr.mdodd2003-03-151-4/+6
* - Remove definition of senderr() from iso88025.h.mdodd2003-03-153-3/+3
* Remove duplicate line introduced in the previous commit.sobomax2003-03-151-1/+0
* Some whitespace/style/readability changes.mdodd2003-03-151-16/+29
* Add iso88025_resolvemulti().mdodd2003-03-151-0/+87
* Fix formatting of iso88025_ifattach().mdodd2003-03-151-9/+9
* Re-order and prune includes.mdodd2003-03-152-17/+9
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-154-41/+146
* Add module data and version.mdodd2003-03-152-0/+18
* s/llc_un.type_snap/llc_snap/gmdodd2003-03-151-9/+9
* Formatting and whitespace changes.mdodd2003-03-151-9/+9
* Add module dependency. This makes udbp.ko to be loaded.takawata2003-03-151-0/+1
* Fix a bug I introduced by overlooking the fact that "unit number" canphk2003-03-152-1/+2
* Don't use the devstat->busy_count for state decisions in the devicephk2003-03-152-8/+13
* Call devstat_start_transaction_bio() instead of devstat_start_transaction().phk2003-03-151-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-158-8/+8
* Use devstat_{start,end}_transaction_bio().phk2003-03-151-10/+3
OpenPOWER on IntegriCloud