Home | History | Annotate | Line # | Download | only in conf
AMIGA revision 1.1
      1 machine		"amiga"
      2 cpu		"A3000"
      3 ident		GODZILLA
      4 
      5 timezone	-1 dst
      6 maxusers	16
      7 
      8 # Standard options
      9 #options	QUOTA
     10 options		INET
     11 options		NFS,NFSSERVER,NFSCLIENT
     12 options		MFS
     13 options		ISOFS
     14 options		FIFO
     15 options		PCFS,KERNFS
     16 options		FDESC
     17 options		ISO
     18 options		TPIP
     19 
     20 options		"COMPAT_43"
     21 options		"TCP_COMPAT_42"
     22 options		"COMPAT_NOMID"
     23 options		"HAVE_USL_UFS"
     24 
     25 # Options for all HP machines
     26 #options		SYSVSHM
     27 #options		HPUXCOMPAT
     28 
     29 # Options specific to this host.
     30 options		DEBUG,DIAGNOSTIC,FPCOPROC
     31 # options		PANICBUTTON
     32 options		KTRACE
     33 #options		"BUFPAGES=900"
     34 options		"NKMEMCLUSTERS=256"
     35 options		GENERIC
     36 #options		PROFTIMER,"PRF_INTERVAL=500"
     37 #options		KGDB,"KGDBDEV=15*256+2","KGDBRATE=19200"
     38 
     39 #config		vmunix root on sd6a swap on sd6b
     40 config		vmunix swap generic
     41 
     42 # manufacturer 1 is a pseudo and stands for `builtin'
     43 master		scsi0	at manufacturer	1	product	1
     44 #master		floppy0	at manufacturer	1	product	2
     45 
     46 # further builtin devices
     47 device		ser0	at manufacturer	1	product	3
     48 #device		clock	at manufacturer	1	product 4
     49 #device		kbd	at manufacturer	1	product 5
     50 #device		par	at manufacturer	1	product	6
     51 #device		mouse	at manufacturer	1	product	8
     52 
     53 disk		sd0	at scsi0 slave 0
     54 disk		sd1	at scsi0 slave 1
     55 disk		sd2	at scsi0 slave 2
     56 disk		sd3	at scsi0 slave 3
     57 disk		sd4	at scsi0 slave 4
     58 disk		sd5	at scsi0 slave 5
     59 disk		sd6	at scsi0 slave 6
     60 
     61 tape		st0	at scsi0 slave 4
     62 tape		st1	at scsi0 slave 5
     63 
     64 device		grf0	at manufacturer	1	product	7
     65 
     66 # ethernet board
     67 #device		le0	at manufacturer ?	product ?
     68 
     69 # my dear A2410
     70 #device		tiga0	at manufacturer 1030	product 0
     71 
     72 pseudo-device	sl	4
     73 pseudo-device	ppp	4
     74 pseudo-device	bpfilter 16
     75 pseudo-device	ite	1
     76 pseudo-device	pty
     77 pseudo-device	loop
     78 pseudo-device	ether
     79 pseudo-device	vn	10
     80 
     81 pseudo-device	devpager
     82 pseudo-device	swappager
     83 pseudo-device	vnodepager
     84