diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-19 00:38:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-19 00:38:14 +0000 |
commit | 393ecad73004a328819136255ca7a7fda1806d6e (patch) | |
tree | d21a419974c0d5da31070f3e3c6f9f2bb21ba77d | |
parent | 47a2b506f79e3f4ac4ff78197aa71260bf735e20 (diff) |
commented out ahd (compiles but does not work)
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 9a426a399f2..9aac91f5a42 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.54 2004/08/14 05:09:46 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.55 2004/08/19 00:38:13 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -138,6 +138,8 @@ scsibus* at ahc? #siop* at mainbus? irq 3 # NCR 53C720 (Fast/Wide Diff) siop* at pci? dev ? function ? # NCR 538XX SCSI controllers(new) scsibus* at siop? +#ahd* at pci? dev ? function ? # Adaptec 79?? SCSI controllers +#scsibus* at ahd? #em* at pci? dev ? function ? # Intel Pro/1000 ethernet #ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index d41c4167799..2560dd30ea8 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.34 2004/08/14 05:09:46 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.35 2004/08/19 00:38:13 mickey Exp $ # # Diskless kernel config # @@ -152,6 +152,8 @@ scsibus* at ahc? #siop* at mainbus? irq 3 # NCR 53C720 (Fast/Wide Diff) siop* at pci? dev ? function ? # NCR 538XX SCSI controllers(new) scsibus* at siop? +#ahd* at pci? dev ? function ? # Adaptec 79?? SCSI controllers +#scsibus* at ahd? #em* at pci? dev ? function ? # Intel Pro/1000 ethernet #ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet |