fix a typo in comment. remove a whitespace at the end of line.
This commit is contained in:
parent
23a13e04be
commit
b134a87a76
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.84 2000/11/14 22:33:24 matt Exp $
|
||||
# $NetBSD: GENERIC,v 1.85 2000/12/01 18:07:11 kei Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/macppc/conf/std.macppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.84 $"
|
||||
#ident "GENERIC-$Revision: 1.85 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -272,7 +272,7 @@ ugen* at uhub? port ? configuration ? interface ?
|
|||
|
||||
# PCI IEEE1394 controllers
|
||||
fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
|
||||
#fwlynx* at pci? dev ? function ? # IEEE1394 TI Lynx Controller
|
||||
#fwlynx* at pci? dev ? function ? # IEEE1394 TI Lynx Controller
|
||||
fw* at fwbus? # IP over 1394
|
||||
|
||||
# IEEE1394 nodes
|
||||
|
@ -329,4 +329,4 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device openfirm # /dev/openfim
|
||||
pseudo-device openfirm # /dev/openfirm
|
||||
|
|
Loading…
Reference in New Issue