summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2002-09-17 22:39:57 +0000
committersam <sam@FreeBSD.org>2002-09-17 22:39:57 +0000
commit631738b29d2601eed16b3cf0150710b5debdae11 (patch)
tree56185dbdf9717df13ca29349b24e19f5e296b609 /etc/MAKEDEV
parentb5274ecd2695f348218eab56a15c875e597ed989 (diff)
downloadFreeBSD-src-631738b29d2601eed16b3cf0150710b5debdae11.zip
FreeBSD-src-631738b29d2601eed16b3cf0150710b5debdae11.tar.gz
MFC: Elan support;
o Recognize AMD Elan SC520 hostbridge. o Add initialization code for the AMD Elan sc520 which maps the MMCR into KVM and sets the i8254 frequency to the correct value. o MAKEDEV entry for elan-mmcr device Reviewed by: phk, jhb Approved by: re(jhb)
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index ed1e587..880dad0 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -152,6 +152,7 @@
# agpgart AGP interface
# cfs* Coda Distributed Filesystem
# nsmb* SMB/CIFS protocol interface
+# elan-mmcr AMD Elan support (e.g. mmap MMCR)
#
if [ -n "$MAKEDEVPATH" ]; then
@@ -1764,6 +1765,11 @@ nsmb*)
mknod nsmb$unit c 144 $unit
;;
+elan*)
+ mknod elan-mmcr c 100 0 # XXX local major
+ chmod 600 elan-mmcr
+ ;;
+
local)
umask 0 # XXX should be elsewhere
sh $0.local
OpenPOWER on IntegriCloud