summaryrefslogtreecommitdiffstats
path: root/sys/dev/tdfx
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-11-15 05:25:51 +0000
committerdougb <dougb@FreeBSD.org>2010-11-15 05:25:51 +0000
commita022791606f155a37892fcc6e3c43d690fbe6412 (patch)
tree0c5c095163aee9832509df4b65eab457818905c7 /sys/dev/tdfx
parentec5f555493c65604767f243d015cee2b856c31b6 (diff)
downloadFreeBSD-src-a022791606f155a37892fcc6e3c43d690fbe6412.zip
FreeBSD-src-a022791606f155a37892fcc6e3c43d690fbe6412.tar.gz
Remove references to MAKEDEV(8)
Diffstat (limited to 'sys/dev/tdfx')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c
index 7ed00ac..770c672 100644
--- a/sys/dev/tdfx/tdfx_pci.c
+++ b/sys/dev/tdfx/tdfx_pci.c
@@ -250,7 +250,7 @@ tdfx_attach(device_t dev) {
/*
* make_dev registers the cdev to access the 3dfx card from /dev
* use hex here for the dev num, simply to provide better support if > 10
- * voodoo cards, for the mad. The user must set the link, or use MAKEDEV.
+ * voodoo cards, for the mad. The user must set the link.
* Why would we want that many voodoo cards anyhow?
*/
tdfx_info->devt = make_dev(&tdfx_cdev, device_get_unit(dev),
OpenPOWER on IntegriCloud