Fixed typos.
This commit is contained in:
parent
f14bcbdac4
commit
f74d5f023d
|
@ -1,7 +1,7 @@
|
|||
/* $NetBSD: majors+minors,v 1.5 1996/10/12 18:25:59 mark Exp $ */
|
||||
/* $NetBSD: majors+minors,v 1.6 1996/11/23 03:20:20 mark Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Mark Brinicombe.
|
||||
* Copyright (c) 1994,1996 Mark Brinicombe.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -146,11 +146,11 @@ same device driver even if the driver does not require both.
|
|||
partition = minor % 8
|
||||
unit = minor / 8
|
||||
20 B - reserved (ATAPI CDROM)
|
||||
/dev/wcd{unit}{partition}
|
||||
/dev/acd{unit}{partition}
|
||||
partition = minor % 8
|
||||
unit = minor / 8
|
||||
20 C - reserved (ATAPI CDROM)
|
||||
/dev/rwcd{unit}{partition}
|
||||
/dev/racd{unit}{partition}
|
||||
partition = minor % 8
|
||||
unit = minor / 8
|
||||
21 B - concatenated disk driver
|
||||
|
|
Loading…
Reference in New Issue