diff options
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/hp300/conf/GENERIC.v6 | 7 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index a46eafafc7c..d803abd2a60 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.23 1999/06/13 06:27:12 downsj Exp $ +# $OpenBSD: GENERIC,v 1.24 2000/01/09 22:00:19 itojun Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -121,3 +121,7 @@ oscsi* at dio? scode ? # Old HP SCSI sd* at oscsi? target ? lun ? # SCSI disks st* at oscsi? target ? lun ? # SCSI tapes ac* at oscsi? target ? lun ? # SCSI changers + +# for IPv6 +pseudo-device gif 4 +#pseudo-device faith 1 diff --git a/sys/arch/hp300/conf/GENERIC.v6 b/sys/arch/hp300/conf/GENERIC.v6 deleted file mode 100644 index bc553484651..00000000000 --- a/sys/arch/hp300/conf/GENERIC.v6 +++ /dev/null @@ -1,7 +0,0 @@ -include "arch/hp300/conf/GENERIC" - -options INET6 # IPV6 - -# for IPv6 -pseudo-device gif 4 -#pseudo-device faith 1 |