diff options
author | julian <julian@FreeBSD.org> | 2001-07-08 04:17:26 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2001-07-08 04:17:26 +0000 |
commit | ce318288f2561a4c770ae6098a6af7b86405c1b2 (patch) | |
tree | fceaba1ab9199ebbf88b2aafac34ea1f80706f50 /sys | |
parent | 2be73222cb19a5095c4726a24bf5b1a64fbc420f (diff) | |
download | FreeBSD-src-ce318288f2561a4c770ae6098a6af7b86405c1b2.zip FreeBSD-src-ce318288f2561a4c770ae6098a6af7b86405c1b2.tar.gz |
turn on the null-modem device.
(I've been using it with vmware for over a year now.)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 306c664..11dc5c8 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -10,7 +10,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ cam ccd cd9660 coda cue dc de digi ed fdescfs fdc fs fxp \ if_disc if_ef if_gif if_ppp if_sl if_stf if_tap if_tun \ ip6fw ipfilter ipfw ispfw joy kue lge \ - libmchain linux lnc md mii mlx msdosfs ncp netgraph nfs nge ntfs \ + libmchain linux lnc md mii mlx msdosfs ncp netgraph nfs nge nmdm ntfs \ nullfs nwfs pcn portalfs procfs ${_random} \ rl rp sf sis sk sn snp sound sppp ste sym syscons sysvipc ti tl twe \ tx udbp ugen uhid ukbd ulpt umapfs umass umodem ums unionfs urio usb \ |