Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/misc Add LSB and MSB



details:   https://anonhg.NetBSD.org/src/rev/78dc8c64360d
branches:  trunk
changeset: 554536:78dc8c64360d
user:      wennmach <wennmach%NetBSD.org@localhost>
date:      Wed Oct 29 13:47:39 2003 +0000

description:
Add LSB and MSB

diffstat:

 share/misc/acronyms.comp |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 764ded2541a7 -r 78dc8c64360d share/misc/acronyms.comp
--- a/share/misc/acronyms.comp  Wed Oct 29 12:28:33 2003 +0000
+++ b/share/misc/acronyms.comp  Wed Oct 29 13:47:39 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: acronyms.comp,v 1.24 2003/10/17 08:56:39 keihan Exp $
+$NetBSD: acronyms.comp,v 1.25 2003/10/29 13:47:39 wennmach Exp $
 
 ABI    application binary interface
 ACPI   advanced configuration and power interface
@@ -95,11 +95,13 @@
 LBA    logical block addressing
 LCD    liquid crystal display
 LDAP   lightweight directory access protocol
+LSB    least significant bit [or: byte]
 LUN    logical unit number
 MAC    media access control
 MBR    master boot record
 MDRAM  multibank dynamic random access memory
 MIPS   million instructions per second
+MSB    most significant bit [or: byte]
 MTA    mail transfer agent
 MTU    maximum transmission unit
 MUA    mail user agent



Home | Main Index | Thread Index | Old Index