NetBSD/etc/etc.ibmnws/MAKEDEV.conf
abs 7e916bb8a9 Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that.
Sort bpf to come directly after 'std' where relevant.
* (apart from etc.evbppc who's ramdisk target *only* builds md0,
  which just doesn't make sense).
Should allow a fighting chance for dhcpcd to get an IP address.
2012-08-16 13:31:24 +00:00

21 lines
349 B
Plaintext

# $NetBSD: MAKEDEV.conf,v 1.9 2012/08/16 13:31:25 abs Exp $
all_md)
makedev sd0 sd1 sd2 sd3 sd4
makedev tty0 tty1
makedev st0 st1 ch0 cd0 cd1
makedev ses0 ses1 ses2 ses3
makedev lpt0 lpt1 lpt2
makedev ss0 ch0 uk0 uk1
makedev cfs
;;
floppy)
makedev std bpf sd0 sd1 sd2 tty0 tty1
makedev cd0 cd1 opty
;;
ramdisk)
makedev floppy md0
;;