summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-11 23:03:37 +0000
committerphk <phk@FreeBSD.org>2004-07-11 23:03:37 +0000
commit7017e4d3c191fe220187c61debca0b83061fd38c (patch)
tree5b0b328f63e52aef1e0ebc111d7d15e1ee555c21 /sys
parent00ad513356e32de3b6b1649ee5bd75af5628a67e (diff)
downloadFreeBSD-src-7017e4d3c191fe220187c61debca0b83061fd38c.zip
FreeBSD-src-7017e4d3c191fe220187c61debca0b83061fd38c.tar.gz
Remove the last bits of SPECHASH.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/conf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index e90713d..e966531 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -111,12 +111,6 @@ struct cdev {
#define si_copyonwrite __si_u.__si_disk.__sid_copyonwrite
/*
- * Special device management
- */
-#define SPECHSZ 64
-#define SPECHASH(rdev) (((unsigned)(minor(rdev)))%SPECHSZ)
-
-/*
* Definitions of device driver entry switches
*/
OpenPOWER on IntegriCloud