diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-24 00:22:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-24 00:22:36 +0000 |
commit | d34f87bfce1c1f67a548fd1fc2bb3ee8049c94fd (patch) | |
tree | c67383dcf625c2a4dc6df9cb7b328086afaddc5b /sys/arch/macppc | |
parent | 2480400d07ac92c628453a126c26547554aa417f (diff) |
and add the things that are missing?
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index f0a765da4f3..97b93fe9943 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2002/06/08 00:05:02 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.14 2002/07/24 00:22:35 deraadt Exp $ # # PPC GENERIC config file # @@ -28,10 +28,6 @@ option DDB # IP + ICMP + TCP + UDP config bsd root on rd0a swap on rd0b - -# -# Now the Machine specification -# mainbus0 at root cpu* at mainbus0 @@ -144,20 +140,32 @@ scsibus* at umass? kue* at uhub? port ? # Kawasaki KL5KUSB101B aue* at uhub? port ? # USB EtherNet +# CardBus bus support +cardbus* at cardslot? +pcmcia* at cardslot? +cbb* at pci? dev ? function ? +cardslot* at cbb? +wi* at pcmcia? function ? # WaveLAN IEEE 802.11DS +#dc* at cardbus? dev ? function ? # 21143, "tulip" clone ethernet +#fxp* at cardbus? dev ? function ? # Intel PRO/100 ethernet +#xl* at cardbus? dev ? function ? # 3C575/3C656 ethernet +#rl* at cardbus? dev ? function ? # RealTek 81[23]9 ethernet +#wdc* at pcmcia? function ? + wsdisplay* at vgafb? wskbd* at ukbd? console ? mux 1 sd* at scsibus? target ? lun ? -st* at scsibus? target ? lun ? +st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? #ch* at scsibus? target ? lun ? #ss* at scsibus? target ? lun ? #uk* at scsibus? target ? lun ? pseudo-device loop 1 # network loopback -pseudo-device bpfilter 1 # packet filter +pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk -pseudo-device wsmux 2 # mouse & keyboard multiplexor +pseudo-device wsmux 2 # mouse & keyboard multiplexor # RAMDISK stuff option MINIROOTSIZE=8192 |