diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-18 13:45:26 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-18 13:45:26 +0000 |
commit | 5f197dfae3f5cfacdc581cb1fe7a85e1b2845060 (patch) | |
tree | 4b80cab22feb1654526671b8153442bf2c8e655b /sys/arch/arc/conf/GENERIC | |
parent | 682086e3b2a5dfa0f09c911f6e3651bcd5cb2aca (diff) |
RAMDISK additions
Diffstat (limited to 'sys/arch/arc/conf/GENERIC')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 6e476240b1b..b8b8481d13e 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 1997/04/29 08:13:40 niklas Exp $ +# $OpenBSD: GENERIC,v 1.17 1997/05/18 13:45:23 pefo Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -60,7 +60,6 @@ option IPFILTER # IP packet filter for security # Special options options MACHINE_NONCONTIG # Support noncontigous memory. -options PCIVERBOSE # Show as much info about pci as possible. # Specify storage configuration (its a joke..) config bsd swap generic @@ -74,9 +73,7 @@ cpu* at mainbus0 #### Main local buses pica* at mainbus0 # ACER Pica systems local bus. -algor* at mainbus0 # Algorithmics local bus. isabr* at mainbus0 # ISA Bus bridge (std ISA bus). -pbcpcibr* at mainbus0 # PCI Bus bridge. #### PICA bus devices @@ -94,21 +91,6 @@ fd* at fdc? drive ? asc0 at pica? scsibus* at asc? -#### Algor bus devices - -clock0 at algor? -com0 at algor? -com1 at algor? -lpt0 at algor? - -#### PCI Bus - -pci* at pbcpcibr? - -#ncr* at pci? dev ? function ? -#scsibus* at ncr? -de* at pci? dev ? function ? - #### ISA Bus. isa* at isabr? |