Date: Tue, 11 Oct 2005 14:37:37 +0100 From: "Paul Bridger" <paul.bridger@uk.tiscali.com> To: "'Geoff Glasson'" <g_glasson@amnet.net.au>, <dsyphers@u.washington.edu> Cc: freebsd-questions@freebsd.org Subject: RE: Intel 810 and agpgart Message-ID: <4eq3rk$s9ub1@mk-smarthost-2.mail.uk.tiscali.com> In-Reply-To: <200510112010.07537.g_glasson@amnet.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
MAKEDEV has been replaced with device file system devfs(5) in 5.x onwards. Devfs automatically creates device nodes on demand. Rgds, Paul -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Geoff Glasson Sent: 11 October 2005 13:10 To: dsyphers@u.washington.edu Cc: freebsd-questions@freebsd.org Subject: RE: Intel 810 and agpgart Dear David, You should be able to do the following as root to create the /dev/agpgart device: cd /dev sh ./MAKEDEV agpgart I'm only running FreeBSD 4.11 at the moment, so cannot confirm that this will work on 6-X. I'm assuming that you need to create devices on 6 in the same manner as 4.X - I guess I'll find out when I upgrade once 6-STABLE comes out ;) Hope this helps...Geoff -- Geoff Glasson g_glasson@amnet.net.au _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4eq3rk$s9ub1>