From ae09cf80f3050a1952c489159a3ec58f4ade2d9d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 27 Jun 2015 19:16:04 +0200 Subject: [PATCH 123/257] ata_da: Ditch support for legacy device names ... and remove the annoying "Previously was known as adX" messages. (The code no longer matches the commit message precisely as upstream had a similar idea a while later and just missed a block which prevented the commit from comletely disappearing while rebasing) Obtained from: ElectroBSD --- sys/cam/ata/ata_da.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c index 808dc72afcb3..6bcc3dba8632 100644 --- a/sys/cam/ata/ata_da.c +++ b/sys/cam/ata/ata_da.c @@ -758,10 +758,6 @@ static void adashutdown(void *arg, int howto); static void adasuspend(void *arg); static void adaresume(void *arg); -#ifndef ADA_DEFAULT_LEGACY_ALIASES -#define ADA_DEFAULT_LEGACY_ALIASES 1 -#endif - #ifndef ADA_DEFAULT_TIMEOUT #define ADA_DEFAULT_TIMEOUT 30 /* Timeout in seconds */ #endif -- 2.11.0