diff options
author | 2002-10-31 00:19:02 +0000 | |
---|---|---|
committer | 2002-10-31 00:19:02 +0000 | |
commit | 322e901a14d977324a149ce812af3bd4ee4d8873 (patch) | |
tree | 7743e79a45079d770f58b86948c5ce0375bd0b44 | |
parent | as found on a 256m machine of millert@'s allocate pdes for the whole kernel virtual and do not bother (just four anyway); as a side work do not adjust addr,size since there is no need (diff) | |
download | wireguard-openbsd-322e901a14d977324a149ce812af3bd4ee4d8873.tar.xz wireguard-openbsd-322e901a14d977324a149ce812af3bd4ee4d8873.zip |
lasi on j210 is in a strange place, add an exact entry for now, to be maybe rethought later once more such cases pile up; from millert@
-rw-r--r-- | sys/arch/hppa/conf/SHEPHERD_PIE | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/SHEPHERD_PIE b/sys/arch/hppa/conf/SHEPHERD_PIE index 36bf00ed94d..d0b72f83e98 100644 --- a/sys/arch/hppa/conf/SHEPHERD_PIE +++ b/sys/arch/hppa/conf/SHEPHERD_PIE @@ -1,4 +1,4 @@ -# $OpenBSD: SHEPHERD_PIE,v 1.18 2002/10/15 16:05:33 mickey Exp $ +# $OpenBSD: SHEPHERD_PIE,v 1.19 2002/10/31 00:19:02 mickey Exp $ # # Diskless kernel config # @@ -71,6 +71,7 @@ option FPEMUL option USELEDS # blink 'em lasi0 at mainbus0 offset 0x100000 irq 28 # LASI host adapter (LSI PN???) +lasi0 at mainbus0 offset 0xfd00000 irq 28 # LASI on J210 lasi1 at mainbus0 offset 0x500000 irq 27 # GIO card asp* at mainbus0 irq 28 # this one comes w/ Viper and leds #wax* at mainbus0 irq 24 # Wax may host EISA as well |