diff options
author | 2007-07-20 22:10:16 +0000 | |
---|---|---|
committer | 2007-07-20 22:10:16 +0000 | |
commit | 10c7ba1f21e7e65f8bf965deaef069547a9be176 (patch) | |
tree | 01994bdc34b55507f1fab28ff089e1aba31669fc | |
parent | PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4) (diff) | |
download | wireguard-openbsd-10c7ba1f21e7e65f8bf965deaef069547a9be176.tar.xz wireguard-openbsd-10c7ba1f21e7e65f8bf965deaef069547a9be176.zip |
Enable lcd(4).
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 83e3f5c2aae..0d505fdb6b2 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 2007/07/14 11:52:30 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.105 2007/07/20 22:10:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -43,6 +43,7 @@ mainbus0 at root # root bus mem* at mainbus0 flags 0x0000 # /dev/*mem and memory controller pdc0 at mainbus0 # PDC/IODC wrapper for boot console power0 at mainbus0 # power/fail manager (iv 30) +lcd0 at mainbus0 # LCD cpu* at mainbus0 irq 31 # HP PA-RISC cpu #fpu* at mainbus0 # HP PA-RISC fpu (iv N/A) #pmu* at mainbus0 irq 29 # HP PA-RISC performance monitor unit |