diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-12 00:04:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-12 00:04:58 +0000 |
commit | a64ef287e3bc4ca300b0cdca525c011f4c8dcf35 (patch) | |
tree | 9b7d2a92a0372201003cfc2ac3df316de5aaca75 /sys/arch/hppa/conf/RAMDISK | |
parent | d57b8b0940d9b2c0bc9222002b7686dcbdb9843d (diff) |
Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly
encountered on the oldest hppa machines.
Currently compiled in, but disabled, in the kernel, until it is stable
enough - right now read access are fine, but writes eventually time out
and do not complete.
ok deraadt@
Diffstat (limited to 'sys/arch/hppa/conf/RAMDISK')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index d04a4e8a6de..130806ac265 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2003/12/29 23:27:04 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.27 2004/03/12 00:04:57 miod Exp $ # # Diskless kernel config # @@ -112,9 +112,11 @@ ie0 at gsc0 irq 8 # 82C596DX/CA ether #ie* at isa? port 0x300 irq 10 #ie* at pci? dev ? function ? #tms* at gsc? irq 10 # TMS380C26 Network Controller -osiop* at gsc? irq 9 # NCR 53C700/710 (Narrow SE) +osiop* at gsc? irq 9 # NCR 53C710 (Narrow SE) #osiop* at eisa? slot ? scsibus* at osiop? +oosiop* at gsc? disable irq 9 # NCR 53C700 (Narrow SE) +scsibus* at oosiop? #harmony* at gsc? irq 13 # Audio Type 2 (CS4215/AD1849) #audio* at harmony? gsckbc* at gsc? irq 26 |