summaryrefslogtreecommitdiffstats
path: root/release/picobsd/net
diff options
context:
space:
mode:
authorpb <pb@FreeBSD.org>1999-11-28 21:33:44 +0000
committerpb <pb@FreeBSD.org>1999-11-28 21:33:44 +0000
commita5251563a0e22a134b4eca505f19b029538f8485 (patch)
tree1fe2bbba6408a4fbf8dd917b33e9bb0191590dda /release/picobsd/net
parent66bb1ef94c517bcefd46de4d10b0dd8afa0e234f (diff)
downloadFreeBSD-src-a5251563a0e22a134b4eca505f19b029538f8485.zip
FreeBSD-src-a5251563a0e22a134b4eca505f19b029538f8485.tar.gz
Make the following changes to PicoBSD kernel configurations:
- to account for recent changes in MFS: add pseudo-device md replace MFS_ROOT with MD_ROOT - replace deprecated "disk" with "device"
Diffstat (limited to 'release/picobsd/net')
-rw-r--r--release/picobsd/net/PICOBSD15
1 files changed, 8 insertions, 7 deletions
diff --git a/release/picobsd/net/PICOBSD b/release/picobsd/net/PICOBSD
index 3deedde..b5f923f 100644
--- a/release/picobsd/net/PICOBSD
+++ b/release/picobsd/net/PICOBSD
@@ -16,7 +16,7 @@ options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options NFS #Network Filesystem
options MFS #Memory Filesystem
-options MFS_ROOT #MFS as root
+options MD_ROOT #MFS as root
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
@@ -36,16 +36,16 @@ controller isa0
controller pci0
controller fdc0 at isa? port IO_FD1 irq 6 drq 2
-disk fd0 at fdc0 drive 0
-#disk fd1 at fdc0 drive 1
+device fd0 at fdc0 drive 0
+#device fd1 at fdc0 drive 1
controller wdc0 at isa? port IO_WD1 irq 14
-disk wd0 at wdc0 drive 0
-disk wd1 at wdc0 drive 1
+device wd0 at wdc0 drive 0
+device wd1 at wdc0 drive 1
controller wdc1 at isa? port IO_WD2 irq 15
-disk wd2 at wdc1 drive 0
-disk wd3 at wdc1 drive 1
+device wd2 at wdc1 drive 0
+device wd3 at wdc1 drive 1
device wcd0 #IDE CD-ROM
@@ -94,4 +94,5 @@ pseudo-device ether
pseudo-device tun 2
#pseudo-device vn
pseudo-device pty 16
+pseudo-device md
#pseudo-device gzip # Exec gzipped a.out's
OpenPOWER on IntegriCloud