diff options
| author | briggs <briggs@NetBSD.org> | 1995-11-01 04:52:46 +0000 |
|---|---|---|
| committer | briggs <briggs@NetBSD.org> | 1995-11-01 04:52:46 +0000 |
| commit | 4d13774bbc618c93b2fcab34ea4637b513551f55 (patch) | |
| tree | b56cbfb626edf491841d052005a6e4a3cecc1856 | |
| parent | 680ada5add416ec630103b071d51157474ce98a8 (diff) | |
Rearrange a bit. bpfilters -> 16 and ae0/ae1 -> ae*.
| -rw-r--r-- | sys/arch/mac68k/conf/PUMA | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sys/arch/mac68k/conf/PUMA b/sys/arch/mac68k/conf/PUMA index e2717861ac5..8fbc5f22e31 100644 --- a/sys/arch/mac68k/conf/PUMA +++ b/sys/arch/mac68k/conf/PUMA @@ -1,4 +1,4 @@ -# $NetBSD: PUMA,v 1.5 1995/09/16 12:33:08 briggs Exp $ +# $NetBSD: PUMA,v 1.6 1995/11/01 04:52:46 briggs Exp $ # # PUMA @@ -42,16 +42,15 @@ options SYSVSHM,SYSVSEM,SYSVMSG # Mac-specific options options M68030 # Includes the 020+851 +options MACHINE_NONCONTIG options COMPAT_NOMID options COMPAT_SUNOS options COMPAT_09 options COMPAT_10 -options MACHINE_NONCONTIG config netbsd root on sd0 swap on sd0 and sd1 and vnd0a dumps on sd1b -ae0 at nubus0 slot -1 id ? claimed 0 -ae1 at nubus0 slot -1 id ? claimed 0 +ae* at nubus0 slot -1 id ? claimed 0 ncrscsi0 at mainbus? # SCSI NCR 5380 @@ -60,9 +59,9 @@ sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? -pseudo-device loop pseudo-device pty 16 -pseudo-device sl -pseudo-device bpfilter 4 -pseudo-device ppp +pseudo-device bpfilter 16 pseudo-device vnd 4 +pseudo-device loop +pseudo-device ppp +pseudo-device sl |
