diff options
author | phk <phk@FreeBSD.org> | 2005-03-17 13:37:28 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-03-17 13:37:28 +0000 |
commit | d9bafd24479a1aa44d8a31d49a8b78b79130fedc (patch) | |
tree | 18fe2c4d3f8bdfb0c74dab41e5411c7fd3be7b3c /sys/dev/twa | |
parent | cfa6bb09ea1f02e2fd37547ab40b7676048c034b (diff) | |
download | FreeBSD-src-d9bafd24479a1aa44d8a31d49a8b78b79130fedc.zip FreeBSD-src-d9bafd24479a1aa44d8a31d49a8b78b79130fedc.tar.gz |
Kill MAJOR_AUTO
Diffstat (limited to 'sys/dev/twa')
-rw-r--r-- | sys/dev/twa/twa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/twa/twa.h b/sys/dev/twa/twa.h index 59f9be8..452ba1b 100644 --- a/sys/dev/twa/twa.h +++ b/sys/dev/twa/twa.h @@ -37,8 +37,6 @@ #define TWA_DRIVER_VERSION_STRING "2.50.02.012" -#define TWA_CDEV_MAJOR MAJOR_AUTO - #define TWA_REQUEST_TIMEOUT_PERIOD 60 /* seconds */ #define TWA_MESSAGE_SOURCE_CONTROLLER_ERROR 3 #define TWA_MESSAGE_SOURCE_CONTROLLER_EVENT 4 |