diff options
author | 1999-08-15 07:42:45 +0000 | |
---|---|---|
committer | 1999-08-15 07:42:45 +0000 | |
commit | 3df37b2b51ac8ef2e6a13230303caf42562ef465 (patch) | |
tree | e4fcd56fbb88e3947903fb54de38e573681de7e9 | |
parent | ambicom ethernet address is in rom; 00107A==Ambicom sez hugh (diff) | |
download | wireguard-openbsd-3df37b2b51ac8ef2e6a13230303caf42562ef465.tar.xz wireguard-openbsd-3df37b2b51ac8ef2e6a13230303caf42562ef465.zip |
Add missing HP385 defines...
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 3 | ||||
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index b0e3cd3fb9d..939a98b2b6e 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.16 1999/06/13 06:27:12 downsj Exp $ +# $OpenBSD: DISKLESS,v 1.17 1999/08/15 07:42:45 downsj Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -19,6 +19,7 @@ option HP360 option HP370 option HP375 option HP380 +option HP385 option HP400 option HP425 option HP433 diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index e7f5ee43899..b6ffb8faab0 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 1997/10/20 01:49:02 downsj Exp $ +# $OpenBSD: RAMDISK,v 1.7 1999/08/15 07:42:45 downsj Exp $ # # Ram disk kernel. # @@ -18,6 +18,7 @@ option HP360 option HP370 option HP375 option HP380 +option HP385 option HP400 option HP425 option HP433 |