NetBSD/etc/etc.ews4800mips/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

14 lines
340 B
Plaintext

# $NetBSD: MAKEDEV.conf,v 1.2 2012/08/16 13:31:25 abs Exp $
all_md)
makedev wscons sd0 sd1 sd2 sd3 cd0 st0 st1
makedev ttyZ0 ttyZ1
makedev scsibus0 scsibus1 scsibus2 scsibus3
;;
ramdisk)
makedev std bpf sd0 sd1 sd2 sd3 cd0 st0 opty ttyZ0 ttyZ1 md0
makedev scsibus0 scsibus1 scsibus2 scsibus3
makedev ttyEcfg ttyE0 wskbd0 wskbd
;;