summaryrefslogtreecommitdiffstats
path: root/sys/dev
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
parentec5f555493c65604767f243d015cee2b856c31b6 (diff)
downloadFreeBSD-src-a022791606f155a37892fcc6e3c43d690fbe6412.zip
FreeBSD-src-a022791606f155a37892fcc6e3c43d690fbe6412.tar.gz
Remove references to MAKEDEV(8)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/firewire/00README4
-rw-r--r--sys/dev/tdfx/tdfx_pci.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/firewire/00README b/sys/dev/firewire/00README
index a6536ae..1abaa33 100644
--- a/sys/dev/firewire/00README
+++ b/sys/dev/firewire/00README
@@ -44,10 +44,6 @@ IEEE 1394 support for FreeBSD-5.X and 4.X.
- make install
- make load
- For FreeBSD-4 user:
-
- - ./MAKEDEV
-
3. SBP-II support (sbp)
- You need CAM(SCSI) support in your kernel.
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