mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
Added apm and card[01] devices to all target.
Suggested by: bde
This commit is contained in:
parent
525a12e989
commit
6cebb6a689
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21660
@ -102,7 +102,7 @@
|
||||
# perfmon CPU performance-monitoring counters
|
||||
# pci PCI configuration-space access from user mode
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.129 1996/12/13 07:54:57 jkh Exp $
|
||||
# $Id: MAKEDEV,v 1.130 1996/12/30 20:51:36 joerg Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -184,6 +184,7 @@ all)
|
||||
sh MAKEDEV perfmon speaker pcaudio psm0 mse0 sysmouse # cdev
|
||||
sh MAKEDEV vty4 # cdev
|
||||
sh MAKEDEV tun0 # cdev
|
||||
sh MAKEDEV apm card0 card1 # cdev, laptop
|
||||
;;
|
||||
std)
|
||||
rm -f console drum mem kmem null random urandom zero io tty klog
|
||||
|
@ -102,7 +102,7 @@
|
||||
# perfmon CPU performance-monitoring counters
|
||||
# pci PCI configuration-space access from user mode
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.129 1996/12/13 07:54:57 jkh Exp $
|
||||
# $Id: MAKEDEV,v 1.130 1996/12/30 20:51:36 joerg Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -184,6 +184,7 @@ all)
|
||||
sh MAKEDEV perfmon speaker pcaudio psm0 mse0 sysmouse # cdev
|
||||
sh MAKEDEV vty4 # cdev
|
||||
sh MAKEDEV tun0 # cdev
|
||||
sh MAKEDEV apm card0 card1 # cdev, laptop
|
||||
;;
|
||||
std)
|
||||
rm -f console drum mem kmem null random urandom zero io tty klog
|
||||
|
Loading…
Reference in New Issue
Block a user