summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2000-02-08 14:49:31 +0000
committerluigi <luigi@FreeBSD.org>2000-02-08 14:49:31 +0000
commitee5390c912bc66267e010d65135eecb82a889ea0 (patch)
tree5ab9e4d3e739e46b7df267e6560aebae0ab9d2f4 /release/picobsd/isp
parent87e4d8b5a78983ab2d343283f9d8b1b9fa591db6 (diff)
downloadFreeBSD-src-ee5390c912bc66267e010d65135eecb82a889ea0.zip
FreeBSD-src-ee5390c912bc66267e010d65135eecb82a889ea0.tar.gz
Update makefile and kernel config file
Approved-by: jordan
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r--release/picobsd/isp/Makefile.mfs36
-rw-r--r--release/picobsd/isp/PICOBSD37
2 files changed, 20 insertions, 53 deletions
diff --git a/release/picobsd/isp/Makefile.mfs b/release/picobsd/isp/Makefile.mfs
index 73d97e5..12eeab6 100644
--- a/release/picobsd/isp/Makefile.mfs
+++ b/release/picobsd/isp/Makefile.mfs
@@ -2,43 +2,9 @@
# $FreeBSD$
#
-DESTDIR?=/mnt
-
-STAND_LINKS= bin sbin
-USR_LINKS= bin sbin libexec
-PL_LOCALE_LINKS= pl polish
MY_DEVS= std tun2 vty10 fd0 wd0s1h pty0 \
cuaa0 cuaa1 cuaa2 cuaa3 cuaa4 \
cuaa5 cuaa6 cuaa7 cuaa8 cuaa9
-all: tree links
-
-tree:
- mtree -deU -f mfs.mtree -p ${DESTDIR}
-
-links: tree
- (cd ${DESTDIR}; \
- for i in ${STAND_LINKS}; \
- do \
- ln -s /stand $${i}; \
- done; \
- cd var/run; \
- ln -s /dev/null log; \
- cd ../../usr; \
- for i in ${USR_LINKS}; \
- do \
- ln -s /stand $${i}; \
- done; \
- cd share/misc;\
- ln -s /etc/termcap termcap; )
-
-
-# We don't do it under 'all' because it's needed only on non-DEVFS systems
-devnodes: tree
- (cd ${DESTDIR}/dev; \
- ln -s /dev/MAKEDEV; \
- ./MAKEDEV ${MY_DEVS} ; \
- rm MAKEDEV)
-
-clean:
+.include "../build/Makefile.mfs"
diff --git a/release/picobsd/isp/PICOBSD b/release/picobsd/isp/PICOBSD
index b947db2..d722bc4 100644
--- a/release/picobsd/isp/PICOBSD
+++ b/release/picobsd/isp/PICOBSD
@@ -1,6 +1,9 @@
#
# $FreeBSD$
#
+# Line starting with #PicoBSD contains PicoBSD build parameters
+#marker def_sz init MFS_inodes floppy_inodes
+#PicoBSD 2400 init 4096 32768
machine i386
cpu I386_CPU
@@ -15,6 +18,7 @@ options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options NFS #Network Filesystem
+options NFS_NOSERVER #Network Filesystem
#options BOOTP
options MFS #Memory Filesystem
options MD_ROOT #MFS as root
@@ -31,31 +35,28 @@ options IPDIVERT
#options DEVFS
options PCI_QUIET
# Support for bridging and bandwidth limiting
-#options DUMMYNET
+options DUMMYNET
+options HZ=1000
+#options NMBCLUSTERS=4096
#options BRIDGE
-controller isa0
-controller pci0
+device isa0
+device pci0
-controller fdc0 at isa? port IO_FD1 irq 6 drq 2
+device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
#device fd1 at fdc0 drive 1
-controller wdc0 at isa? port IO_WD1 irq 14
-device wd0 at wdc0 drive 0
-device wd1 at wdc0 drive 1
+device ata0 at isa? port IO_WD1 irq 14
+device ata1 at isa? port IO_WD2 irq 15
+device ata
+device atadisk
+device atapicd
-controller wdc1 at isa? port IO_WD2 irq 15
-device wd2 at wdc1 drive 0
-device wd3 at wdc1 drive 1
-
-device wcd0 #IDE CD-ROM
-
-# atkbdc0 controlls both the keyboard and the PS/2 mouse
-controller atkbdc0 at isa? port IO_KBD
+# atkbdc0 controls both the keyboard and the PS/2 mouse
+device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1
-
-device vga0 at isa? port ? conflicts
+device vga0 at isa? conflicts
# syscons is the default console driver, resembling an SCO console
device sc0 at isa?
@@ -102,7 +103,7 @@ device cy0 at isa? irq 10 iomem 0xd4000 iosiz 0x2000
device cy1 at isa? irq 11 iomem 0xd6000 iosiz 0x2000
device ppc0 at isa? port? flags 0x40 irq 7
-controller ppbus0
+device ppbus0
device lpt0 at ppbus?
device plip0 at ppbus?
device ppi0 at ppbus?
OpenPOWER on IntegriCloud