blob: bb1dee9fc64e83b089576032729fca3c9661b7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $OpenBSD: GENERIC,v 1.9 2000/11/06 23:44:04 mickey Exp $
#
# Generic kernel config (all that is supportted)
#
include "arch/hppa/conf/generic.hppa"
maxusers 8
#option GSCVERBOSE
#option EISAVERBOSE
#option PCIVERBOSE
config bsd swap generic
#atapibus* at wdc?
#wd* at wdc? drive ?
#acd* at atapibus? drive ?
sd* at scsibus? target ? lun ?
#cd* at scsibus? target ? lun ?
# for IPv6
pseudo-device gif 4
#pseudo-device faith 1
|