diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 16:48:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-25 16:48:07 +0000 |
commit | 5adad651c079427bf28953786b84fb65c96e2319 (patch) | |
tree | 207d4a215b7711fd937bc6b4178f09d5ff1aa1f8 | |
parent | 7edac6df14b7149e6d8ff17a175268c4d165fe5f (diff) |
pci host adapter is called 'Dino'
-rw-r--r-- | sys/arch/hppa/conf/DISKLESS | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/conf/DISKLESS b/sys/arch/hppa/conf/DISKLESS index 6b4c9d30efe..149d6871bce 100644 --- a/sys/arch/hppa/conf/DISKLESS +++ b/sys/arch/hppa/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.3 1999/02/25 16:46:13 mickey Exp $ +# $OpenBSD: DISKLESS,v 1.4 1999/02/25 16:48:06 mickey Exp $ # # Diskless kernel config # @@ -122,7 +122,7 @@ asp* at mainbus0 irq 28 # this one comes w/ Viper and leds #wax* at mainbus0 irq 28 # Wax may host EISA as well eba* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) #vmeb* at mainbus0 irq ? # VME bus adapter -#pcib* at mainbus0 irq ? # PCI bus adapter +#dino* at mainbus0 irq ? # PCI bus adapter #sti* at mainbus0 irq ? # [H]CRX-{8,24,48}[Z] graphics #myri* at mainbus0 irq ? # ANSI/VITA-26-1998 Gbit iface @@ -133,7 +133,7 @@ gsc* at asp? # 7xx #gsc* at wax? # 715? #vme* at vmeb? -#pci* at pcib? +#pci* at dino? eisa* at eba? #eisa* at wax? option EISA_VERBOSE diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 61ab622225e..d251e84cc6d 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 1999/02/25 16:36:08 mickey Exp $ +# $OpenBSD: GENERIC,v 1.3 1999/02/25 16:48:06 mickey Exp $ # # Generic kernel config (all that is supportted) # @@ -44,7 +44,7 @@ asp* at mainbus0 irq 28 # this one comes w/ Viper and leds #wax* at mainbus0 irq 28 # Wax may host EISA as well eba* at mainbus0 irq 17 # EISA Bus Adapter (i82350 or TI???) #vmeb* at mainbus0 irq ? # VME bus adapter -#pcib* at mainbus0 irq ? # PCI bus adapter +#dino* at mainbus0 irq ? # PCI bus adapter #sti* at mainbus0 irq ? # [H]CRX-{8,24,48}[Z] graphics #myri* at mainbus0 irq ? # ANSI/VITA-26-1998 Gbit iface @@ -55,7 +55,7 @@ gsc* at asp? # 7xx #gsc* at wax? # 715? #vme* at vmeb? -#pci* at pcib? +#pci* at dino? eisa* at eba? #eisa* at wax? #isa* at eba? |