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

15 lines
235 B
Plaintext

# $NetBSD: MAKEDEV.conf,v 1.4 2012/08/16 13:31:25 abs Exp $
all_md)
makedev wscons wd0 wd1 sd0 sd1
makedev scif0 sci0
makedev tty0 tty1 tty2
makedev scsibus0
makedev apm
;;
ramdisk)
makedev std bpf md0
makedev scif0 sci0
;;