diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-29 23:27:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-29 23:27:05 +0000 |
commit | 54028f949b181e08d8342b2cb64c8f2af95fd29f (patch) | |
tree | 2842d6c36041a17b65a4da8435ea728443c06a52 | |
parent | ea7f893ae4a51a92d7b7ddf22181e7c347707cee (diff) |
disable ie1@gsc as not really supported and a commented out bha@pci
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 225243144d4..b2562dc5ace 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 2003/12/23 12:29:39 mickey Exp $ +# $OpenBSD: GENERIC,v 1.45 2003/12/29 23:27:04 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -91,7 +91,7 @@ com3 at gsc0 offset 0x4060 irq 13 lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc0 irq 8 # 82C596DX/CA ether -ie1 at gsc1 irq 8 +#ie1 at gsc1 irq 8 #ie* at eisa? slot ? #ie* at isa? port 0x360 iomem 0xd0000 irq 7 #ie* at isa? port 0x300 irq 10 @@ -117,6 +117,7 @@ ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? #option BHADEBUG #bha* at eisa? slot ? +#bha* at pci? dev ? function ? #scsibus* at bha? ppb* at pci? dev ? function ? diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 9291cc9610e..d04a4e8a6de 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.25 2003/12/23 12:29:39 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.26 2003/12/29 23:27:04 mickey Exp $ # # Diskless kernel config # @@ -106,7 +106,7 @@ com3 at gsc0 offset 0x4060 irq 13 lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc0 irq 8 # 82C596DX/CA ether -ie1 at gsc1 irq 8 +#ie1 at gsc1 irq 8 #ie* at eisa? slot ? #ie* at isa? port 0x360 iomem 0xd0000 irq 7 #ie* at isa? port 0x300 irq 10 @@ -132,6 +132,7 @@ ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? #option BHADEBUG #bha* at eisa? slot ? +#bha* at pci? dev ? function ? #scsibus* at bha? ppb* at pci? dev ? function ? |